Skip to content

Commit 2e40f51

Browse files
authored
Merge pull request #3054 from buildkite/add-tini-static-to-alpines
Add tini-static to alpine images
2 parents 407af13 + e44c841 commit 2e40f51

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packaging/docker/alpine-k8s/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN apk update && apk add --no-cache \
1818
run-parts \
1919
su-exec \
2020
tini \
21+
tini-static \
2122
tzdata
2223

2324
COPY docker-compose /usr/local/bin/docker-compose

packaging/docker/alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apk add --no-cache \
1919
run-parts \
2020
su-exec \
2121
tini \
22+
tini-static \
2223
tzdata
2324

2425
COPY docker-compose /usr/local/bin/docker-compose

0 commit comments

Comments
 (0)