MAINTAINER is deprecated, using LABEL now
This commit is contained in:
parent
727231444b
commit
d7cf0c7e93
@ -3,7 +3,7 @@
|
|||||||
# Smallest base image
|
# Smallest base image
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
MAINTAINER Kyle Manna <kyle@kylemanna.com>
|
LABEL maintainer="Kyle Manna <kyle@kylemanna.com>"
|
||||||
|
|
||||||
# Testing: pamtester
|
# Testing: pamtester
|
||||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
|
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Smallest base image
|
# Smallest base image
|
||||||
FROM aarch64/alpine:3.5
|
FROM aarch64/alpine:3.5
|
||||||
|
|
||||||
MAINTAINER Kyle Manna <kyle@kylemanna.com>
|
LABEL maintainer="Kyle Manna <kyle@kylemanna.com>"
|
||||||
|
|
||||||
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
|
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
|
||||||
echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
|
echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
|
||||||
|
Loading…
Reference in New Issue
Block a user