-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
buildx is missing from docker:20-dind images #313
Comments
For reference, #156 includes discussion and clarification on why |
I created an image here: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Docker 20-dind images are shipped with
docker
cli which seems to be missingbuildx
entirely.. which means support forbuildx build --cache-from
is not available.Launching
docker buildx build --help
on my Macbook shows--cache-from
available. However launching the same in container instance ofdocker:20-dind
does not show--cache-from
as valid option tobuildx build
.Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:from
docker:20.10.7-dind
docker imageOutput of
docker info
:from
docker:20.10.7-dind
docker imageAdditional environment details (AWS, VirtualBox, physical, etc.):
Launching
docker run -it --rm docker:20.10.7-dind sh -c ...
on macOS 10.14.6 runningDocker Desktop 3.4.0 (3.4.0.5223)
The text was updated successfully, but these errors were encountered: