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

Commit

Permalink
update zulu base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-An Lin authored and johngmyers committed Aug 25, 2020
1 parent 2a4b72c commit b88e143
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 4 additions & 6 deletions zulu-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ FROM gcc:9.2.0 as dumb-init-builder
RUN git clone -b v1.2.2 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
RUN cd dumb-init && make

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

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

ENTRYPOINT ["/usr/local/bin/dumb-init"]
9 changes: 4 additions & 5 deletions zulu-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ FROM gcc:9.2.0 as dumb-init-builder
RUN git clone -b v1.2.2 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
RUN cd dumb-init && make

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

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

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

0 comments on commit b88e143

Please sign in to comment.