Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#174 from BenTheElder/cli-only
Browse files Browse the repository at this point in the history
docker image: docker cli only, not dind
  • Loading branch information
k8s-ci-robot authored Dec 12, 2024
2 parents 8b5f02c + 3e48e19 commit 891607f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ARG TARGETARCH
RUN GOARCH=$TARGETARCH make build

# build real cloud-provider-kind image
FROM docker:25.0-dind
FROM docker:25.0-cli
COPY --from=0 --chown=root:root ./go/src/bin/cloud-provider-kind /bin/cloud-provider-kind
ENTRYPOINT ["/bin/cloud-provider-kind"]

0 comments on commit 891607f

Please sign in to comment.