File tree Expand file tree Collapse file tree 8 files changed +20
-12
lines changed Expand file tree Collapse file tree 8 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
2
2
FROM alpine:3.8
3
3
4
+ RUN apk add --no-cache \
4
5
# grab su-exec for easy step-down from root
6
+ 'su-exec>=0.2' \
5
7
# bash for docker-entrypoint.sh
6
- RUN apk add --no-cache 'su-exec>=0.2' bash
8
+ bash \
9
+ # "ps" for "rabbitmqctl wait" (https://github.com/docker-library/rabbitmq/issues/162)
10
+ procps
7
11
8
12
# Default to a PGP keyserver that pgp-happy-eyeballs recognizes, but allow for substitutions locally
9
13
ARG PGP_KEYSERVER=ha.pool.sks-keyservers.net
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ RUN set -eux; \
7
7
apt-get install -y --no-install-recommends \
8
8
# grab gosu for easy step-down from root
9
9
gosu \
10
- # grab "ps" for "rabbitmqctl wait" (https://github.com/docker-library/rabbitmq/issues/162)
11
- procps \
12
10
; \
13
11
rm -rf /var/lib/apt/lists/*; \
14
12
# verify that the "gosu" binary works
Original file line number Diff line number Diff line change 1
1
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
2
2
FROM alpine:3.8
3
3
4
+ RUN apk add --no-cache \
4
5
# grab su-exec for easy step-down from root
6
+ 'su-exec>=0.2' \
5
7
# bash for docker-entrypoint.sh
6
- RUN apk add --no-cache 'su-exec>=0.2' bash
8
+ bash \
9
+ # "ps" for "rabbitmqctl wait" (https://github.com/docker-library/rabbitmq/issues/162)
10
+ procps
7
11
8
12
# Default to a PGP keyserver that pgp-happy-eyeballs recognizes, but allow for substitutions locally
9
13
ARG PGP_KEYSERVER=ha.pool.sks-keyservers.net
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ RUN set -eux; \
7
7
apt-get install -y --no-install-recommends \
8
8
# grab gosu for easy step-down from root
9
9
gosu \
10
- # grab "ps" for "rabbitmqctl wait" (https://github.com/docker-library/rabbitmq/issues/162)
11
- procps \
12
10
; \
13
11
rm -rf /var/lib/apt/lists/*; \
14
12
# verify that the "gosu" binary works
Original file line number Diff line number Diff line change 1
1
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
2
2
FROM alpine:3.8
3
3
4
+ RUN apk add --no-cache \
4
5
# grab su-exec for easy step-down from root
6
+ 'su-exec>=0.2' \
5
7
# bash for docker-entrypoint.sh
6
- RUN apk add --no-cache 'su-exec>=0.2' bash
8
+ bash \
9
+ # "ps" for "rabbitmqctl wait" (https://github.com/docker-library/rabbitmq/issues/162)
10
+ procps
7
11
8
12
# Default to a PGP keyserver that pgp-happy-eyeballs recognizes, but allow for substitutions locally
9
13
ARG PGP_KEYSERVER=ha.pool.sks-keyservers.net
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ RUN set -eux; \
7
7
apt-get install -y --no-install-recommends \
8
8
# grab gosu for easy step-down from root
9
9
gosu \
10
- # grab "ps" for "rabbitmqctl wait" (https://github.com/docker-library/rabbitmq/issues/162)
11
- procps \
12
10
; \
13
11
rm -rf /var/lib/apt/lists/*; \
14
12
# verify that the "gosu" binary works
Original file line number Diff line number Diff line change 1
1
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
2
2
FROM alpine:3.8
3
3
4
+ RUN apk add --no-cache \
4
5
# grab su-exec for easy step-down from root
6
+ 'su-exec>=0.2' \
5
7
# bash for docker-entrypoint.sh
6
- RUN apk add --no-cache 'su-exec>=0.2' bash
8
+ bash \
9
+ # "ps" for "rabbitmqctl wait" (https://github.com/docker-library/rabbitmq/issues/162)
10
+ procps
7
11
8
12
# Default to a PGP keyserver that pgp-happy-eyeballs recognizes, but allow for substitutions locally
9
13
ARG PGP_KEYSERVER=ha.pool.sks-keyservers.net
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ RUN set -eux; \
7
7
apt-get install -y --no-install-recommends \
8
8
# grab gosu for easy step-down from root
9
9
gosu \
10
- # grab "ps" for "rabbitmqctl wait" (https://github.com/docker-library/rabbitmq/issues/162)
11
- procps \
12
10
; \
13
11
rm -rf /var/lib/apt/lists/*; \
14
12
# verify that the "gosu" binary works
You can’t perform that action at this time.
0 commit comments