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

Docker compose error: all-lowercase repo expected #12

Closed
fabianschoeppach opened this issue Apr 2, 2024 · 0 comments · Fixed by #13
Closed

Docker compose error: all-lowercase repo expected #12

fabianschoeppach opened this issue Apr 2, 2024 · 0 comments · Fixed by #13

Comments

@fabianschoeppach
Copy link
Collaborator

fabianschoeppach commented Apr 2, 2024

I've tried to deploy an oasis with this template as is (i.e. did not fork and customize it).
I've ran into the following error after downloading, unzipping and chown'ing:

|~/code/nomad-oasis> docker compose pull    
unable to get image 'ghcr.io/FAIRmat-NFDI/nomad-distribution-template:main': Error response from daemon: invalid reference format: repository name (FAIRmat-NFDI/nomad-distribution-template) must be lowercase

Docker compose seems to expects a full lowercase repo name/path which FAIRmat-NFDI obviously does not meet.

Pulling it explicitly gives a similar error:

|~/code/nomad-oasis> docker pull ghcr.io/FAIRmat-NFDI/nomad-distribution-template:main
invalid reference format: repository name (FAIRmat-NFDI/nomad-distribution-template) must be lowercase
@hampusnasstrom hampusnasstrom linked a pull request Apr 3, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant