We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8383daa commit 50f23afCopy full SHA for 50f23af
docker/Dockerfile
@@ -14,6 +14,11 @@ RUN apk add --no-cache curl gettext && \
14
# Final image
15
FROM moby/buildkit:${BUILDKIT_VERSION}
16
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
+
22
RUN apk add --no-cache \
23
nginx nginx-mod-stream \
24
dnsmasq \
0 commit comments