Skip to content

Commit 59c4705

Browse files
committed
feat: add no-git metadata label to indicate Git data not needed in container
1 parent f775b9b commit 59c4705

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ LABEL org.opencontainers.image.source="https://github.com/peterweissdk/keepalive
3535
# LABEL org.opencontainers.image.revision=${revision}
3636
# LABEL "org.opencontainers.image.documentation"
3737
LABEL org.opencontainers.image.licenses="GNU GENERAL PUBLIC LICENSE v3.0"
38+
# Indicate that Git metadata is not needed
39+
LABEL org.opencontainers.image.source.no-git=true
3840

3941
# Install runtime dependencies
4042
RUN apk add --no-cache \

0 commit comments

Comments
 (0)