We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944393a commit 86352e2Copy full SHA for 86352e2
1 file changed
06-building-container-images/Dockerfile.sample
@@ -11,6 +11,8 @@ ARG BASE_IMAGE_TAG=19.4
11
12
FROM node:${BASE_IMAGE_TAG}
13
14
+LABEL org.opencontainers.image.authors="sid@devopsdirective.com"
15
+
16
RUN echo "Hey Team 👋 (shell form)"
17
RUN ["echo", "Hey Team 👋 (exec form)"]
18
0 commit comments