-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Make storage-provisioner available for all arch #9334
Make storage-provisioner available for all arch #9334
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Travis tests have failedHey @afbjorklund, 1st Buildmake test
TravisBuddy Request Identifier: 4ae18810-00e4-11eb-a257-6fde496095bb |
Always use architecture when building the image. When developing locally, tag the image with version (this tag now refers to the local host architecture) When making a release, make a manifest with version (this manifest now lists all supported architectures) Don't use architecture, when specifying "image:".
6482c99
to
92cce72
Compare
Note that you cannot work with multi-arch images using the docker daemon, so it has to use the registry. |
Docker Desktop seems dead:
For EDIT: This seems to be #9274 |
This PR is rather hard to "try", except for doing |
Always use architecture when building the image.
When developing locally, tag the image with version
(this tag now refers to the local host architecture)
When making a release, make a manifest with version
(this manifest now lists all supported architectures)
Don't use architecture, when specifying "image:".
Closes #9061