diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2025-10-28 13:01:39 +0100 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2025-10-28 13:01:39 +0100 |
| commit | c878b6493e7eed82d72916c1def8195c56e64e6f (patch) | |
| tree | 05cc44c5e9189def4517f734b7886dc09ba5be66 | |
| parent | b6fcbb1c10b3aab0fa175d57ba514c9d7620fdce (diff) | |
| download | git-c878b6493e7eed82d72916c1def8195c56e64e6f.tar.gz git-c878b6493e7eed82d72916c1def8195c56e64e6f.tar.bz2 | |
| -rw-r--r-- | Containerfile | 6 |
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 |
