Skip to content

Commit

Permalink
Merge pull request #3054 from buildkite/add-tini-static-to-alpines
Browse files Browse the repository at this point in the history
Add tini-static to alpine images
  • Loading branch information
DrJosh9000 authored Oct 28, 2024
2 parents 407af13 + e44c841 commit 2e40f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packaging/docker/alpine-k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apk update && apk add --no-cache \
run-parts \
su-exec \
tini \
tini-static \
tzdata

COPY docker-compose /usr/local/bin/docker-compose
Expand Down
1 change: 1 addition & 0 deletions packaging/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apk add --no-cache \
run-parts \
su-exec \
tini \
tini-static \
tzdata

COPY docker-compose /usr/local/bin/docker-compose
Expand Down

0 comments on commit 2e40f51

Please sign in to comment.