We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f775b9b commit 59c4705Copy full SHA for 59c4705
Dockerfile
@@ -35,6 +35,8 @@ LABEL org.opencontainers.image.source="https://github.com/peterweissdk/keepalive
35
# LABEL org.opencontainers.image.revision=${revision}
36
# LABEL "org.opencontainers.image.documentation"
37
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
40
41
# Install runtime dependencies
42
RUN apk add --no-cache \
0 commit comments