Swap "WINCH" for "SIGWINCH" (which fixes containerd's ability to use this value)
This commit is contained in:
parent
338122b4b2
commit
4faace9746
|
|
@ -158,7 +158,7 @@ RUN set -eux; \
|
||||||
httpd -v
|
httpd -v
|
||||||
|
|
||||||
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
|
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
|
||||||
STOPSIGNAL WINCH
|
STOPSIGNAL SIGWINCH
|
||||||
|
|
||||||
COPY httpd-foreground /usr/local/bin/
|
COPY httpd-foreground /usr/local/bin/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,7 @@ RUN set -eux; \
|
||||||
httpd -v
|
httpd -v
|
||||||
|
|
||||||
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
|
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
|
||||||
STOPSIGNAL WINCH
|
STOPSIGNAL SIGWINCH
|
||||||
|
|
||||||
COPY httpd-foreground /usr/local/bin/
|
COPY httpd-foreground /usr/local/bin/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue