dim icon indicating copy to clipboard operation
dim copied to clipboard

Docker image not public

Open danastasio opened this issue 2 years ago • 4 comments

Hello,

When I run podman run -d -p 8000:8000/tcp -v $HOME/.config/dim:/opt/dim/config -v /media:/media ghcr.io/dusk-labs/dim

I get the following error:

Error: initializing source docker://ghcr.io/dusk-labs/dim:latest: reading manifest latest in ghcr.io/dusk-labs/dim: unauthorized

I am logged into ghcr.io with podman, which leads me to believe that the image has not been made public.

danastasio avatar Oct 29 '21 01:10 danastasio

Also getting this. And the docker-compose.yml template image name should be all lower-case.

dessalines avatar Oct 29 '21 02:10 dessalines

~~I can confirm the image is available via Docker Hub. Perhaps, it is only an issue with GHCR~~ I am using vgarleanu/dim.

sadstan avatar Oct 29 '21 09:10 sadstan

https://github.com/Dusk-Labs/dim/pull/278#issuecomment-950390987. Use vgarleanu/dim for now.

ldobbelsteen avatar Oct 29 '21 09:10 ldobbelsteen

Hey guys, sorry about that, I haven't gotten enough PRs merged in for a new release so for now use ghcr.io/dusk-labs/dim:dev

vgarleanu avatar Oct 29 '21 09:10 vgarleanu

ghcr.io/dusk-labs/dim:dev seems very slow to pull.

yunyuyuan avatar Nov 14 '22 10:11 yunyuyuan

For now we will be publishing images exclusively to ghcr to simplify our pipelines. Closing as out-of-scope.

vgarleanu avatar Apr 02 '23 22:04 vgarleanu