This repository was archived by the owner on Apr 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed
Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 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
44RUN git clone -b v1.2.1 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
55RUN 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
88COPY --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
1714ENTRYPOINT ["/usr/local/bin/dumb-init" ]
Original file line number Diff line number Diff line change 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
44RUN git clone -b v1.2.1 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
55RUN 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
1613COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init
1714ENTRYPOINT ["/usr/local/bin/dumb-init" ]
You can’t perform that action at this time.
0 commit comments