Skip to content

Commit 7c03a37

Browse files
committed
upgrade tini version
1 parent 223ca36 commit 7c03a37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ VOLUME /var/jenkins_home
2525
# or config file with your custom jenkins Docker image.
2626
RUN mkdir -p /usr/share/jenkins/ref/init.groovy.d
2727

28-
ENV TINI_SHA 066ad710107dc7ee05d3aa6e4974f01dc98f3888
28+
ENV TINI_VERSION 0.9.0
29+
ENV TINI_SHA fa23d1e20732501c3bb8eeeca423c89ac80ed452
2930

3031
# Use tini as subreaper in Docker container to adopt zombie processes
31-
RUN curl -fsSL https://github.com/krallin/tini/releases/download/v0.5.0/tini-static -o /bin/tini && chmod +x /bin/tini \
32+
RUN curl -fsSL https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini-static -o /bin/tini && chmod +x /bin/tini \
3233
&& echo "$TINI_SHA /bin/tini" | sha1sum -c -
3334

3435
COPY init.groovy /usr/share/jenkins/ref/init.groovy.d/tcp-slave-agent-port.groovy

0 commit comments

Comments
 (0)