mirror of
https://github.com/distribution/distribution-library-image
synced 2024-11-07 05:05:50 +01:00
Merge pull request #104 from thaJeztah/2.7_backport_fix_security_issues_bump_alpine
[release/2.7 backport] Fix security issues: bump alpine to 3.11
This commit is contained in:
commit
ab00e8dae1
@ -1,9 +1,9 @@
|
|||||||
# Build a minimal distribution container
|
# Build a minimal distribution container
|
||||||
|
|
||||||
FROM alpine:3.8
|
FROM alpine:3.11
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates apache2-utils
|
&& apk add --no-cache ca-certificates
|
||||||
|
|
||||||
COPY ./registry /bin/registry
|
COPY ./registry /bin/registry
|
||||||
COPY ./config-example.yml /etc/docker/registry/config.yml
|
COPY ./config-example.yml /etc/docker/registry/config.yml
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# Build a minimal distribution container
|
# Build a minimal distribution container
|
||||||
|
|
||||||
FROM alpine:3.8
|
FROM alpine:3.11
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates apache2-utils
|
&& apk add --no-cache ca-certificates
|
||||||
|
|
||||||
COPY ./registry /bin/registry
|
COPY ./registry /bin/registry
|
||||||
COPY ./config-example.yml /etc/docker/registry/config.yml
|
COPY ./config-example.yml /etc/docker/registry/config.yml
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# Build a minimal distribution container
|
# Build a minimal distribution container
|
||||||
|
|
||||||
FROM alpine:3.8
|
FROM alpine:3.11
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates apache2-utils
|
&& apk add --no-cache ca-certificates
|
||||||
|
|
||||||
COPY ./registry /bin/registry
|
COPY ./registry /bin/registry
|
||||||
COPY ./config-example.yml /etc/docker/registry/config.yml
|
COPY ./config-example.yml /etc/docker/registry/config.yml
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# Build a minimal distribution container
|
# Build a minimal distribution container
|
||||||
|
|
||||||
FROM alpine:3.8
|
FROM alpine:3.11
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates apache2-utils
|
&& apk add --no-cache ca-certificates
|
||||||
|
|
||||||
COPY ./registry /bin/registry
|
COPY ./registry /bin/registry
|
||||||
COPY ./config-example.yml /etc/docker/registry/config.yml
|
COPY ./config-example.yml /etc/docker/registry/config.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user