Update build and setup configuration to use HTTPS

See gh-16244
This commit is contained in:
Spring Operator
2019-03-16 11:00:31 -05:00
committed by Andy Wilkinson
parent a662563c28
commit e2837843e1
238 changed files with 673 additions and 673 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