mirror of
https://github.com/distribution/distribution-library-image
synced 2024-11-07 05:05:50 +01:00
Merge pull request #84 from docker/update-alpine
Update to alpine 3.8 for arm support
This commit is contained in:
commit
7d18dca46f
@ -1,6 +1,6 @@
|
|||||||
# Build a minimal distribution container
|
# Build a minimal distribution container
|
||||||
|
|
||||||
FROM alpine:3.4
|
FROM alpine:3.8
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates apache2-utils
|
&& apk add --no-cache ca-certificates apache2-utils
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Build a minimal distribution container
|
# Build a minimal distribution container
|
||||||
|
|
||||||
FROM alpine:3.4
|
FROM alpine:3.8
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates apache2-utils
|
&& apk add --no-cache ca-certificates apache2-utils
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Build a minimal distribution container
|
# Build a minimal distribution container
|
||||||
|
|
||||||
FROM alpine:3.4
|
FROM alpine:3.8
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates apache2-utils
|
&& apk add --no-cache ca-certificates apache2-utils
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Build a minimal distribution container
|
# Build a minimal distribution container
|
||||||
|
|
||||||
FROM alpine:3.4
|
FROM alpine:3.8
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates apache2-utils
|
&& apk add --no-cache ca-certificates apache2-utils
|
||||||
|
Loading…
Reference in New Issue
Block a user