fix annotations

This commit is contained in:
Jason Swank
2026-01-10 13:58:30 +00:00
parent c7ebf79dc3
commit ea2cb2a7ae
3 changed files with 12 additions and 28 deletions

View File

@@ -1,11 +1,5 @@
FROM docker.io/library/alpine:3
LABEL org.opencontainers.image.title=jswank/alpine-cli \
org.opencontainers.image.description="A minimal image for running Linux CLI utilities" \
org.opencontainers.image.url=https://git.sr.ht/~jswank/alpine-cli \
org.opencontainers.image.authors="Jason Swank" \
org.opencontainers.image.licenses=MIT
RUN apk --no-cache update
RUN apk -U --no-cache add \