feat: create a new script to mirror dynamic plugin OCI artifacts for airgapped deployments - #1844
Conversation
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Type(Describe updated until commit 4cc9c87)Enhancement Description
|
| Relevant files | |||
|---|---|---|---|
| Enhancement |
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||||
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||||
…Warning (Line 659) - Declare and Assign Separately && SC2155 Warning (Line 683) - Declare and Assign Separately Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
|
/review |
|
You are above your monthly Qodo Merge usage quota. For more information, please visit here. |
rm3l
left a comment
There was a problem hiding this comment.
It seems to be working well, handling the different disconnected scenarios. A few comments below.
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
…ontent to be pushed without digest validation errors while preserving traceability Signed-off-by: Fortune Ndlovu <fndlovu@redhat.com>
|
cc/ @rm3l @nickboldt look good to me! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rm3l The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
This PR provides a NEW script, the mirror-plugins.sh script, which enables mirroring of dynamic plugin OCI artifacts for airgapped RHDH deployments. This script is decoupled from how we install RHDH. It focuses ONLY on mirroring the dynamic plugin OCI artifacts, not on installing or configuring RHDH itself. After mirroring plugins with this script, we can then configure our RHDH deployment (operator or helm) to pull from our mirrored registry.
Which issue(s) does this PR fix or relate to
PR acceptance criteria
How to test changes / Special notes to the reviewer