Skip to content

Commit

Permalink
Merge pull request #989 from uselagoon/976-php-cli-slow-terminate
Browse files Browse the repository at this point in the history
fix: use correct stop signal in php cli for faster termination
  • Loading branch information
tobybellwood committed May 16, 2024
2 parents 2a7a362 + 6452fc3 commit 2e1d9a8
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 2e1d9a8

Please sign in to comment.