Skip to content

Commit

Permalink
Update Maven version as older version moved.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton authored and joefitzgerald committed Jan 21, 2023
1 parent 71b3948 commit 6e43ef0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions workshop-images/jdk11-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN curl --fail -sL -o /tmp/jdk11.tar.gz https://github.com/adoptium/temurin11-b
tar -C /opt/java --strip-components 1 -zxf /tmp/jdk11.tar.gz && \
rm /tmp/jdk11.tar.gz

RUN curl --fail -sL -o /tmp/maven.tar.gz https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz && \
echo "f790857f3b1f90ae8d16281f902c689e4f136ebe584aba45e4b1fa66c80cba826d3e0e52fdd04ed44b4c66f6d3fe3584a057c26dfcac544a60b301e6d0f91c26 /tmp/maven.tar.gz" | sha512sum --check --status && \
RUN curl --fail -sL -o /tmp/maven.tar.gz https://dlcdn.apache.org/maven/maven-3/3.8.7/binaries/apache-maven-3.8.7-bin.tar.gz && \
echo "21c2be0a180a326353e8f6d12289f74bc7cd53080305f05358936f3a1b6dd4d91203f4cc799e81761cf5c53c5bbe9dcc13bdb27ec8f57ecf21b2f9ceec3c8d27 /tmp/maven.tar.gz" | sha512sum --check --status && \
tar -C /opt/maven --strip-components 1 -zxf /tmp/maven.tar.gz && \
rm /tmp/maven.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions workshop-images/jdk17-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN curl --fail -sL -o /tmp/jdk17.tar.gz https://github.com/adoptium/temurin17-b
tar -C /opt/java --strip-components 1 -zxf /tmp/jdk17.tar.gz && \
rm /tmp/jdk17.tar.gz

RUN curl --fail -sL -o /tmp/maven.tar.gz https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz && \
echo "f790857f3b1f90ae8d16281f902c689e4f136ebe584aba45e4b1fa66c80cba826d3e0e52fdd04ed44b4c66f6d3fe3584a057c26dfcac544a60b301e6d0f91c26 /tmp/maven.tar.gz" | sha512sum --check --status && \
RUN curl --fail -sL -o /tmp/maven.tar.gz https://dlcdn.apache.org/maven/maven-3/3.8.7/binaries/apache-maven-3.8.7-bin.tar.gz && \
echo "21c2be0a180a326353e8f6d12289f74bc7cd53080305f05358936f3a1b6dd4d91203f4cc799e81761cf5c53c5bbe9dcc13bdb27ec8f57ecf21b2f9ceec3c8d27 /tmp/maven.tar.gz" | sha512sum --check --status && \
tar -C /opt/maven --strip-components 1 -zxf /tmp/maven.tar.gz && \
rm /tmp/maven.tar.gz

Expand Down
4 changes: 2 additions & 2 deletions workshop-images/jdk8-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN curl -sL -o /tmp/jdk8.tar.gz https://github.com/adoptium/temurin8-binaries/
tar -C /opt/java --strip-components 1 -zxf /tmp/jdk8.tar.gz && \
rm /tmp/jdk8.tar.gz

RUN curl --fail -sL -o /tmp/maven.tar.gz https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz && \
echo "f790857f3b1f90ae8d16281f902c689e4f136ebe584aba45e4b1fa66c80cba826d3e0e52fdd04ed44b4c66f6d3fe3584a057c26dfcac544a60b301e6d0f91c26 /tmp/maven.tar.gz" | sha512sum --check --status && \
RUN curl --fail -sL -o /tmp/maven.tar.gz https://dlcdn.apache.org/maven/maven-3/3.8.7/binaries/apache-maven-3.8.7-bin.tar.gz && \
echo "21c2be0a180a326353e8f6d12289f74bc7cd53080305f05358936f3a1b6dd4d91203f4cc799e81761cf5c53c5bbe9dcc13bdb27ec8f57ecf21b2f9ceec3c8d27 /tmp/maven.tar.gz" | sha512sum --check --status && \
tar -C /opt/maven --strip-components 1 -zxf /tmp/maven.tar.gz && \
rm /tmp/maven.tar.gz

Expand Down

0 comments on commit 6e43ef0

Please sign in to comment.