[RHDHBUGS-2140]: Add missing --v2 flag to oc-mirror command in air-gapped install#2147
Open
themr0c wants to merge 2 commits intoredhat-developer:mainfrom
Open
[RHDHBUGS-2140]: Add missing --v2 flag to oc-mirror command in air-gapped install#2147themr0c wants to merge 2 commits intoredhat-developer:mainfrom
themr0c wants to merge 2 commits intoredhat-developer:mainfrom
Conversation
…pped install The partially disconnected Helm air-gapped install used the v1 oc-mirror syntax without the --v2 flag, which is now required. Update the command to match the v2 syntax already used in the fully disconnected procedure. Also fix the stale NOTE that referenced ICSP (v1 output) instead of IDMS/ITMS (v2 output). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
PR Build ResultsBuild passed -- 34/34 titles | 75s Content Quality AssessmentCQA Report
SummaryChecks: 19 total, 19 pass, 0 fail 19 checks: 19 pass, 0 fail Run Updated 2026-04-30 10:36:48 UTC |
|
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.



Version(s)
1.8+
Issue
https://redhat.atlassian.net/browse/RHDHBUGS-2140
Preview
N/A
Summary
--v2flag to theoc mirrorcommand in the partially disconnected Helm air-gapped install procedureoc-mirror --config=...) to v2 (oc mirror --v2 -c ...) to match the fully disconnected procedureImageContentSourcePolicy(ICSP, v1 output) — replaced withImageDigestMirrorSet/ImageTagMirrorSet(IDMS/ITMS, v2 output) to match the subsequent stepsTest plan
docker://prefix is in the command and not duplicated in the variable description🤖 Generated with Claude Code