-
Bug
-
Resolution: Done
-
Undefined
-
1.5.0
After discovering a bug about how the generated container images are structured, we had to update to a fixed version of the Janus CLI in the overlay repository, on the release-1.5 branch, in order to ensure that the folder inside the OCI image is consistently named.
We needed to implement this change on the{{ release-1.5}} branch already, in order to make it so that all the generated images (and the limited set of corresponding images that will be generated by the productization pipeline from this branch) are fixed.
However, since this fix removes the -dynamic suffix (which previously sometimes present in the folder name), this would involve a slight change when referencing the OCI image of the adoption insights backend plugin.
Instead of being referenced by:
oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-adoption-insights-backend:bs_1.35.1__0.0.2!red-hat-developer-hub-backstage-plugin-adoption-insights-backend-dynamic
it would be referenced by :
oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-adoption-insights-backend:bs_1.35.1__0.0.2!red-hat-developer-hub-backstage-plugin-adoption-insights-backend
Since these references were already added in published documentation, published documented should be changed accordingly.
The documentation to update would need to be this one: https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.5/html-single/adoption_insights_in_red_hat_developer_hub/index#proc-install-adoption-insights_title-adoption-insights