-
Notifications
You must be signed in to change notification settings - Fork 505
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
Conversation
/priority important-soon |
/retest |
# ---> 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 |
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.
I'm not sure these are right
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.
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.
# ---> 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 |
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.
I'm not sure these are right
images/build/setcap/README.md
Outdated
# ---> 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 |
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.
I'm not sure these are right
/retest |
1 similar comment
/retest |
/sig k8s-infra |
Signed-off-by: rsadowsk <[email protected]>
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
[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 |
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?