Set org.opencontainers.image.source label correctly in all dockerfiles (#717)

This commit is contained in:
EmilyxFox
2025-08-28 21:07:42 +02:00
committed by GitHub
parent 914686ec7c
commit 6f0871173e
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
FROM alpine:latest
WORKDIR /z
LABEL org.opencontainers.image.url="https://github.com/9001/copyparty" \
org.opencontainers.image.source="https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker" \
org.opencontainers.image.source="https://github.com/9001/copyparty" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.title="copyparty-min" \
org.opencontainers.image.description="just copyparty, no thumbnails / media tags / audio transcoding"