container-registry / helm-charts-oci-proxy

The Helm Charts OCI Proxy, will proxy and transform Helm Chart into OCI images on the fly. Address any Helm Chart as OCI image.
GNU Affero General Public License v3.0
95 stars 7 forks source link

Stable version of docker image #9

Open verdel opened 7 months ago

verdel commented 7 months ago

Do you have stable or tagged versions of Docker images in your Docker registry that correspond to the GitHub repository tags? Unfortunately, I cannot download the docker image with the tag 0.1.7.

docker pull 8gears.container-registry.com/library/helm-charts-oci-proxy:0.1.7

and

docker pull 8gears.container-registry.com/library/ocip:0.1.7

returns

Error response from daemon: unknown: artifact library/ocip:0.1.7 not found
Error response from daemon: unknown: artifact library/helm-charts-oci-proxy:0.1.7 not found
Vad1mo commented 7 months ago

We migrated all helm charts to OCI charts. I'll update the references.

Thanks

verdel commented 7 months ago

Perhaps I didn't describe the problem in enough detail. I meant the availability of Docker images tagged in a way that corresponds to the tags in this GitHub repository, for example 0.1.7. Currently, the chart's values.yaml specifies the tag latest, and in Chart.yaml appVersion - a3a35bc. I would like to have Docker images with fixed tags.

Did you mean that you will update the tag value in the Helm chart when you prepare it for publication in the OCI repository?