@@ -15,7 +15,7 @@ This is an internal base layer primarily used in [zipkin](https://github.com/ope
1515
1616To try the image, run the ` java -version ` command:
1717``` bash
18- $ docker run --rm ghcr.io/openzipkin/java:21.0.5_p11 -version
18+ $ docker run --rm ghcr.io/openzipkin/java:21.0.6_p7 -version
1919openjdk version " 21.0.4" 2024-07-16
2020OpenJDK Runtime Environment (build 21.0.4+7-alpine-r0)
2121OpenJDK 64-Bit Server VM (build 21.0.4+7-alpine-r0, mixed mode, sharing)
@@ -39,19 +39,19 @@ Build the [Dockerfile](Dockerfile) using the current version without the
3939revision classifier from here:
4040 * https://pkgs.alpinelinux.org/packages?name=openjdk21
4141``` bash
42- # Note 21.0.5_p11 not 21.0.5_p11 -r2!
43- ./build-bin/build 21.0.5_p11
42+ # Note 21.0.6_p7 not 21.0.6_p7 -r2!
43+ ./build-bin/build 21.0.6_p7
4444```
4545
4646Next, verify the built image matches that version:
4747``` bash
4848$ docker run --rm openzipkin/java:test -version
49- openjdk version " 21.0.5 " 2024-10-15
50- OpenJDK Runtime Environment (build 21.0.5+11 -alpine-r0)
51- OpenJDK 64-Bit Server VM (build 21.0.5+11 -alpine-r0, mixed mode, sharing)
49+ openjdk version " 21.0.6 " 2025-01-21
50+ OpenJDK Runtime Environment (build 21.0.6+7 -alpine-r0)
51+ OpenJDK 64-Bit Server VM (build 21.0.6+7 -alpine-r0, mixed mode, sharing)
5252```
5353
54- To release the image, push a tag matching the arg to ` build-bin/build ` (ex ` 21.0.5_p11 ` ).
54+ To release the image, push a tag matching the arg to ` build-bin/build ` (ex ` 21.0.6_p7 ` ).
5555This triggers a [ GitHub Actions] ( https://github.com/openzipkin/docker-java/actions ) job to push the image.
5656
5757## java.lang.ClassNotFoundException
0 commit comments