We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i386 variants of Dockerfile images are already explicitly specified.
Example:
go-ci/oldstable/build/alpine-x86/Dockerfile
Line 10 in f15ca9a
We are not yet specifying explicitly which images are expected to be amd64 variants.
go-ci/oldstable/build/alpine-x64/Dockerfile
I should do that to help avoid issues with images offered for the wrong architecture and to clarify the intent.
The text was updated successfully, but these errors were encountered:
Add architecture specification to all Dockerfiles
4317bb7
Add `amd64/` prefix to all Dockerfiles which do not already explicitly use the `i386/` prefix. refs GH-1344
go-ci-stable-cgo-mingw-w64-build*
atc0005
Successfully merging a pull request may close this issue.
Overview
i386 variants of Dockerfile images are already explicitly specified.
Example:
go-ci/oldstable/build/alpine-x86/Dockerfile
Line 10 in f15ca9a
We are not yet specifying explicitly which images are expected to be amd64 variants.
Example:
go-ci/oldstable/build/alpine-x64/Dockerfile
Line 10 in f15ca9a
I should do that to help avoid issues with images offered for the wrong architecture and to clarify the intent.
References
The text was updated successfully, but these errors were encountered: