RHIDP-9757 - Mirroring OCI artifacts into an airgapped RHDH deployment documentation#1734
Conversation
|
Updated preview: https://redhat-developer.github.io/red-hat-developers-documentation-rhdh/pr-1734/ @ 02/18/26 12:09:06 |
Fortune-Ndlovu
left a comment
There was a problem hiding this comment.
thanks for creating the PR @Gerry-Forde, overall good structure and I wonder similar to https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.8/html/installing_red_hat_developer_hub_in_an_air-gapped_environment/assembly-install-rhdh-airgapped-environment-ocp-operator_title-install-rhdh-air-grapped#proc-install-rhdh-operator-airgapped-full.adoc_title-install-rhdh-air-grapped as procedure 1 we should add
.Procedure
. Download the mirroring script by running the following command:
+
[source,terminal]
----
$ curl -sSLO https://raw.githubusercontent.com/redhat-developer/rhdh-operator/refs/heads/release-1.9/.rhdh/scripts/mirror-plugins.sh
----do we need to add {product-version} attribute to make it version-agnostic, e.g., $ curl -sSLO https://raw.githubusercontent.com/redhat-developer/rhdh-operator/refs/heads/release-{product-version}/.rhdh/scripts/mirror-plugins.sh
Co-authored-by: Fortune Ndlovu <ndlovufortune97@gmail.com>
Co-authored-by: Judith Magak <124673476+jmagak@users.noreply.github.com>
Co-authored-by: Judith Magak <124673476+jmagak@users.noreply.github.com>
Co-authored-by: Judith Magak <124673476+jmagak@users.noreply.github.com>
Co-authored-by: Judith Magak <124673476+jmagak@users.noreply.github.com>
…in-disconnected-environments.adoc Co-authored-by: Judith Magak <124673476+jmagak@users.noreply.github.com>
|
|
/cherry-pick release-1.9 |
|
@jmagak: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@Gerry-Forde: new pull request created: #1808 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| [source,terminal,subs="+quotes,+attributes"] | ||
| ---- | ||
| bash mirror-plugins.sh \ | ||
| --plugin-index oci://quay.io/rhdh/plugin-catalog-index:{product-version} \ |
There was a problem hiding this comment.
@Gerry-Forde The catalog index image will be officially available at registry.access.redhat.com/rhdh. So the product docs should point to this instead.
| --plugin-index oci://quay.io/rhdh/plugin-catalog-index:{product-version} \ | |
| --plugin-index oci://registry.access.redhat.com/rhdh/plugin-catalog-index:{product-version} \ |
| [source,terminal,subs="+quotes,+attributes"] | ||
| ---- | ||
| bash mirror-plugins.sh \ | ||
| --plugin-index oci://quay.io/rhdh/plugin-catalog-index:1.9 \ |
There was a problem hiding this comment.
| --plugin-index oci://quay.io/rhdh/plugin-catalog-index:1.9 \ | |
| --plugin-index oci://registry.access.redhat.com/rhdh/plugin-catalog-index:1.9 \ |
| .Example `plugins.txt` | ||
| [source,text] | ||
| ---- | ||
| # Production RHDH Plugins |
There was a problem hiding this comment.
| # Production RHDH Plugins | |
| # RHDH Community Plugins |
To avoid confusion.



IMPORTANT: Do Not Merge - To be merged by Docs Team Only
Version(s):
1.9, main
Issue:
RHIDP-9757
Preview:
Mirroring Red Hat Developer Hub dynamic plugins in disconnected environments