-
Notifications
You must be signed in to change notification settings - Fork 143
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
Multiarch Docker Image support using GCB #68
Multiarch Docker Image support using GCB #68
Conversation
build multiarch image with all arch specified by `--platform` option to docker buildx build
Adding a GCB(Google Cloud Build) config file to automate build and push(to staging gcr.io/k8s-staging-csi) of multiarch docker image
Hi @vitt-bagal. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still several open questions (selection of Go release for building, version number), but let's move forward now as we are still experimenting.
/lgtm
cloudbuild.yaml
Outdated
@@ -0,0 +1,28 @@ | |||
# See https://cloud.google.com/cloud-build/docs/build-config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A link to https://github.com/kubernetes/test-infra/blob/master/config/jobs/image-pushing/README.md would be useful, because that is where it is specified how this works in Kubernetes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated the link.
/release-note-none |
/ok-to-test |
@pohly Thank you for the review. Addition of latest commit removed the lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@pohly Can you please help by merging this as this is needed for kubernetes/test-infra#16942 |
I can't approve in this repo. /assign @msau42 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msau42, vitt-bagal 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 |
OCPBUGS-29987: Updating csi-node-driver-registrar-container image to be consistent with ART for 4.16
What type of PR is this?
/kind feature
What this PR does / why we need it:
This is continuation with comment #67 (comment)
Add a GCB(Google Cloud Build) configuration file and Dockerfile.multiarch. This will automate the building and pushing of node-driver-registrar multiarch image to staging area(gcr.io/k8s-staging-csi)
@pohly can you please review ?