OpenTOSCA / opentosca-docker

Docker Compose for running OpenTOSCA
MIT License
26 stars 18 forks source link

Launching opentosca fails with an character encoding problem ... #58

Closed alphaOmegaOnGithub closed 1 year ago

alphaOmegaOnGithub commented 1 year ago

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