From b12bfa1ebe4c95de0258a4ed78d8fec31ad56260 Mon Sep 17 00:00:00 2001 From: johannes Heimbach Date: Fri, 28 Feb 2020 16:07:59 +0100 Subject: [PATCH] add CMD ["php-fpm"] to fpm variants --- 7.1/fpm/stretch/debug/Dockerfile | 1 + 7.1/fpm/stretch/no-debug/Dockerfile | 1 + 7.2/fpm/stretch/debug/Dockerfile | 1 + 7.2/fpm/stretch/no-debug/Dockerfile | 1 + 7.3/fpm/buster/debug/Dockerfile | 1 + 7.3/fpm/buster/no-debug/Dockerfile | 1 + 7.3/fpm/stretch/debug/Dockerfile | 1 + 7.3/fpm/stretch/no-debug/Dockerfile | 1 + 7.4/fpm/buster/debug/Dockerfile | 1 + 7.4/fpm/buster/no-debug/Dockerfile | 1 + fpm-Dockerfile-block-1 | 1 + 11 files changed, 11 insertions(+) create mode 100644 fpm-Dockerfile-block-1 diff --git a/7.1/fpm/stretch/debug/Dockerfile b/7.1/fpm/stretch/debug/Dockerfile index 7b6b623..1c2c91c 100644 --- a/7.1/fpm/stretch/debug/Dockerfile +++ b/7.1/fpm/stretch/debug/Dockerfile @@ -133,6 +133,7 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] #### #### +CMD ["php-fpm"] #### #### diff --git a/7.1/fpm/stretch/no-debug/Dockerfile b/7.1/fpm/stretch/no-debug/Dockerfile index ce316d7..7381bc6 100644 --- a/7.1/fpm/stretch/no-debug/Dockerfile +++ b/7.1/fpm/stretch/no-debug/Dockerfile @@ -111,6 +111,7 @@ ENV PATH="${PATH}:/root/.composer/vendor/bin" #### #### +CMD ["php-fpm"] #### #### diff --git a/7.2/fpm/stretch/debug/Dockerfile b/7.2/fpm/stretch/debug/Dockerfile index 90e201b..2240ecb 100644 --- a/7.2/fpm/stretch/debug/Dockerfile +++ b/7.2/fpm/stretch/debug/Dockerfile @@ -133,6 +133,7 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] #### #### +CMD ["php-fpm"] #### #### diff --git a/7.2/fpm/stretch/no-debug/Dockerfile b/7.2/fpm/stretch/no-debug/Dockerfile index adf2994..0fbbf71 100644 --- a/7.2/fpm/stretch/no-debug/Dockerfile +++ b/7.2/fpm/stretch/no-debug/Dockerfile @@ -111,6 +111,7 @@ ENV PATH="${PATH}:/root/.composer/vendor/bin" #### #### +CMD ["php-fpm"] #### #### diff --git a/7.3/fpm/buster/debug/Dockerfile b/7.3/fpm/buster/debug/Dockerfile index c88193a..aa8c19c 100644 --- a/7.3/fpm/buster/debug/Dockerfile +++ b/7.3/fpm/buster/debug/Dockerfile @@ -133,6 +133,7 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] #### #### +CMD ["php-fpm"] #### #### diff --git a/7.3/fpm/buster/no-debug/Dockerfile b/7.3/fpm/buster/no-debug/Dockerfile index 6f14d72..39c2c6d 100644 --- a/7.3/fpm/buster/no-debug/Dockerfile +++ b/7.3/fpm/buster/no-debug/Dockerfile @@ -111,6 +111,7 @@ ENV PATH="${PATH}:/root/.composer/vendor/bin" #### #### +CMD ["php-fpm"] #### #### diff --git a/7.3/fpm/stretch/debug/Dockerfile b/7.3/fpm/stretch/debug/Dockerfile index 5771a23..489a253 100644 --- a/7.3/fpm/stretch/debug/Dockerfile +++ b/7.3/fpm/stretch/debug/Dockerfile @@ -133,6 +133,7 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] #### #### +CMD ["php-fpm"] #### #### diff --git a/7.3/fpm/stretch/no-debug/Dockerfile b/7.3/fpm/stretch/no-debug/Dockerfile index c45b9fb..2d34ee4 100644 --- a/7.3/fpm/stretch/no-debug/Dockerfile +++ b/7.3/fpm/stretch/no-debug/Dockerfile @@ -111,6 +111,7 @@ ENV PATH="${PATH}:/root/.composer/vendor/bin" #### #### +CMD ["php-fpm"] #### #### diff --git a/7.4/fpm/buster/debug/Dockerfile b/7.4/fpm/buster/debug/Dockerfile index ccfcb87..2928d6e 100644 --- a/7.4/fpm/buster/debug/Dockerfile +++ b/7.4/fpm/buster/debug/Dockerfile @@ -129,6 +129,7 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] #### #### +CMD ["php-fpm"] #### #### diff --git a/7.4/fpm/buster/no-debug/Dockerfile b/7.4/fpm/buster/no-debug/Dockerfile index 6ac6ca7..b69b4b7 100644 --- a/7.4/fpm/buster/no-debug/Dockerfile +++ b/7.4/fpm/buster/no-debug/Dockerfile @@ -107,6 +107,7 @@ ENV PATH="${PATH}:/root/.composer/vendor/bin" #### #### +CMD ["php-fpm"] #### #### diff --git a/fpm-Dockerfile-block-1 b/fpm-Dockerfile-block-1 new file mode 100644 index 0000000..6136e97 --- /dev/null +++ b/fpm-Dockerfile-block-1 @@ -0,0 +1 @@ +CMD ["php-fpm"]