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
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:
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: