You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.
Currently we 're using manifest-tool to build the multiarch image.
However, docker client has start to support build-in manifest to create and push the multiarch manifest, the PR: docker/cli#138 for that change bas been merged.
We need to replace the manifest-tool with docker manifest... to build the multiarch image.
However, the docker manifest... is experimental feature for now, we need to edit the config.json and set experimental to enabled.
Currently we 're using manifest-tool to build the multiarch image.
However, docker client has start to support build-in manifest to create and push the multiarch manifest, the PR: docker/cli#138 for that change bas been merged.
We need to replace the manifest-tool with docker manifest... to build the multiarch image.
However, the docker manifest... is experimental feature for now, we need to edit the config.json and set experimental to enabled.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we 're using manifest-tool to build the multiarch image.
However, docker client has start to support build-in
manifest
to create and push the multiarch manifest, the PR: docker/cli#138 for that change bas been merged.We need to replace the
manifest-tool
withdocker manifest...
to build the multiarch image.However, the
docker manifest...
is experimental feature for now, we need to edit theconfig.json
and set experimental to enabled./kind enhancement
/area config
/assign
/cc @gyliu513
The text was updated successfully, but these errors were encountered: