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

Commit

Permalink
Update zulu to 8u252-8.46.0.19 and 11.0.7-11.39.15
Browse files Browse the repository at this point in the history
- both images are now bionic based
- also pins to specific release for reproducability
  • Loading branch information
John McCabe authored and johngmyers committed Apr 22, 2020
1 parent 141651d commit 118aa08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zulu-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.6
FROM docker.io/azul/zulu-openjdk-debian:11.0.7-11.39.15
COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init

#RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion zulu-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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:8u242
FROM docker.io/azul/zulu-openjdk-debian:8u252-8.46.0.19

#RUN apt-get update && \
# DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
Expand Down

0 comments on commit 118aa08

Please sign in to comment.