Skip to content

fix: prefetch all architectures for kind images#19015

Closed
stehessel wants to merge 1 commit intomasterfrom
fix/prefetch-linux-arm-images
Closed

fix: prefetch all architectures for kind images#19015
stehessel wants to merge 1 commit intomasterfrom
fix/prefetch-linux-arm-images

Conversation

@stehessel
Copy link
Collaborator

@stehessel stehessel commented Feb 13, 2026

Description

Prefetch all architecture digests of multi-arch images. This should fix errors like this one:

Loading quay.io/rhacs-eng/qa-multi-arch:nginx-1.21.1 into Kind...
nginx-1.21.1: Pulling from rhacs-eng/qa-multi-arch
ddb78cb2d047: Pulling fs layer
...
Digest: sha256:a05b0cdd4fc1be3b224ba9662ebdf98fe44c09c0c9215b45f84344c12867002e
Status: Downloaded newer image for quay.io/rhacs-eng/qa-multi-arch:nginx-1.21.1
quay.io/rhacs-eng/qa-multi-arch:nginx-1.21.1
Image: "quay.io/rhacs-eng/qa-multi-arch:nginx-1.21.1" with ID "sha256:a05b0cdd4fc1be3b224ba9662ebdf98fe44c09c0c9215b45f84344c12867002e" not yet present on node "chart-testing-control-plane", loading...
ERROR: failed to load image: command "docker exec --privileged -i chart-testing-control-plane ctr --namespace=k8s.io images import --all-platforms --digests --snapshotter=overlayfs -" failed with error: exit status 1

Command Output: ctr: content digest sha256:c3fac7e735043c29e20d73b964c581fc9e1ef15b1b9450b28d2a3c71773bd04e: not found
SCR-20260213-imrs

User-facing documentation

Testing and quality

  • the change is production ready: the change is GA, or otherwise the functionality is gated by a feature flag
  • CI results are inspected

Automated testing

  • added unit tests
  • added e2e tests
  • added regression tests
  • added compatibility tests
  • modified existing tests

How I validated my change

sensor-integration-tests does not fail on image loading.

@openshift-ci
Copy link

openshift-ci bot commented Feb 13, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@stehessel stehessel force-pushed the fix/prefetch-linux-arm-images branch 2 times, most recently from d513a03 to 4fd62bd Compare February 13, 2026 08:52
@rhacs-bot
Copy link
Contributor

Images are ready for the commit at 4fd62bd.

To use with deploy scripts, first export MAIN_IMAGE_TAG=4.11.x-94-g8b0d00f900.

@rhacs-bot
Copy link
Contributor

rhacs-bot commented Feb 13, 2026

Images are ready for the commit at 5b40e4f.

To use with deploy scripts, first export MAIN_IMAGE_TAG=4.11.x-94-g5b40e4ff38.

@stehessel stehessel force-pushed the fix/prefetch-linux-arm-images branch from 4fd62bd to 5f49e7e Compare February 13, 2026 08:58
@stehessel stehessel changed the title fix: prefetch linux arm images fix: prefetch all architectures for kind images Feb 13, 2026
@stehessel stehessel force-pushed the fix/prefetch-linux-arm-images branch from 5f49e7e to 5b40e4f Compare February 13, 2026 09:05
@stehessel
Copy link
Collaborator Author

Closed in favor of #19016

@stehessel stehessel closed this Feb 13, 2026
@codecov
Copy link

codecov bot commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.52%. Comparing base (dba6a17) to head (5b40e4f).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #19015      +/-   ##
==========================================
- Coverage   49.52%   49.52%   -0.01%     
==========================================
  Files        2666     2666              
  Lines      201181   201181              
==========================================
- Hits        99629    99628       -1     
- Misses      94114    94116       +2     
+ Partials     7438     7437       -1     
Flag Coverage Δ
go-unit-tests 49.52% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants