Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness - Test Failure
-
Normal
-
Low Hanging Fruit
-
User Report
-
All
-
None
-
Description
~3600 Upgrade-dtests are failing in CircleCI for trunk due to the missing JAVA8_HOME environment variable.
Patching the Docker image is rather simple by creating a new image:
FROM nastra/cassandra-testing-ubuntu1910-java11-w-dependencies:20200406 ENV JAVA8_HOME=/usr/lib/jvm/java-8-openjdk-amd64
Pushed the above to Docker hub as snazy/cassandra-testing-ubuntu1910-java11-w-dependencies:202005261540
The size of the whole Docker image is a little concerning though (1.85G compressed), but that's out of the scope of this ticket.
I'll prepare a patch soon-ish.
Attachments
Issue Links
- is related to
-
CASSANDRA-16428 Fix selections of JDKs in debian docker images on arm64
- Resolved