-
Notifications
You must be signed in to change notification settings - Fork 34
feat: create a new script to mirror dynamic plugin OCI artifacts for airgapped deployments #1844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Fortune Ndlovu <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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 <[email protected]>
Signed-off-by: Fortune Ndlovu <[email protected]>
Signed-off-by: Fortune Ndlovu <[email protected]>
Signed-off-by: Fortune Ndlovu <[email protected]>
Signed-off-by: Fortune Ndlovu <[email protected]>
Signed-off-by: Fortune Ndlovu <[email protected]>
Signed-off-by: Fortune Ndlovu <[email protected]>
Signed-off-by: Fortune Ndlovu <[email protected]>
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