-
Notifications
You must be signed in to change notification settings - Fork 5
Description
When updating env_template.env file for adempiere-report-engine-service as follows:
I get the following error:
sudo ./start-all.sh
Copy the enviroment template file to ".env".
Profiles: "all"
Docker Compose will be executed with file: "docker-compose.yml"
[+] Running 2/2
✘ adempiere-report-engine Error manifest for openls/adempiere-report-engine-service:alpine-1.3.8 not found: manifest unknown: ... 0.2s
✘ dictionary-rs Error context canceled 0.2s
Error response from daemon: manifest for openls/adempiere-report-engine-service:alpine-1.3.8 not found: manifest unknown: manifest unknown
Docker Compose started
Looking in DockerHub, where adempiere-report-engine-service is deployed :
I noticed that the tags are created differently:
-
Version 1.3.8:
docker pull openls/adempiere-report-engine-service:1.3.8-alpine -
Version 1.3.7:
docker pull openls/adempiere-report-engine-service:alpine-1.3.7
This means that the version used should now be openls/adempiere-report-engine-service:1.3.8-alpine instead of openls/adempiere-report-engine-service:alpine-1.3.8.
Though this is possible as it is only text, I'd prefer to have -as hitherto- the numbers at the end, so the version is more readable.
This issue asks to change the nomenclature as it was before, leaving the number to the end.