Skip to content

Commit ddb3ff1

Browse files
committed
Update README with tagging instructions
1 parent 4f4995a commit ddb3ff1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dd-trace-java-docker-build
22

3-
Docker images for continuous integration jobs at [dd-trace-java](https://github.com/datadog/dd-trace-java).
3+
This library holds Docker images for continuous integration jobs at [dd-trace-java](https://github.com/datadog/dd-trace-java).
44

55
## Usage
66

@@ -11,6 +11,8 @@ Image variants are available on a per JDK basis:
1111
- 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,
1212
- The `latest` variant contains the base JDKs and all the above specific JDKs.
1313

14+
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.
15+
1416
## Development
1517

1618
To build all the Docker images:

0 commit comments

Comments
 (0)