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
The docker manifest command is available (with "experimental":"enabled") since Docker 18.02-ce: docker/cli#138
docker manifest
"experimental":"enabled"
Inspiration for a multi platform matrix build on travis-ci: https://stefanscherer.github.io/cross-build-nodejs-with-docker/
The text was updated successfully, but these errors were encountered:
still needs some automation:
docker run --rm mplatform/mquery gesellix/testimage:os-windows Image: gesellix/testimage:os-windows * Manifest List: No * Supports: amd64/windows docker run --rm mplatform/mquery gesellix/testimage:os-linux Image: gesellix/testimage:os-linux * Manifest List: No * Supports: amd64/linux docker manifest create gesellix/testimage gesellix/testimage:os-linux gesellix/testimage:os-windows docker manifest push gesellix/testimage docker run --rm mplatform/mquery gesellix/testimage Image: gesellix/testimage * Manifest List: Yes * Supported platforms: - linux/amd64 - windows/amd64:10.0.14393.447
Sorry, something went wrong.
See https://github.com/docker-client/echo-server for a multi-platform image.
Successfully merging a pull request may close this issue.
The
docker manifest
command is available (with"experimental":"enabled"
) since Docker 18.02-ce: docker/cli#138Inspiration for a multi platform matrix build on travis-ci: https://stefanscherer.github.io/cross-build-nodejs-with-docker/
The text was updated successfully, but these errors were encountered: