launching opentosca on a freshly installed ubuntu 22-04 srv gives the following strange error ...
ubuntu@igrepositopry:~/opentosca-docker$ docker compose up
"OpenTOSCA" is not a valid project name: it must contain only characters from [a-z0-9_-] and start with [a-z0-9]
and the string OpenTOSCA does only contain valid character ! as a matter of fact if I replace the string "OpenTOSCA" with "opentosca" i get the same error .... ?????
ubuntu@igrepositopry:~/opentosca-docker$ docker compose up
"OpenTOSCA" is not a valid project name: it must contain only characters from [a-z0-9_-] and start with [a-z0-9]
Any idea what might be wrong ... thank you for any help
launching opentosca on a freshly installed ubuntu 22-04 srv gives the following strange error ...
ubuntu@igrepositopry:~/opentosca-docker$ docker compose up "OpenTOSCA" is not a valid project name: it must contain only characters from [a-z0-9_-] and start with [a-z0-9]
There are only 2 places in the yml files as grep shows: ubuntu@igrepositopry:~/opentosca-docker$ grep OpenTOSCA *yml _docker-compose.override.yml: WINERY_REPOSITORY_URL: https://github.com/OpenTOSCA/tosca-definitions-public docker-compose.yml: WINERY_REPOSITORY_URL: https://github.com/OpenTOSCA/tosca-definitions-example-applications
and the string OpenTOSCA does only contain valid character ! as a matter of fact if I replace the string "OpenTOSCA" with "opentosca" i get the same error .... ?????
ubuntu@igrepositopry:~/opentosca-docker$ docker compose up "OpenTOSCA" is not a valid project name: it must contain only characters from [a-z0-9_-] and start with [a-z0-9]
Any idea what might be wrong ... thank you for any help
Cataldo @ipvs.uni-stuttgart.de