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

Commit f851d8f

Browse files
committed
Update Java to 8u222 and 11.0.4
1 parent 862c1e6 commit f851d8f

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

zulu-11/Dockerfile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
## compile dumb-init
2-
FROM gcc:8.2.0 as dumb-init-builder
2+
FROM gcc:9.1.0 as dumb-init-builder
33

44
RUN git clone -b v1.2.1 --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.3
7+
FROM docker.io/azul/zulu-openjdk-debian:11.0.4
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 \
10+
#RUN apt-get update && \
11+
# DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
1212
# These packages are security updates
13-
tzdata=2019a-0+deb9u1 \
14-
libsystemd0=232-25+deb9u11 \
15-
libudev1=232-25+deb9u11
1613

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

zulu-8/Dockerfile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
## compile dumb-init
2-
FROM gcc:8.2.0 as dumb-init-builder
2+
FROM gcc:9.1.0 as dumb-init-builder
33

44
RUN git clone -b v1.2.1 --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:8u212
7+
FROM docker.io/azul/zulu-openjdk-debian:8u222
88

9-
RUN apt-get update && \
10-
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
9+
#RUN apt-get update && \
10+
# DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
1111
# These packages are security updates
12-
tzdata=2019a-0+deb9u1 \
13-
libsystemd0=232-25+deb9u11 \
14-
libudev1=232-25+deb9u11
1512

1613
COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init
1714
ENTRYPOINT ["/usr/local/bin/dumb-init"]

0 commit comments

Comments
 (0)