fix: airgap deployment regression fixes - #106
Merged
butler54 merged 4 commits intoAug 19, 2026
Merged
Conversation
- Mount config.yml to /etc/docker/registry/config.yml (registry:2 ignores config at /auth/config.yml — silent fallback to port 5000) - Remove sudo dependency — per-user cert dir for container tools - Add registries.d/no-sigstore-certified.yaml for Intel/HashiCorp/NVIDIA (eliminates B-3a manual mirror step entirely) - Replace B-3a section with note that registries.d handles it - Update B-3 verification (remove idms-manual-mirrors.yaml reference) Validated on APAC lab node-02 regression test (OCP 4.22.8, Intel TDX). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
PCCS is no longer used. Bare metal TDX uses pcsclient.py for DCAP collateral collection (make collect-dcap-collateral). Added airgap deployment section pointing to DEPLOY-RUNBOOK.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Charts hardcode httpd-24@sha256:68a91ff... but oc-mirror with :latest mirrors the current tag which resolves to a different manifest list digest. Must mirror the exact digest the charts reference. Also updated Intel image comments to reference registries.d fix instead of stale "pushed to Quay" references. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CoCo guest VMs pull images via the kata agent which has no access to IDMS/ITMS mirror redirects. For airgap deployments, the image URL must point directly to the mirror registry. Added commented-out override blocks with MIRROR_REGISTRY_HOST placeholder for hello-openshift, kbs-access-curl (image + initImage), and kbs-access-sealed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Fixes found during V8 regression test on air-gapped bare metal (OCP 4.22.8, Intel TDX SNO).
podman createmounted config.yml to/auth/but registry:2 reads from/etc/docker/registry/config.yml— registry silently fell back to port 5000 with no TLS~/.config/containers/certs.d/) handles container tool TLS without sudoregistry.connect.redhat.comlack cosign.sigmanifests —use-sigstore-attachments: falseeliminates the entire B-3a manual mirror stephttpd-24:latestresolves to a different manifest list than the digest hardcoded in chart values.yaml — must mirror the exact digestTest plan
🤖 Generated with Claude Code