Last active
August 14, 2024 21:34
-
-
Save tuffacton/80c8d32519a4bcb1d59608d0651a8981 to your computer and use it in GitHub Desktop.
Adding kubectl to moby/buildkit:master-rootless
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM bitnami/kubectl:1.20.9 AS kubectl | |
FROM docker:dind AS docker-cli-stage | |
FROM moby/buildkit:master-rootless | |
COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/ | |
COPY --from=docker-cli-stage /usr/local/bin/docker /usr/local/bin/docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment