Docker images for continuous integration jobs at dd-trace-java.
Pre-built images are available in GitHub Container Registry.
Image variants are available on a per JDK basis:
- The
basevariant, and its aliases8,11,17,21, andlatest_non_lts, contains the base Eclipse Temurin JDK 8, 11, 17, 21, and latest non-LTS JDK versions, - The
zulu8,zulu11,oracle8,ibm8,semeru8,semeru11,semeru17,graalvm17andgraalvm21variants all contain the base JDKs in addition to the specific JDK from their name, - The
latestvariant contains the base JDKs and all the above specific JDKs.
To build all the Docker images:
./buildAnd then check the built images:
./build --test