Skip to content

Commit

Permalink
dont use gnupg2 on alpine images
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Dec 11, 2023
1 parent 0eb91dd commit fe3da4a
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion amazoncorretto/10.0/jdk11-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion amazoncorretto/10.0/jdk17-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion amazoncorretto/10.0/jdk21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion amazoncorretto/11.0/jdk11-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion amazoncorretto/11.0/jdk17-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion amazoncorretto/11.0/jdk21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion amazoncorretto/12.0/jdk17-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion amazoncorretto/12.0/jdk21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion amazoncorretto/9.4/jdk11-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion amazoncorretto/9.4/jdk17-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion amazoncorretto/9.4/jdk21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion amazoncorretto/9.4/jdk8-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion azul/zulu-openjdk-alpine/10.0/jdk11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion azul/zulu-openjdk-alpine/10.0/jdk17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion azul/zulu-openjdk-alpine/10.0/jdk21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion azul/zulu-openjdk-alpine/11.0/jdk11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion azul/zulu-openjdk-alpine/11.0/jdk17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion azul/zulu-openjdk-alpine/11.0/jdk21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion azul/zulu-openjdk-alpine/12.0/jdk17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion azul/zulu-openjdk-alpine/12.0/jdk21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion azul/zulu-openjdk-alpine/9.4/jdk11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion azul/zulu-openjdk-alpine/9.4/jdk17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion azul/zulu-openjdk-alpine/9.4/jdk21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion azul/zulu-openjdk-alpine/9.4/jdk8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion baseDockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/10.0/jdk11-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/10.0/jdk17-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/10.0/jdk21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/10.0/jre11-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/10.0/jre17-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/10.0/jre21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/11.0/jdk11-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/11.0/jdk17-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/11.0/jdk21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/11.0/jre11-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/11.0/jre17-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/11.0/jre21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/12.0/jdk17-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/12.0/jdk21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/12.0/jre17-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/12.0/jre21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/9.4/jdk11-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/9.4/jdk17-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
2 changes: 1 addition & 1 deletion eclipse-temurin/9.4/jdk21-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -xe ; \
mkdir -p $TMPDIR ; \
#
# Install utils needed to verify keys
apk add --no-cache gnupg2 curl ; \
apk add --no-cache gnupg curl ; \
#
# fetch GPG keys
export GNUPGHOME=/jetty-keys ; \
Expand Down
Loading

0 comments on commit fe3da4a

Please sign in to comment.