@@ -15,7 +15,7 @@ This is an internal base layer primarily used in [zipkin](https://github.com/ope
15
15
16
16
To try the image, run the ` java -version ` command:
17
17
``` 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
19
19
openjdk version " 21.0.4" 2024-07-16
20
20
OpenJDK Runtime Environment (build 21.0.4+7-alpine-r0)
21
21
OpenJDK 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
39
39
revision classifier from here:
40
40
* https://pkgs.alpinelinux.org/packages?name=openjdk21
41
41
``` 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
44
44
```
45
45
46
46
Next, verify the built image matches that version:
47
47
``` bash
48
48
$ 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)
52
52
```
53
53
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 ` ).
55
55
This triggers a [ GitHub Actions] ( https://github.com/openzipkin/docker-java/actions ) job to push the image.
56
56
57
57
## java.lang.ClassNotFoundException
0 commit comments