Skip to content

Commit cfa6a76

Browse files
committed
Change build tag to latest
1 parent 00ba2e2 commit cfa6a76

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Docker images for continuous integration jobs at [dd-trace-java](https://github.
77
Pre-built images are available in [GitHub Container Registry](https://github.com/DataDog/dd-trace-java-docker-build/pkgs/container/dd-trace-java-docker-build).
88

99
Image variants are available on a per JDK basis:
10-
- The `base` variant, and its aliases `8`, `11`, `17`, `21` and `24`, contains the base Eclipse Temurin JDK 8, 11, 17, 21 and 24 versions,
10+
- The `base` variant, and its aliases `8`, `11`, `17`, and `21`, contains the base Eclipse Temurin JDK 8, 11, 17, and 21 versions,
1111
- The `zulu8`, `zulu11`, `oracle8`, `ibm8`, `semeru8`, `semeru11`, `semeru17`, `graalvm17` and `graalvm21` variants all contain the base JDKs in addition to their specific JDK from their name,
12-
- The `latest` variant contains the base JDKs and all the above specific JDKs.
12+
- The `latest` variant contains the base JDKs and all the above specific JDKs, including OpenJDK 24.
1313

1414
## Development
1515

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eu
33

44
readonly IMAGE_NAME="ghcr.io/datadog/dd-trace-java-docker-build"
55

6-
readonly BASE_VARIANTS=(8 11 17 21 24)
6+
readonly BASE_VARIANTS=(8 11 17 21 latest)
77

88
readonly VARIANTS=(
99
7

0 commit comments

Comments
 (0)