Skip to content

release gcb-docker-gcloud as a releng image - #4481

Merged
kubernetes-prow[bot] merged 1 commit into
kubernetes:masterfrom
upodroid:release-gcb-docker-gcloud
Aug 6, 2026
Merged

release gcb-docker-gcloud as a releng image#4481
kubernetes-prow[bot] merged 1 commit into
kubernetes:masterfrom
upodroid:release-gcb-docker-gcloud

Conversation

@upodroid

Copy link
Copy Markdown
Member

What type of PR is this?

/kind feature

What this PR does / why we need it:

I want to release https://github.com/kubernetes/test-infra/tree/master/images/gcb-docker-gcloud to registry.k8s.io.

gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20260127-c1affcc8de will now be pulled as registry.k8s.io/releng/gcb-docker-gcloud:v20260127

In order to do this, I need to transfer the image to this repo and build it out of here. I'm also going to use this opportunity to make a breaking change and drop https://github.com/kubernetes/test-infra/blob/058c26adcd251f37a719a96b39a458660a14f974/images/gcb-docker-gcloud/buildx-entrypoint.sh this script and ask users to update their cloudbuild files like this.

The only guarantee this image makes is that go, gcloud, and docker always work with Google Cloud Build.

Which issue(s) this PR fixes:

Fixes kubernetes/k8s.io#9599

Special notes for your reviewer:

Does this PR introduce a user-facing change?

NONE

@kubernetes-prow kubernetes-prow Bot added release-note-none Denotes a PR that doesn't merit a release note. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/release-eng Issues or PRs related to the Release Engineering subproject needs-priority sig/release Categorizes an issue or PR as relevant to SIG Release. labels Jul 29, 2026
@kubernetes-prow
kubernetes-prow Bot requested review from jimangel and jrsapi July 29, 2026 11:43
@kubernetes-prow kubernetes-prow Bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 29, 2026
@upodroid upodroid changed the title release gcb-docker-gcloud release gcb-docker-gcloud as a releng image Jul 29, 2026
@upodroid

Copy link
Copy Markdown
Member Author

/cc @xmudrii

@kubernetes-prow
kubernetes-prow Bot requested a review from xmudrii July 29, 2026 11:44
@upodroid

Copy link
Copy Markdown
Member Author

/hold I need to add the postsubmit once the change is approved

@kubernetes-prow kubernetes-prow Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 29, 2026
@upodroid

Copy link
Copy Markdown
Member Author

/priority critical/urgent

@kubernetes-prow

Copy link
Copy Markdown
Contributor

@upodroid: The label(s) priority/critical/urgent cannot be applied, because the repository doesn't have them.

Details

In response to this:

/priority critical/urgent

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-sigs/prow repository.

@BenTheElder BenTheElder left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@kubernetes-prow kubernetes-prow Bot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 29, 2026
@upodroid
upodroid force-pushed the release-gcb-docker-gcloud branch from f90fb86 to e8e5a97 Compare July 30, 2026 10:44
@kubernetes-prow kubernetes-prow Bot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 30, 2026
@upodroid
upodroid force-pushed the release-gcb-docker-gcloud branch from e8e5a97 to e4d7d6e Compare July 30, 2026 10:59
Comment thread images/releng/gcb-docker-gcloud/runner.sh Outdated
Comment thread images/releng/gcb-docker-gcloud/runner.sh Outdated
Comment thread images/releng/gcb-docker-gcloud/Dockerfile Outdated
@upodroid
upodroid force-pushed the release-gcb-docker-gcloud branch from e4d7d6e to cf21338 Compare July 30, 2026 13:37
@upodroid

Copy link
Copy Markdown
Member Author

I addressed all the comments

@BenTheElder BenTheElder left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@upodroid you might consider adding an owners file with at least yourself for future patching, if not comparable owners to the previous source location ... so we can expedite future reviews

@upodroid
upodroid force-pushed the release-gcb-docker-gcloud branch from cf21338 to ae368ab Compare August 6, 2026 09:11
@kubernetes-prow kubernetes-prow Bot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 6, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: saschagrunert, upodroid

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubernetes-prow kubernetes-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 6, 2026
@upodroid

upodroid commented Aug 6, 2026

Copy link
Copy Markdown
Member Author

/hold cancel

@kubernetes-prow kubernetes-prow Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 6, 2026
@kubernetes-prow
kubernetes-prow Bot merged commit e121007 into kubernetes:master Aug 6, 2026
11 checks passed
fmuyassarov added a commit to Nordix/dranet that referenced this pull request Aug 7, 2026
Migrate to the registry.k8s.io/releng/gcb-docker-gcloud  as part
of the general move mentioned here github.com/kubernetes/release/pull/4481

Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@est.tech>
kubernetes-prow Bot pushed a commit to kubernetes-sigs/dra-driver-cpu that referenced this pull request Aug 7, 2026
See kubernetes/release#4481 for the reference.

Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@est.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/release-eng Issues or PRs related to the Release Engineering subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority release-note-none Denotes a PR that doesn't merit a release note. sig/release Categorizes an issue or PR as relevant to SIG Release. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Image build & promotion using gcb-docker-gcloud images is fragile because of image pruning

3 participants