Skip to content

Commit 49d8614

Browse files
committed
Swap "WINCH" for "SIGWINCH" (which fixes containerd's ability to use this value)
1 parent 4aa1f0e commit 49d8614

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

7.1/buster/apache/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ RUN { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bi
264264
ENTRYPOINT ["docker-php-entrypoint"]
265265
##<autogenerated>##
266266
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
267-
STOPSIGNAL WINCH
267+
STOPSIGNAL SIGWINCH
268268

269269
COPY apache2-foreground /usr/local/bin/
270270
WORKDIR /var/www/html

7.1/stretch/apache/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
261261
ENTRYPOINT ["docker-php-entrypoint"]
262262
##<autogenerated>##
263263
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
264-
STOPSIGNAL WINCH
264+
STOPSIGNAL SIGWINCH
265265

266266
COPY apache2-foreground /usr/local/bin/
267267
WORKDIR /var/www/html

7.2/buster/apache/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ RUN { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bi
273273
ENTRYPOINT ["docker-php-entrypoint"]
274274
##<autogenerated>##
275275
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
276-
STOPSIGNAL WINCH
276+
STOPSIGNAL SIGWINCH
277277

278278
COPY apache2-foreground /usr/local/bin/
279279
WORKDIR /var/www/html

7.2/stretch/apache/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ RUN docker-php-ext-enable sodium
282282
ENTRYPOINT ["docker-php-entrypoint"]
283283
##<autogenerated>##
284284
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
285-
STOPSIGNAL WINCH
285+
STOPSIGNAL SIGWINCH
286286

287287
COPY apache2-foreground /usr/local/bin/
288288
WORKDIR /var/www/html

7.3/buster/apache/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ RUN { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bi
273273
ENTRYPOINT ["docker-php-entrypoint"]
274274
##<autogenerated>##
275275
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
276-
STOPSIGNAL WINCH
276+
STOPSIGNAL SIGWINCH
277277

278278
COPY apache2-foreground /usr/local/bin/
279279
WORKDIR /var/www/html

7.3/stretch/apache/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ RUN docker-php-ext-enable sodium
282282
ENTRYPOINT ["docker-php-entrypoint"]
283283
##<autogenerated>##
284284
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
285-
STOPSIGNAL WINCH
285+
STOPSIGNAL SIGWINCH
286286

287287
COPY apache2-foreground /usr/local/bin/
288288
WORKDIR /var/www/html

7.4/buster/apache/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ RUN docker-php-ext-enable sodium
274274
ENTRYPOINT ["docker-php-entrypoint"]
275275
##<autogenerated>##
276276
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
277-
STOPSIGNAL WINCH
277+
STOPSIGNAL SIGWINCH
278278

279279
COPY apache2-foreground /usr/local/bin/
280280
WORKDIR /var/www/html

apache-Dockerfile-block-2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
2-
STOPSIGNAL WINCH
2+
STOPSIGNAL SIGWINCH
33

44
COPY apache2-foreground /usr/local/bin/
55
WORKDIR /var/www/html

0 commit comments

Comments
 (0)