Skip to content

Commit 50f23af

Browse files
committed
Add OCI image labels to Dockerfile
1 parent 8383daa commit 50f23af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ RUN apk add --no-cache curl gettext && \
1414
# Final image
1515
FROM moby/buildkit:${BUILDKIT_VERSION}
1616

17+
LABEL org.opencontainers.image.title="buildcage" \
18+
org.opencontainers.image.description="Secure Docker build environment with network access control" \
19+
org.opencontainers.image.licenses="MIT" \
20+
org.opencontainers.image.source="https://github.com/dash14/buildcage"
21+
1722
RUN apk add --no-cache \
1823
nginx nginx-mod-stream \
1924
dnsmasq \

0 commit comments

Comments
 (0)