Skip to content
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

Updated registry references to registry.k8s.io #2905

Merged
merged 1 commit into from
Feb 16, 2023
Merged

Updated registry references to registry.k8s.io #2905

merged 1 commit into from
Feb 16, 2023

Conversation

rjsadow
Copy link
Contributor

@rjsadow rjsadow commented Feb 9, 2023

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

ref: #2904
For kubernetes/k8s.io#4738

Which issue(s) this PR fixes:

None, partial completion of #2904

Does this PR introduce a user-facing change?

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority area/release-eng Issues or PRs related to the Release Engineering subproject labels Feb 9, 2023
@k8s-ci-robot k8s-ci-robot added sig/release Categorizes an issue or PR as relevant to SIG Release. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Feb 9, 2023
@rjsadow
Copy link
Contributor Author

rjsadow commented Feb 9, 2023

/priority important-soon

@k8s-ci-robot k8s-ci-robot added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed needs-priority size/M Denotes a PR that changes 30-99 lines, ignoring generated files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Feb 9, 2023
@rjsadow
Copy link
Contributor Author

rjsadow commented Feb 13, 2023

/retest

Comment on lines 14 to 18
# ---> staging-registry.k8s.io/debian-iptables-amd64:TAG
# ---> staging-registry.k8s.io/debian-iptables-arm:TAG
# ---> staging-registry.k8s.io/debian-iptables-arm64:TAG
# ---> staging-registry.k8s.io/debian-iptables-ppc64le:TAG
# ---> staging-registry.k8s.io/debian-iptables-s390x:TAG
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure these are right

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think you're right, but I also don't think it's correct as it currently is. When I run the make file it seems to want to push to gcr.io/k8s-staging-build-image/debian-iptables-${ARCH}:${TAG} I'll update the file with the correct reference.

Comment on lines 14 to 18
# ---> staging-registry.k8s.io/distroless-iptables-amd64:TAG
# ---> staging-registry.k8s.io/distroless-iptables-arm:TAG
# ---> staging-registry.k8s.io/distroless-iptables-arm64:TAG
# ---> staging-registry.k8s.io/distroless-iptables-ppc64le:TAG
# ---> staging-registry.k8s.io/distroless-iptables-s390x:TAG
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure these are right

Comment on lines 18 to 22
# ---> staging-registry.k8s.io/setcap-amd64:TAG
# ---> staging-registry.k8s.io/setcap-arm:TAG
# ---> staging-registry.k8s.io/setcap-arm64:TAG
# ---> staging-registry.k8s.io/setcap-ppc64le:TAG
# ---> staging-registry.k8s.io/setcap-s390x:TAG
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure these are right

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 13, 2023
@rjsadow
Copy link
Contributor Author

rjsadow commented Feb 13, 2023

/retest

1 similar comment
@cici37
Copy link
Contributor

cici37 commented Feb 13, 2023

/retest

@cici37
Copy link
Contributor

cici37 commented Feb 13, 2023

/sig k8s-infra

@k8s-ci-robot k8s-ci-robot added the sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. label Feb 13, 2023
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Feb 15, 2023
Copy link
Contributor

@sftim sftim left a comment

Choose a reason for hiding this comment

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

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 15, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

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

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 16, 2023
@k8s-ci-robot k8s-ci-robot merged commit ba6c182 into kubernetes:master Feb 16, 2023
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/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. release-note-none Denotes a PR that doesn't merit a release note. sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. 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.

5 participants