Skip to content

Use smaller container images in integration tests#1388

Merged
chris-rock merged 1 commit intomainfrom
use-smaller-test-images
Feb 11, 2026
Merged

Use smaller container images in integration tests#1388
chris-rock merged 1 commit intomainfrom
use-smaller-test-images

Conversation

@chris-rock
Copy link
Copy Markdown
Member

Summary

  • Replace ghcr.io/nginx/nginx-unprivileged (~58MB) with registry.k8s.io/pause:3.10 (~300KB)
  • Replace quay.io/opstree/redis (~18MB) with registry.k8s.io/e2e-test-images/busybox:1.36.1-1 (~1.5MB)
  • Update pod names, labels, and asset name filters to match

This reduces image pull times and fixes flakiness in TestReconcile_Containers where larger images weren't fully processed upstream before the test asserted on results.

Test plan

  • TestAuditConfigSuite passes locally with k3d

🤖 Generated with Claude Code

Replace nginx-unprivileged (~58MB) and redis (~18MB) with
pause (~300KB) and busybox (~1.5MB) to speed up image pulls
and reduce flakiness in container scan tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chris-rock chris-rock merged commit a00fa19 into main Feb 11, 2026
23 checks passed
@chris-rock chris-rock deleted the use-smaller-test-images branch February 11, 2026 15:02
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants