Merge pull request #421 from infosiftr/alpine3.12

Update to alpine:3.12
This commit is contained in:
Tianon Gravi 2020-06-24 12:41:39 -07:00 committed by GitHub
commit 420735ac8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 15 deletions

View File

@ -1,5 +1,5 @@
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.11
FROM alpine:3.12
RUN apk add --no-cache \
# grab su-exec for easy step-down from root
@ -37,7 +37,6 @@ RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
autoconf \
ca-certificates \
dpkg-dev dpkg \
gcc \
gnupg \
@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
ca-certificates \
gnupg \
xz \
; \

View File

@ -1,5 +1,5 @@
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.11
FROM alpine:3.12
RUN apk add --no-cache \
# grab su-exec for easy step-down from root
@ -37,7 +37,6 @@ RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
autoconf \
ca-certificates \
dpkg-dev dpkg \
gcc \
gnupg \
@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
ca-certificates \
gnupg \
xz \
; \

View File

@ -1,5 +1,5 @@
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.11
FROM alpine:3.12
RUN apk add --no-cache \
# grab su-exec for easy step-down from root
@ -37,7 +37,6 @@ RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
autoconf \
ca-certificates \
dpkg-dev dpkg \
gcc \
gnupg \
@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
ca-certificates \
gnupg \
xz \
; \

View File

@ -1,5 +1,5 @@
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.11
FROM alpine:3.12
RUN apk add --no-cache \
# grab su-exec for easy step-down from root
@ -37,7 +37,6 @@ RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
autoconf \
ca-certificates \
dpkg-dev dpkg \
gcc \
gnupg \
@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
ca-certificates \
gnupg \
xz \
; \

View File

@ -1,5 +1,5 @@
# Alpine Linux is not officially supported by the RabbitMQ team -- use at your own risk!
FROM alpine:3.11
FROM alpine:3.12
RUN apk add --no-cache \
# grab su-exec for easy step-down from root
@ -37,7 +37,6 @@ RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
autoconf \
ca-certificates \
dpkg-dev dpkg \
gcc \
gnupg \
@ -194,7 +193,6 @@ ENV PATH=$RABBITMQ_HOME/sbin:$PATH \
RUN set -eux; \
\
apk add --no-cache --virtual .build-deps \
ca-certificates \
gnupg \
xz \
; \