Skip to content

Commit 86352e2

Browse files
committed
add LABEL with image author
1 parent 944393a commit 86352e2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

06-building-container-images/Dockerfile.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ARG BASE_IMAGE_TAG=19.4
1111

1212
FROM node:${BASE_IMAGE_TAG}
1313

14+
LABEL org.opencontainers.image.authors="sid@devopsdirective.com"
15+
1416
RUN echo "Hey Team 👋 (shell form)"
1517
RUN ["echo", "Hey Team 👋 (exec form)"]
1618

0 commit comments

Comments
 (0)