@@ -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:17.0.13_p11 -version
18+ $ docker run --rm ghcr.io/openzipkin/java:17.0.14_p7 -version
1919openjdk version " 17.0.13" 2024-10-15
2020OpenJDK Runtime Environment (build 17.0.13+11-alpine-r0)
2121OpenJDK 64-Bit Server VM (build 17.0.13+11-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=openjdk17
4141``` bash
42- # Note 17.0.13_p11 not 17.0.13_p11 -r2!
43- ./build-bin/build 17.0.13_p11
42+ # Note 17.0.14_p7 not 17.0.14_p7 -r2!
43+ ./build-bin/build 17.0.14_p7
4444```
4545
4646Next, verify the built image matches that version:
4747``` bash
4848$ docker run --rm openzipkin/java:test -version
49- openjdk version " 17.0.13 " 2024-10-15
50- OpenJDK Runtime Environment (build 17.0.13+11 -alpine-r0)
51- OpenJDK 64-Bit Server VM (build 17.0.13+11 -alpine-r0, mixed mode, sharing)
49+ openjdk version " 17.0.14 " 2025-01-21
50+ OpenJDK Runtime Environment (build 17.0.14+7 -alpine-r0)
51+ OpenJDK 64-Bit Server VM (build 17.0.14+7 -alpine-r0, mixed mode, sharing)
5252```
5353
54- To release the image, push a tag matching the arg to ` build-bin/build ` (ex ` 17.0.13_p11 ` ).
54+ To release the image, push a tag matching the arg to ` build-bin/build ` (ex ` 17.0.14_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