cromwell icon indicating copy to clipboard operation
cromwell copied to clipboard

adoptopenjdk.jfrog.io is being deprecated, Dockerfile fails to build

Open hnawar opened this issue 1 year ago • 0 comments

https://github.com/broadinstitute/cromwell/blob/559c191b8722c8a23e3220a8a505f171114f547d/scripts/docker-develop/Dockerfile#L28C2-L28C2 The way Java is installed in Docker needs to be updated, I suggest using openjdk instead e.g. apt-get install -y git wget openjdk-11-jdk

to replace lines 28-33

This also applies to the following files src/ci/docker-compose/cromwell-test/docker-setup.sh src/ci/bin/test.inc.sh

And Building docs

hnawar avatar Oct 26 '23 09:10 hnawar