Skip to content

Commit 3764b2f

Browse files
committed
Switch from HTTP to HTTPS when fetching both wildfly and components that made Silverpeas
1 parent 06c72b7 commit 3764b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-w
8585
|| gpg --keyserver pgp.mit.edu --recv-keys 3F4657EF9C591F2FEA458FEBC19391EB3DF442B6 \
8686
|| gpg --keyserver keyserver.pgp.com --recv-keys 3F4657EF9C591F2FEA458FEBC19391EB3DF442B6 ) \
8787
&& gpg --batch --verify silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip.asc silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip \
88-
&& wget -nc http://download.jboss.org/wildfly/${WILDFLY_VERSION}.Final/wildfly-${WILDFLY_VERSION}.Final.zip \
88+
&& wget -nc https://download.jboss.org/wildfly/${WILDFLY_VERSION}.Final/wildfly-${WILDFLY_VERSION}.Final.zip \
8989
&& unzip silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip -d /opt \
9090
&& unzip wildfly-${WILDFLY_VERSION}.Final.zip -d /opt \
9191
&& mv /opt/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?} /opt/silverpeas \

src/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<mirror>
88
<id>silverpeas</id>
99
<mirrorOf>*</mirrorOf>
10-
<url>http://www.silverpeas.org/nexus/content/groups/silverpeas</url>
10+
<url>https://www.silverpeas.org/nexus/content/groups/silverpeas</url>
1111
</mirror>
1212
</mirrors>
1313

0 commit comments

Comments
 (0)