summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Containerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile
index 3278306..b531bc6 100644
--- a/Containerfile
+++ b/Containerfile
@@ -1,3 +1,9 @@
FROM alpine:latest
+LABEL org.opencontainers.image.title git
+LABEL org.opencontainers.image.description Container image to perform git operations
+LABEL org.opencontainers.image.licenses AGPL-3.0-or-later
+LABEL org.opencontainers.image.vendor tyil
+LABEL org.opencontainers.image.source https://git.tyil.nl/container/git
+
RUN apk add --no-cache git