EyeSeeTea / d2-docker

GNU General Public License v3.0
9 stars 3 forks source link

[Experimental] Update to JRE 11 #82

Closed idelcano closed 2 years ago

idelcano commented 2 years ago

test docker with jre-11

tomcat have changed the base OS by debian.

Notes: pipefail doesn't work. I have commented the packages offline install.

tokland commented 2 years ago

Maybe change default for postgres to 13

jordibc commented 2 years ago

I think the last commit fixed it.

jordibc commented 2 years ago

The last commit fixes the remaining issues as far as I can see. You can find more details in its description, or in its corresponding ticket https://app.clickup.com/t/26pnhkv .

Ready to be reviewed!

idelcano commented 2 years ago

I got the following error: ERROR: for d2-docker-docker-eyeseetea-com-widp-2-38-test_data_1 Cannot start service data: failed to create shim: OCI runtime create failed: runc create failed: unable to start container process: exec: Creating d2-docker-docker-eyeseetea-com-widp-2-38-test_core_1 ... done Creating d2-docker-docker-eyeseetea-com-widp-2-38-test_gateway_1 ... done

ERROR: for data Cannot start service data: failed to create shim: OCI runtime create failed: runc create failed: unable to start container process: exec: "bash": executable file not found in $PATH: unknown ERROR: Encountered errors while bringing up the project.

Command docker-compose -f /usr/local/lib/python3.8/dist-packages/d2_docker-1.6.0-py3.8.egg/d2_docker/docker-compose.yml -p d2-docker-docker-eyeseetea-com-widp-2-38-TEST up --force-recreate failed with code 1: None

jordibc commented 2 years ago

Thanks! There was a problem with the data image indeed. The last commit fixes it.

idelcano commented 2 years ago

finally works after the last changes ! thanks jordi