Skip to content

Commit

Permalink
fix: use correct stop signal in php cli for faster termination
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketeerbkw committed Apr 30, 2024
1 parent b4a2e5f commit 6452fc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/php-cli/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-image

ENV LAGOON=cli

STOPSIGNAL SIGTERM

RUN apk update \
&& apk add --no-cache git \
bash \
Expand Down
2 changes: 2 additions & 0 deletions images/php-cli/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-image

ENV LAGOON=cli

STOPSIGNAL SIGTERM

RUN apk update \
&& apk add --no-cache git \
bash \
Expand Down
2 changes: 2 additions & 0 deletions images/php-cli/8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-image

ENV LAGOON=cli

STOPSIGNAL SIGTERM

RUN apk add --no-cache git \
bash \
coreutils \
Expand Down

0 comments on commit 6452fc3

Please sign in to comment.