summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2025-10-28 13:01:39 +0100
committerPatrick Spek <p.spek@tyil.nl>2025-10-28 13:01:39 +0100
commitc878b6493e7eed82d72916c1def8195c56e64e6f (patch)
tree05cc44c5e9189def4517f734b7886dc09ba5be66
parentb6fcbb1c10b3aab0fa175d57ba514c9d7620fdce (diff)
downloadgit-c878b6493e7eed82d72916c1def8195c56e64e6f.tar.gz
git-c878b6493e7eed82d72916c1def8195c56e64e6f.tar.bz2
-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