From ddb3ff120204eb1406e48fdc2c821317bfaaad1a Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Mon, 17 Nov 2025 13:13:58 -0500 Subject: [PATCH 1/3] Update README with tagging instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d44dcfd..1df1e93 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dd-trace-java-docker-build -Docker images for continuous integration jobs at [dd-trace-java](https://github.com/datadog/dd-trace-java). +This library holds Docker images for continuous integration jobs at [dd-trace-java](https://github.com/datadog/dd-trace-java). ## Usage @@ -11,6 +11,8 @@ Image variants are available on a per JDK basis: - 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](https://github.com/DataDog/dd-trace-java-docker-build/actions/workflows/docker-tag.yml) workflow. This workflow tags the latest images built on the inputted branch with the `vYY.MM` format. It is scheduled to run on `master` on a quarterly basis but can also be manually triggered when warranted. + ## Development To build all the Docker images: From 50a00fcbdccd012d65ea76cc5effac2d56f00cae Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Mon, 17 Nov 2025 13:17:42 -0500 Subject: [PATCH 2/3] Adjust wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df1e93..8dc6b94 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Image variants are available on a per JDK basis: - 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](https://github.com/DataDog/dd-trace-java-docker-build/actions/workflows/docker-tag.yml) workflow. This workflow tags the latest images built on the inputted branch with the `vYY.MM` format. It is scheduled to run on `master` on a quarterly basis but can also be manually triggered when warranted. +Images are tagged via the [Tag new images version](https://github.com/DataDog/dd-trace-java-docker-build/actions/workflows/docker-tag.yml) workflow. This workflow tags the latest images built from the specified branch using the `vYY.MM` format. It runs quarterly on `master` but can also be triggered manually as needed. ## Development From cf0ddfb3f9f3230fff7e7efb2a15e65c5ddc4e22 Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Mon, 17 Nov 2025 13:57:15 -0500 Subject: [PATCH 3/3] Fix wording Co-authored-by: Alexey Kuznetsov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dc6b94..5d7ae35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dd-trace-java-docker-build -This library holds Docker images for continuous integration jobs at [dd-trace-java](https://github.com/datadog/dd-trace-java). +This repository holds Docker images for continuous integration jobs at [dd-trace-java](https://github.com/datadog/dd-trace-java). ## Usage