Update build and setup configuration to use HTTPS

See gh-16245
This commit is contained in:
Spring Operator
2019-03-16 11:00:50 -05:00
committed by Andy Wilkinson
parent 6f87975f84
commit 991ba550d3
240 changed files with 618 additions and 618 deletions

View File

@@ -4,6 +4,6 @@ RUN yum install -y wget && \
yum install -y system-config-services && \
yum install -y curl && \
wget --output-document jdk.rpm \
http://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-linux.x86_64.rpm && \
https://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-linux.x86_64.rpm && \
yum --nogpg localinstall -y jdk.rpm && \
rm -f jdk.rpm