Skip to content

Conversation

@toredash
Copy link

@toredash toredash commented Oct 30, 2025

# 1.26.7 digests

for i in "k8s-dns-dnsmasq-nanny" "k8s-dns-kube-dns" "k8s-dns-sidecar" "k8s-dns-node-cache"; do for j in "" "-amd64" "-arm" "-arm64" "-ppc64le" "-s390x"; do echo $i$j; skopeo inspect --override-os linux docker://gcr.io/k8s-staging-dns/$i$j:1.26.7 | jq '.Digest'; done; done

k8s-dns-dnsmasq-nanny
"sha256:f951099ea20f3afda41761c018c5dc91c2d0093a560e80c463aec6424ad63e12"
k8s-dns-dnsmasq-nanny-amd64
"sha256:5ca06b37ea2bef9eea905e9b69a7c0b9542f65476e192e722146efedb872377c"
k8s-dns-dnsmasq-nanny-arm
"sha256:c0b1cb73f66018b44a10d934b4fa348f969f15188da6944ad6de2370e5f0e341"
k8s-dns-dnsmasq-nanny-arm64
"sha256:0d0a005c22e14e059fae39277c94b46740520a7964e185b0b747dee74230e9c7"
k8s-dns-dnsmasq-nanny-ppc64le
"sha256:1f9c5953b12cece92e0ecb1ccec820695ca30a4cf78b1223414bd739b18d28e2"
k8s-dns-dnsmasq-nanny-s390x
"sha256:c3697a5e6b38e53979009a00c900dfcbcd94e2aff8faa4ed6d5d418634375a35"
k8s-dns-kube-dns
"sha256:d24d567b3ceee1e1c1fee73433b1a3f7a75bdc7426ac97518bb9ed6c15f457b6"
k8s-dns-kube-dns-amd64
"sha256:862471475af79d8184b4b9e12a1820e677655fce766e51cfec2df6591b66d4e1"
k8s-dns-kube-dns-arm
"sha256:b24a49e9fed4844a93dbf774b99a84347895e51e66a2781c21b041cdd52d838d"
k8s-dns-kube-dns-arm64
"sha256:84c4a6ab06c650a76bfafadd2c6d1893c1ee3107474777184a89a364b93c3a2c"
k8s-dns-kube-dns-ppc64le
"sha256:ab787612e5c40476d05c6248cf6807d31ee284022f44bae8e4f6b881c6e160fb"
k8s-dns-kube-dns-s390x
"sha256:9b7aeccc1e80ffafa74a3485af711252d63d495908c88932591f815ee38c3eda"
k8s-dns-sidecar
"sha256:8b2900ea8fe81e63492bf53acb80bc8247cde6e5b825b2ebe6d412832b22d3dd"
k8s-dns-sidecar-amd64
"sha256:b571c21a02e700a2d45ee935610537d046bacf6e2436e3d2008067b962ccad12"
k8s-dns-sidecar-arm
"sha256:2dade9399e7889a5ef41a62036cb4e9c66b0491f997c887accc412f7ee1c43f2"
k8s-dns-sidecar-arm64
"sha256:9b23906e7600fd75b58e8b06c8aa82c1a4e94b9cbcd8657e75d6fc9b48b99fa9"
k8s-dns-sidecar-ppc64le
"sha256:fc7d3ccb84fd5841f4739473290e329cbffc3edd0902d7b710d4037da48225e4"
k8s-dns-sidecar-s390x
"sha256:57950cb8e958a6192ce49ce49b7d7644d64e9362b458d8ad783698c5b2bfd0ab"
k8s-dns-node-cache
"sha256:8b9a78d101a1845e08521b33856b1bd26021233c6a1fad994f60c967a519d201"
k8s-dns-node-cache-amd64
"sha256:6dca168568d36dd7821dff6d21bf5c0158da492b7af034ace1da14bcbeaad2bf"
k8s-dns-node-cache-arm
"sha256:c50c508125cc757e53887ed336136f6499cdf34b821db3ca7a006157499ac4d4"
k8s-dns-node-cache-arm64
"sha256:4e35f0812eca73e211b4d23ec661661d51faf895e74a5b0070587f3e43d0db1c"
k8s-dns-node-cache-ppc64le
"sha256:2100c99648944a01881ed237bbf1e02e882acfac336a02176b3fc4cf0e76e9d1"
k8s-dns-node-cache-s390x
"sha256:308377bccb0be10957204b5e78c5821689d6e74b1a9ec8128820b491bda740f6"

https://github.com/kubernetes/dns/releases/tag/1.26.7

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 30, 2025
@k8s-ci-robot
Copy link
Contributor

Welcome @toredash!

It looks like this is your first PR to kubernetes/k8s.io 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/k8s.io has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Oct 30, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @toredash. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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

@k8s-ci-robot k8s-ci-robot added area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects area/registry.k8s.io Code in registry.k8s.io/ sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 30, 2025
@toredash
Copy link
Author

/cc @DamianSawicki
/assign @kl52752

hope this is correct

@toredash
Copy link
Author

Basing this on the work done in #8095

Copy link
Contributor

@DamianSawicki DamianSawicki left a comment

Choose a reason for hiding this comment

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

Thanks for taking this up! 1.26.7 is an improvement over 1.26.6, so it's probably better to promote just 1.26.7.

@toredash
Copy link
Author

Sure, I'll fix it. To be honest, I have not been able to determine what this file is actually used for. I noticed it was outdated while developing a coredns plugin, and figured why not make an PR

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: toredash
Once this PR has been reviewed and has the lgtm label, please ask for approval from damiansawicki. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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 size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 30, 2025
@toredash toredash changed the title promote dns v1.26.6 and v1.26.7 images promote dns v1.26.7 images Oct 30, 2025
@DamianSawicki
Copy link
Contributor

To be honest, I have not been able to determine what this file is actually used for.

You can have a look at https://github.com/kubernetes/dns/?tab=readme-ov-file#release-process.

Sure, I'll fix it.

Thanks! Please update the PR description accordingly.

@toredash
Copy link
Author

Thanks! Please update the PR description accordingly.

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/artifacts Issues or PRs related to the hosting of release artifacts for subprojects area/registry.k8s.io Code in registry.k8s.io/ cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. sig/k8s-infra Categorizes an issue or PR as relevant to SIG K8s Infra. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants