Closed michaelosthege closed 4 years ago
Hey, thank you for reporting this. I'm new to using GitHub packages, so I might have configured it wrong. It might be that GitHub expects people to sign in even for pulling images for public projects, but I'll look into it.
As a quick fix, you should be able to use this image without any authentication: iffregistry.fz-juelich.de/docker-images/sampledb:0.8.1
Okay, this snippet form the documentation seems to indicate that you'd have to sign in to GitHub packages first:
To install, publish, or delete a package, you must use a token with the appropriate scope, and your user account must have appropriate permissions for that repository.
I think I'll switch to another host for the Docker images then, as the images are meant to be fully public.
I've pushed the image to Docker Hub as sciapp/sampledb:0.8.1
and updated the repo accordingly.
I can pull it now, awesome, thank you!
I just tried to run the container with the command from the readme:
But I get this error:
Is there anything I'm doing wrong?
cheers