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

M1 catch 22 with export DOCKER_DEFAULT_PLATFORM=linux/amd64 #2

Open
KastanDay opened this issue Jan 14, 2023 · 0 comments
Open

M1 catch 22 with export DOCKER_DEFAULT_PLATFORM=linux/amd64 #2

KastanDay opened this issue Jan 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@KastanDay
Copy link
Collaborator

Generally, I prefer to use export DOCKER_DEFAULT_PLATFORM=linux/amd64, meaning the default is standard x64. However, for some reason traefik is refusing to work under these conditions where all other images are fine.

Error response from daemon: image with reference traefik:1.7 was found but does not match the specified platform: wanted linux/amd64, actual: linux/arm64/v8

However, it seems like things work best when I don't specify a default platform at all. I suggest we explicitly remove that env variable (with a warning) before every run.

@KastanDay KastanDay added the enhancement New feature or request label Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant