rancher / ecm-distro-tools

Apache License 2.0
9 stars 27 forks source link

Fix the `rancher-images-digests-*` registry URL #397

Open tashima42 opened 6 months ago

tashima42 commented 6 months ago

Currently, rancher-images-digests-* artifacts point to docker.io when it should actually point to stgregistry or registry.rancher, we need to investigate that and fix it for the next release. https://prime-artifacts.s3.amazonaws.com/index.html

tashima42 commented 5 months ago

Currently, this step is being done manually with sed -i "s/docker\.io/registry\.rancher\.com/" rancher-images-digests-*, but we need to automate this at some point.