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

Image paths in docker-compose.yaml must be all lower case #7

Closed Pepe-Marquez closed 6 months ago

Pepe-Marquez commented 6 months ago

The paths for the images generated in the docker-compose.yaml must be all lowercase, as it seems to be mandatory for docker images.

For example.

ghcr.io/FAIRmat-NFDI/nomad-distribution-template:main

needs to change to:

ghcr.io/fairmat-nfdi/nomad-distribution-template:main