File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ jdk.zipfs\
42
42
# We extract JRE's hard dependencies, libz and SSL certs, from the fat JRE image.
43
43
FROM gcr.io/distroless/java:11-debug AS deps
44
44
45
+ # Debian-11 image
45
46
FROM gcr.io/distroless/cc:debug
46
47
47
48
MAINTAINER Hypertrace "https://www.hypertrace.org/"
@@ -52,8 +53,8 @@ RUN ln -s /busybox/sh /bin/sh
52
53
53
54
COPY --from=deps /etc/ssl/certs/java /etc/ssl/certs/java
54
55
55
- COPY --from=deps /lib/x86_64-linux-gnu/libz.so.1.2.8 /lib/x86_64-linux-gnu/libz.so.1.2.8
56
- RUN ln -s /lib/x86_64-linux-gnu/libz.so.1.2.8 /lib/x86_64-linux-gnu/libz.so.1
56
+ COPY --from=deps /lib/x86_64-linux-gnu/libz.so.1.2.11 /lib/x86_64-linux-gnu/libz.so.1.2.11
57
+ RUN ln -s /lib/x86_64-linux-gnu/libz.so.1.2.11 /lib/x86_64-linux-gnu/libz.so.1
57
58
58
59
COPY --from=jre /jre /usr/lib/jvm/zulu-11-amd64-slim
59
60
RUN ln -s /usr/lib/jvm/zulu-11-amd64-slim/bin/java /usr/bin/java
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id(" org.hypertrace.docker-publish-plugin" )
3
3
}
4
4
5
- var javaVersion = " 11.0.10 -11.45.27 "
5
+ var javaVersion = " 11.0.13 -11.52.13 "
6
6
7
7
hypertraceDocker {
8
8
defaultImage {
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ RUN ln -s /busybox/sh /bin/sh
52
52
53
53
COPY --from=deps /etc/ssl/certs/java /etc/ssl/certs/java
54
54
55
- COPY --from=deps /lib/x86_64-linux-gnu/libz.so.1.2.8 /lib/x86_64-linux-gnu/libz.so.1.2.8
56
- RUN ln -s /lib/x86_64-linux-gnu/libz.so.1.2.8 /lib/x86_64-linux-gnu/libz.so.1
55
+ COPY --from=deps /lib/x86_64-linux-gnu/libz.so.1.2.11 /lib/x86_64-linux-gnu/libz.so.1.2.11
56
+ RUN ln -s /lib/x86_64-linux-gnu/libz.so.1.2.11 /lib/x86_64-linux-gnu/libz.so.1
57
57
58
58
COPY --from=jre /jre /usr/lib/jvm/zulu-14-amd64-slim
59
59
RUN ln -s /usr/lib/jvm/zulu-14-amd64-slim/bin/java /usr/bin/java
You can’t perform that action at this time.
0 commit comments