Skip to content
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

Open
seboudry opened this issue Nov 14, 2024 · 4 comments
Open

no dockerhub image for 2.0.2 #556

seboudry opened this issue Nov 14, 2024 · 4 comments

Comments

@seboudry
Copy link

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

@undera
Copy link
Collaborator

undera commented Nov 14, 2024

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?

@seboudry
Copy link
Author

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

@undera
Copy link
Collaborator

undera commented Nov 14, 2024

Here is what I see:

undera@desktop:~$ docker run -it komodorio/helm-dashboard --version
2.0.2

Probably you need to refresh local image

@seboudry
Copy link
Author

seboudry commented Nov 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants