Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.25 KB

File metadata and controls

28 lines (18 loc) · 1.25 KB

dd-trace-java-docker-build

This repository holds Docker images for continuous integration jobs at dd-trace-java.

Usage

Pre-built images are available in GitHub Container Registry.

Image variants are available on a per JDK basis:

  • The base variant and its aliases, 8, 11, 17, 21, 25, and tip, contain the base Eclipse Temurin JDK 8, 11, 17, 21, 25, and tip JDK version releases,
  • The zulu8, zulu11, oracle8, ibm8, semeru8, semeru11, semeru17, graalvm17, graalvm21, and graalvm25 variants all contain the base JDKs in addition to the specific JDK from their name,
  • The latest variant contains the base JDKs and all the above specific JDKs.

Images are tagged via the Tag new images version workflow. This workflow tags the latest images built from the specified branch with a ci- prefix. It runs quarterly on master but can also be triggered manually as needed.

Development

To build all the Docker images:

./build

And then check the built images:

./build --test