FAIRmat-NFDI / nomad-distribution-template

An example repository for creating a nomad distribution with custom plugins.
Apache License 2.0
5 stars 2 forks source link

Docker compose error: all-lowercase repo expected #12

Closed fabianschoeppach closed 5 months ago

fabianschoeppach commented 5 months ago

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