Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit b88e143

Browse files
Yu-An Linjohngmyers
authored andcommitted
update zulu base image
1 parent 2a4b72c commit b88e143

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

zulu-11/Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ FROM gcc:9.2.0 as dumb-init-builder
44
RUN git clone -b v1.2.2 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
55
RUN cd dumb-init && make
66

7-
FROM docker.io/azul/zulu-openjdk-debian:11.0.7-11.39.15
7+
FROM docker.io/azul/zulu-openjdk-debian:11.0.8-11.41.23
88
COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init
99

10-
RUN apt-get update && \
11-
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
12-
# These packages are security updates
13-
libgnutls30=3.6.7-4+deb10u4 \
14-
libsystemd0=241-7~deb10u4
10+
# RUN apt-get update && \
11+
# DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
12+
# # These packages are security updates
1513

1614
ENTRYPOINT ["/usr/local/bin/dumb-init"]

zulu-8/Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ FROM gcc:9.2.0 as dumb-init-builder
44
RUN git clone -b v1.2.2 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
55
RUN cd dumb-init && make
66

7-
FROM docker.io/azul/zulu-openjdk-debian:8u252-8.46.0.19
7+
FROM docker.io/azul/zulu-openjdk-debian:8u265-8.48.0.53
88

9-
RUN apt-get update && \
10-
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
11-
# These packages are security updates
12-
libsystemd0=241-7~deb10u4
9+
# RUN apt-get update && \
10+
# DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
11+
# # These packages are security updates
1312

1413
COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init
1514
ENTRYPOINT ["/usr/local/bin/dumb-init"]

0 commit comments

Comments
 (0)