mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 18:03:01 -04:00
add maintainer to sample Dockerfile.complex
This commit is contained in:
+3
-1
@@ -1,5 +1,5 @@
|
|||||||
## Buildstage ##
|
## Buildstage ##
|
||||||
FROM lsiobase/alpine:3.9 as buildstage
|
FROM lsiobase/alpine:3.12 as buildstage
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** install packages ****" && \
|
echo "**** install packages ****" && \
|
||||||
@@ -17,5 +17,7 @@ COPY root/ /root-layer/
|
|||||||
## Single layer deployed image ##
|
## Single layer deployed image ##
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
|
LABEL maintainer="username"
|
||||||
|
|
||||||
# Add files from buildstage
|
# Add files from buildstage
|
||||||
COPY --from=buildstage /root-layer/ /
|
COPY --from=buildstage /root-layer/ /
|
||||||
|
|||||||
Reference in New Issue
Block a user