-
Notifications
You must be signed in to change notification settings - Fork 302
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
no dockerhub image for 2.0.2 #556
Comments
Hi |
We use an Harbor instance to proxy cache dockerhub (and also for security reasons). So I got this on my Helm values: image:
repository: harbor.quicksign.fr/dockerhub/komodorio/helm-dashboard But even with a simple docker run, I got this error: ❯ docker run --rm -it harbor.mycompany.com/dockerhubproxy/komodorio/helm-dashboard:2.0.2
Unable to find image 'harbor.mycompany.com/dockerhubproxy/komodorio/helm-dashboard:2.0.2' locally
2.0.2: Pulling from dockerhubproxy/komodorio/helm-dashboard
docker: unsupported media type application/vnd.cncf.helm.config.v1+json. Only the Helm chart is taged |
Here is what I see:
Probably you need to refresh local image |
mmhhh I don't get any image locally ❯ docker image ls | grep helm
# nothing
❯ docker run --rm -it komodorio/helm-dashboard:2.0.2
Unable to find image 'komodorio/helm-dashboard:2.0.2' locally
2.0.2: Pulling from komodorio/helm-dashboard
docker: unsupported media type application/vnd.cncf.helm.config.v1+json.
See 'docker run --help'. edit: in your previous docker command you didn't sepcify |
Description
Hi @undera!
Thanks for this new release!
Unfortunately, the 2.0.2 tag does not exist for the container image in Docker Hub (OCI Helm does).
https://hub.docker.com/r/komodorio/helm-dashboard/tags
Screenshots
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: