feat: expand image mirroring to 9 registries + target-prefix exclusion#2
Draft
padili-metrostar wants to merge 13 commits into
Draft
feat: expand image mirroring to 9 registries + target-prefix exclusion#2padili-metrostar wants to merge 13 commits into
padili-metrostar wants to merge 13 commits into
Conversation
…xclusion Phase 5.2 — expands mirrored registries from 3 to 9: - Added: ghcr.io, cr.agentgateway.dev, docker.io, gcr.io, public.ecr.aws, registry.k8s.io - Kept: registry1.dso.mil, registry.dso.mil, quay.io - Added target-prefix exclusion to prevent self-mirroring of images already in ghcr.io/$REPO
Only attempt registry1.dso.mil login when syncing IB-sourced images. Prevents unauthorized errors that block non-IB image syncs.
build-tools: - Grype 0.104.2 → 0.112.0 - Syft 1.38.2 → 1.44.0 - Crane 0.20.7 → 0.21.6 - SonarScanner 7.0.2.4839 → 8.1.0.6389 - AWS CLI 2.32.21 → 2.34.50 jenkins: 2.542 → 2.555.2 (LTS) nodejs: 20.19.6 → 20.20.2 kafka: Strimzi 0.49.1/Kafka 4.1.1 → Strimzi 1.0.0/Kafka 4.2.0 - file-pulse 2.16.0 → 2.17.0 - JDBC connector 10.9.2 → 10.9.3 cypress: 15.8.1 → 15.15.0, unlighthouse v0.13.5 → v0.17.9 playwright: Node 22.21.1 → 22.22.3, Playwright 1.57.0 → 1.60.0, unlighthouse v0.16.3 → v0.17.9
- Jenkins: bump configuration-as-code plugin to 2053 (transitive dep requirement) - Playwright: regenerate package-lock.json for playwright 1.60.0 - Cypress: set PUPPETEER_SKIP_DOWNLOAD=true (Chrome already in base image)
…ss-shell download broken)
…talled explicitly)
- scripts/extract-images.sh: 5-phase static image discovery 1. Flux images from BigBang kustomization 2. BigBang package images via OCI chart defaults 3. Non-BigBang Helm chart images (Keda, Argo, external-dns, etc.) 4. Quartz-specific images from values.yaml 5. Known operator-managed images (kaniko) - .github/workflows/sync-image-manifest.yaml: automated trigger - src/ironbank/image-manifest.json: updated to 147 images across 6 registries Replaces cluster-scraping approach with deterministic extraction from chart values and upstream Helm defaults.
The pre-delete hooks in quartz rely on kubectl for pure K8s cleanup operations. Add kubectl v1.35.3 as an explicitly pinned dependency matching the EKS cluster version (1.35).
- Ollama: 0.13.3 → 0.24.0 - agentgateway: add cr.agentgateway.dev/agentgateway:v1.2.1 - k8sgpt-operator: stays v0.2.27 - kagent: add ghcr.io/kagent-dev/kagent:v0.9.4
- Add src/epyon/Dockerfile (Ironbank Python 3.11 base + Epyon v3.4.0) - Add .github/workflows/epyon.yaml (build + push image) - Add .github/workflows/epyon-scan.yaml (reusable scan workflow) - Add Epyon scan job to build-tools, nodejs, and jenkins workflows - Add Epyon image to ironbank/image-manifest.json for mirroring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Do not merge — validation PR for workflow verification.