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 0eb4c44 commit 3bcb8b9Copy full SHA for 3bcb8b9
Dockerfile
@@ -16,8 +16,6 @@ RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o unregistry ./cmd/unregistr
16
FROM docker:28.2.2-dind AS unregistry-dind
17
18
ENV UNREGISTRY_CONTAINERD_SOCK="/run/docker/containerd/containerd.sock"
19
-# dind uses 'default' namespace for containerd by default instead of 'moby' used by Docker Engine.
20
-ENV UNREGISTRY_CONTAINERD_NAMESPACE="default"
21
22
COPY scripts/dind-entrypoint.sh /usr/local/bin/entrypoint.sh
23
COPY --from=builder /build/unregistry /usr/local/bin/
0 commit comments