Skip to content

Replace "sha1" usage with "sha512" #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 7/jre7-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 7
ENV TOMCAT_VERSION 7.0.85
ENV TOMCAT_SHA1 243a8be0bb445c412342965ee8fdf751d9c587e7
ENV TOMCAT_SHA512 ed4f9d85fafe21570af7e01e712ebfb878066f9fab99d344935e20cf1f18c3389e103d33feb6937b5382408f3d356dbd8e7668bc82d2998412222bc099a1f8f7

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -55,7 +55,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 7/jre7-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 7
ENV TOMCAT_VERSION 7.0.85
ENV TOMCAT_SHA1 243a8be0bb445c412342965ee8fdf751d9c587e7
ENV TOMCAT_SHA512 ed4f9d85fafe21570af7e01e712ebfb878066f9fab99d344935e20cf1f18c3389e103d33feb6937b5382408f3d356dbd8e7668bc82d2998412222bc099a1f8f7

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 7/jre7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 7
ENV TOMCAT_VERSION 7.0.85
ENV TOMCAT_SHA1 243a8be0bb445c412342965ee8fdf751d9c587e7
ENV TOMCAT_SHA512 ed4f9d85fafe21570af7e01e712ebfb878066f9fab99d344935e20cf1f18c3389e103d33feb6937b5382408f3d356dbd8e7668bc82d2998412222bc099a1f8f7

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 7/jre8-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 7
ENV TOMCAT_VERSION 7.0.85
ENV TOMCAT_SHA1 243a8be0bb445c412342965ee8fdf751d9c587e7
ENV TOMCAT_SHA512 ed4f9d85fafe21570af7e01e712ebfb878066f9fab99d344935e20cf1f18c3389e103d33feb6937b5382408f3d356dbd8e7668bc82d2998412222bc099a1f8f7

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -55,7 +55,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 7/jre8-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 7
ENV TOMCAT_VERSION 7.0.85
ENV TOMCAT_SHA1 243a8be0bb445c412342965ee8fdf751d9c587e7
ENV TOMCAT_SHA512 ed4f9d85fafe21570af7e01e712ebfb878066f9fab99d344935e20cf1f18c3389e103d33feb6937b5382408f3d356dbd8e7668bc82d2998412222bc099a1f8f7

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 7/jre8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 7
ENV TOMCAT_VERSION 7.0.85
ENV TOMCAT_SHA1 243a8be0bb445c412342965ee8fdf751d9c587e7
ENV TOMCAT_SHA512 ed4f9d85fafe21570af7e01e712ebfb878066f9fab99d344935e20cf1f18c3389e103d33feb6937b5382408f3d356dbd8e7668bc82d2998412222bc099a1f8f7

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.0/jre7-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.0.50
ENV TOMCAT_SHA1 ec66581d322a8ef58e3988fc72e2c076968f3e2e
ENV TOMCAT_SHA512 c8923e610f1d3f7f13d5d0cc765a97ef1b5b34a527b57dfb7058f0bd65555cec748b83198859e6bba41b29cc3d5071ed05618097edc5d6cfad2f380f8230e7f5

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -55,7 +55,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.0/jre7-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.0.50
ENV TOMCAT_SHA1 ec66581d322a8ef58e3988fc72e2c076968f3e2e
ENV TOMCAT_SHA512 c8923e610f1d3f7f13d5d0cc765a97ef1b5b34a527b57dfb7058f0bd65555cec748b83198859e6bba41b29cc3d5071ed05618097edc5d6cfad2f380f8230e7f5

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.0/jre7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.0.50
ENV TOMCAT_SHA1 ec66581d322a8ef58e3988fc72e2c076968f3e2e
ENV TOMCAT_SHA512 c8923e610f1d3f7f13d5d0cc765a97ef1b5b34a527b57dfb7058f0bd65555cec748b83198859e6bba41b29cc3d5071ed05618097edc5d6cfad2f380f8230e7f5

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.0/jre8-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.0.50
ENV TOMCAT_SHA1 ec66581d322a8ef58e3988fc72e2c076968f3e2e
ENV TOMCAT_SHA512 c8923e610f1d3f7f13d5d0cc765a97ef1b5b34a527b57dfb7058f0bd65555cec748b83198859e6bba41b29cc3d5071ed05618097edc5d6cfad2f380f8230e7f5

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -55,7 +55,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.0/jre8-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.0.50
ENV TOMCAT_SHA1 ec66581d322a8ef58e3988fc72e2c076968f3e2e
ENV TOMCAT_SHA512 c8923e610f1d3f7f13d5d0cc765a97ef1b5b34a527b57dfb7058f0bd65555cec748b83198859e6bba41b29cc3d5071ed05618097edc5d6cfad2f380f8230e7f5

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.0/jre8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.0.50
ENV TOMCAT_SHA1 ec66581d322a8ef58e3988fc72e2c076968f3e2e
ENV TOMCAT_SHA512 c8923e610f1d3f7f13d5d0cc765a97ef1b5b34a527b57dfb7058f0bd65555cec748b83198859e6bba41b29cc3d5071ed05618097edc5d6cfad2f380f8230e7f5

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.5/jre10-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.5.30
ENV TOMCAT_SHA1 95798f8fe05549f72be84f927a7f8fe6342211a0
ENV TOMCAT_SHA512 f7e84fed604dc183dc1bdad07f3b025547d95d024ccfb05da68f5f45256f3082af6ba28c7f0148ae4ee43637248a0074c92bb12198ab58331d0c4f04906b86b6

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.5/jre10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.5.30
ENV TOMCAT_SHA1 95798f8fe05549f72be84f927a7f8fe6342211a0
ENV TOMCAT_SHA512 f7e84fed604dc183dc1bdad07f3b025547d95d024ccfb05da68f5f45256f3082af6ba28c7f0148ae4ee43637248a0074c92bb12198ab58331d0c4f04906b86b6

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.5/jre8-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.5.30
ENV TOMCAT_SHA1 95798f8fe05549f72be84f927a7f8fe6342211a0
ENV TOMCAT_SHA512 f7e84fed604dc183dc1bdad07f3b025547d95d024ccfb05da68f5f45256f3082af6ba28c7f0148ae4ee43637248a0074c92bb12198ab58331d0c4f04906b86b6

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -55,7 +55,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.5/jre8-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.5.30
ENV TOMCAT_SHA1 95798f8fe05549f72be84f927a7f8fe6342211a0
ENV TOMCAT_SHA512 f7e84fed604dc183dc1bdad07f3b025547d95d024ccfb05da68f5f45256f3082af6ba28c7f0148ae4ee43637248a0074c92bb12198ab58331d0c4f04906b86b6

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.5/jre8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.5.30
ENV TOMCAT_SHA1 95798f8fe05549f72be84f927a7f8fe6342211a0
ENV TOMCAT_SHA512 f7e84fed604dc183dc1bdad07f3b025547d95d024ccfb05da68f5f45256f3082af6ba28c7f0148ae4ee43637248a0074c92bb12198ab58331d0c4f04906b86b6

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.5/jre9-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.5.30
ENV TOMCAT_SHA1 95798f8fe05549f72be84f927a7f8fe6342211a0
ENV TOMCAT_SHA512 f7e84fed604dc183dc1bdad07f3b025547d95d024ccfb05da68f5f45256f3082af6ba28c7f0148ae4ee43637248a0074c92bb12198ab58331d0c4f04906b86b6

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 8.5/jre9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 8
ENV TOMCAT_VERSION 8.5.30
ENV TOMCAT_SHA1 95798f8fe05549f72be84f927a7f8fe6342211a0
ENV TOMCAT_SHA512 f7e84fed604dc183dc1bdad07f3b025547d95d024ccfb05da68f5f45256f3082af6ba28c7f0148ae4ee43637248a0074c92bb12198ab58331d0c4f04906b86b6

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 9.0/jre10-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 9
ENV TOMCAT_VERSION 9.0.7
ENV TOMCAT_SHA1 488c237dbd92778c356de7f9ff3a59da19a5b3ef
ENV TOMCAT_SHA512 2050f368a32c44ed1b8bc6d2c964fb47e4f9c7ec2c4222141bd0edcd9da1708185c00eba63ccf28b1d55f452284ed0265058913d58d2f1ef10be8a6b7da1711f

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 9.0/jre10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 9
ENV TOMCAT_VERSION 9.0.7
ENV TOMCAT_SHA1 488c237dbd92778c356de7f9ff3a59da19a5b3ef
ENV TOMCAT_SHA512 2050f368a32c44ed1b8bc6d2c964fb47e4f9c7ec2c4222141bd0edcd9da1708185c00eba63ccf28b1d55f452284ed0265058913d58d2f1ef10be8a6b7da1711f

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
4 changes: 2 additions & 2 deletions 9.0/jre8-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GPG_KEYS 05AB33110949707C93A279E3D3EFE6B686867BA6 07E48665A34DCAFAE522E5E626

ENV TOMCAT_MAJOR 9
ENV TOMCAT_VERSION 9.0.7
ENV TOMCAT_SHA1 488c237dbd92778c356de7f9ff3a59da19a5b3ef
ENV TOMCAT_SHA512 2050f368a32c44ed1b8bc6d2c964fb47e4f9c7ec2c4222141bd0edcd9da1708185c00eba63ccf28b1d55f452284ed0265058913d58d2f1ef10be8a6b7da1711f

ENV TOMCAT_TGZ_URLS \
# https://issues.apache.org/jira/browse/INFRA-8753?focusedCommentId=14735394#comment-14735394
Expand Down Expand Up @@ -55,7 +55,7 @@ RUN set -eux; \
done; \
[ -n "$success" ]; \
\
echo "$TOMCAT_SHA1 *tomcat.tar.gz" | sha1sum -c -; \
echo "$TOMCAT_SHA512 *tomcat.tar.gz" | sha512sum -c -; \
\
success=; \
for url in $TOMCAT_ASC_URLS; do \
Expand Down
Loading