Open seboudry opened 1 day ago
Hi That image is intended to be used with Helm. I tested it with Helm and it worked for me. What do I miss? Do you need an image for the other purpose?
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 2.0.2
on DockerHub.
The container image is well updated on latest
tag but don't have 2.0.2
one
Here is what I see:
undera@desktop:~$ docker run -it komodorio/helm-dashboard --version
2.0.2
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 2.0.2
tag, so it took the latest
this is working.
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