We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f8a2e commit ca3be57Copy full SHA for ca3be57
1 file changed
Dockerfile.complex
@@ -1,5 +1,5 @@
1
## Buildstage ##
2
-FROM lsiobase/alpine:3.9 as buildstage
+FROM lsiobase/alpine:3.12 as buildstage
3
4
RUN \
5
echo "**** install packages ****" && \
@@ -17,5 +17,7 @@ COPY root/ /root-layer/
17
## Single layer deployed image ##
18
FROM scratch
19
20
+LABEL maintainer="username"
21
+
22
# Add files from buildstage
23
COPY --from=buildstage /root-layer/ /
0 commit comments