Skip to content

Commit 051164d

Browse files
committed
1 parent 8942a4b commit 051164d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

3.8-rc/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.8-rc/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.8/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.8/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-alpine.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk add --no-cache \
1010
procps
1111

1212
# Default to a PGP keyserver that pgp-happy-eyeballs recognizes, but allow for substitutions locally
13-
ARG PGP_KEYSERVER=ha.pool.sks-keyservers.net
13+
ARG PGP_KEYSERVER=keyserver.ubuntu.com
1414
# If you are building this image locally and are getting `gpg: keyserver receive failed: No data` errors,
1515
# run the build with a different PGP_KEYSERVER, e.g. docker build --tag rabbitmq:3.8 --build-arg PGP_KEYSERVER=pgpkeys.eu 3.8/ubuntu
1616
# For context, see https://github.com/docker-library/official-images/issues/4252

Dockerfile-ubuntu.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -eux; \
1313
gosu nobody true
1414

1515
# Default to a PGP keyserver that pgp-happy-eyeballs recognizes, but allow for substitutions locally
16-
ARG PGP_KEYSERVER=ha.pool.sks-keyservers.net
16+
ARG PGP_KEYSERVER=keyserver.ubuntu.com
1717
# If you are building this image locally and are getting `gpg: keyserver receive failed: No data` errors,
1818
# run the build with a different PGP_KEYSERVER, e.g. docker build --tag rabbitmq:3.8 --build-arg PGP_KEYSERVER=pgpkeys.eu 3.8/ubuntu
1919
# For context, see https://github.com/docker-library/official-images/issues/4252

0 commit comments

Comments
 (0)