Skip to content
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

buildkit-exp for Windows unable to pull remote images #5173

Open
lydiapostk opened this issue Jul 19, 2024 · 2 comments
Open

buildkit-exp for Windows unable to pull remote images #5173

lydiapostk opened this issue Jul 19, 2024 · 2 comments

Comments

@lydiapostk
Copy link

lydiapostk commented Jul 19, 2024

I've set-up the builder for Windows-amd64, as well as the CNI settings. It's able to run a simple Dockerfile.

However, it does not seem to be able to pull from remote repos. I get the following error from my syntax declaration:

Unknown desc = failed to resolve source metadata for 
docker.io/docker/dockerfile:experimental: no match for platform in manifest: not found"

When I deleted the docker syntax declaration, and have my Dockerfile start from pulling a base Python image for Windows, I get the following error:

Unknown desc = python:3.8.8-windowsservercore: failed to resolve 
source metadata for docker.io/library/python:3.8.8-windowsservercore: no match for platform in 
manifest: not found"
@profnandaa
Copy link
Collaborator

Could you please share your dockerfile, repro steps and platform details?

@tonistiigi
Copy link
Member

docker.io/docker/dockerfile:experimental: no match for platform in manifest: not found"

There is no windows version of the dockerfile frontend image atm. (You need to use the builtin one).

Not sure about the other image though. Seems like a proper wcow image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants