Skip to content

Commit

Permalink
fix: remove tini warning
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Oct 9, 2024
1 parent a022be8 commit 960f1b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/kind/kind.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Step 1: Use a base image with Docker installed
FROM docker:20.10.24-dind

ENV TINI_SUBREAPER=true

# Step 2: Install necessary dependencies (curl, bash, tini, jq)
RUN apk add --no-cache bash curl tini jq

Expand Down

0 comments on commit 960f1b4

Please sign in to comment.