monasca-thresh: drop special handling for Ubuntu
Bug mentioned in Dockerfile was fixed about 4 years ago. Change-Id: I6d90e6673b01756e7de7c8eeb29423cee0cce6f7
This commit is contained in:

committed by
Radosław Piliszek

parent
08b80e34da
commit
6423fb5e1b
@@ -42,12 +42,6 @@ ADD additions/monasca-common* /monasca-common-source
|
||||
|
||||
{% set build_opts = ['-DskipTests'] %}
|
||||
|
||||
# FIXME(dszumski): Remove this when the following bug is fixed:
|
||||
# https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1770553
|
||||
{% if base_distro == 'ubuntu' %}
|
||||
{% set build_opts = build_opts + ['-Djavax.net.ssl.trustStorePassword=changeit'] %}
|
||||
{% endif %}
|
||||
|
||||
RUN cd /monasca-common-source/java \
|
||||
&& mvn clean install {{ build_opts|join(' ') }} \
|
||||
&& cd /monasca-thresh-source/monasca-thresh-*/thresh \
|
||||
|
Reference in New Issue
Block a user