Skip to content

Conversation

@tianon
Copy link
Member

@tianon tianon commented May 5, 2020

Changes:

@tianon
Copy link
Member Author

tianon commented May 5, 2020

Ouch, we're running into actions/labeler#12 / https://github.saobby.my.eu.orgmunity/t5/GitHub-Actions/GitHub-actions-are-severely-limited-on-PRs/m-p/54669/highlight/true#M9249 (in other words, the token GitHub gives us for forks is explicitly read-only). 😞 🤬

@tianon
Copy link
Member Author

tianon commented May 5, 2020

This one also runs into https://bugs.php.net/bug.php?id=79445 (docker-library/php#1011). 😄

Changes:

- docker-library/php@f6170fb: Merge pull request docker-library/php#1014 from infosiftr/distributions
- docker-library/php@b3532e4: Update upstream download URLs
- docker-library/php@1cc409c: Apply typo fixes
- docker-library/php@155bd3d: Merge pull request docker-library/php#1009 from pgrimaud/master
- docker-library/php@de3cd25: Fix typos
@github-actions
Copy link

github-actions bot commented May 6, 2020

Diff for aa9d943:
diff --git a/php_7.2-alpine/Dockerfile b/php_7.2-alpine/Dockerfile
index 49fcd52..06f10a3 100644
--- a/php_7.2-alpine/Dockerfile
+++ b/php_7.2-alpine/Dockerfile
@@ -62,7 +62,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -121,7 +121,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2-alpine3.10/Dockerfile b/php_7.2-alpine3.10/Dockerfile
index 2e3cd83..805a746 100644
--- a/php_7.2-alpine3.10/Dockerfile
+++ b/php_7.2-alpine3.10/Dockerfile
@@ -62,7 +62,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -121,7 +121,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2-apache-stretch/Dockerfile b/php_7.2-apache-stretch/Dockerfile
index 7d33ad4..38b6739 100644
--- a/php_7.2-apache-stretch/Dockerfile
+++ b/php_7.2-apache-stretch/Dockerfile
@@ -124,7 +124,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -210,7 +210,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2-apache/Dockerfile b/php_7.2-apache/Dockerfile
index 124c8d7..c28688a 100644
--- a/php_7.2-apache/Dockerfile
+++ b/php_7.2-apache/Dockerfile
@@ -124,7 +124,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -198,7 +198,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2-fpm-alpine/Dockerfile b/php_7.2-fpm-alpine/Dockerfile
index f7461f0..a7e412e 100644
--- a/php_7.2-fpm-alpine/Dockerfile
+++ b/php_7.2-fpm-alpine/Dockerfile
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -122,7 +122,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2-fpm-alpine3.10/Dockerfile b/php_7.2-fpm-alpine3.10/Dockerfile
index 3ee33ff..93cbb29 100644
--- a/php_7.2-fpm-alpine3.10/Dockerfile
+++ b/php_7.2-fpm-alpine3.10/Dockerfile
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -122,7 +122,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2-fpm-stretch/Dockerfile b/php_7.2-fpm-stretch/Dockerfile
index a45acb8..fc8717b 100644
--- a/php_7.2-fpm-stretch/Dockerfile
+++ b/php_7.2-fpm-stretch/Dockerfile
@@ -65,7 +65,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -151,7 +151,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2-fpm/Dockerfile b/php_7.2-fpm/Dockerfile
index 3d020eb..bc06e53 100644
--- a/php_7.2-fpm/Dockerfile
+++ b/php_7.2-fpm/Dockerfile
@@ -65,7 +65,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -139,7 +139,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2-stretch/Dockerfile b/php_7.2-stretch/Dockerfile
index 74b498f..dd05afb 100644
--- a/php_7.2-stretch/Dockerfile
+++ b/php_7.2-stretch/Dockerfile
@@ -64,7 +64,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -150,7 +150,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2-zts-alpine/Dockerfile b/php_7.2-zts-alpine/Dockerfile
index d1ea144..68bc357 100644
--- a/php_7.2-zts-alpine/Dockerfile
+++ b/php_7.2-zts-alpine/Dockerfile
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -122,7 +122,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2-zts-alpine3.10/Dockerfile b/php_7.2-zts-alpine3.10/Dockerfile
index 3c24e15..35ca2a4 100644
--- a/php_7.2-zts-alpine3.10/Dockerfile
+++ b/php_7.2-zts-alpine3.10/Dockerfile
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -122,7 +122,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2-zts-stretch/Dockerfile b/php_7.2-zts-stretch/Dockerfile
index fcabbc4..363bf89 100644
--- a/php_7.2-zts-stretch/Dockerfile
+++ b/php_7.2-zts-stretch/Dockerfile
@@ -65,7 +65,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -151,7 +151,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2-zts/Dockerfile b/php_7.2-zts/Dockerfile
index 1de8c00..108bf0a 100644
--- a/php_7.2-zts/Dockerfile
+++ b/php_7.2-zts/Dockerfile
@@ -65,7 +65,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -139,7 +139,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.2/Dockerfile b/php_7.2/Dockerfile
index f4ba7af..2dfca70 100644
--- a/php_7.2/Dockerfile
+++ b/php_7.2/Dockerfile
@@ -64,7 +64,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
 
 ENV PHP_VERSION 7.2.30
-ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.2.30.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.30.tar.xz.asc"
 ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
 
 RUN set -eux; \
@@ -138,7 +138,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-alpine/Dockerfile b/php_7.3-alpine/Dockerfile
index 2071a5e..5c1fb93 100644
--- a/php_7.3-alpine/Dockerfile
+++ b/php_7.3-alpine/Dockerfile
@@ -62,7 +62,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -121,7 +121,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-alpine3.10/Dockerfile b/php_7.3-alpine3.10/Dockerfile
index e764e1b..189304a 100644
--- a/php_7.3-alpine3.10/Dockerfile
+++ b/php_7.3-alpine3.10/Dockerfile
@@ -62,7 +62,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -121,7 +121,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-apache-stretch/Dockerfile b/php_7.3-apache-stretch/Dockerfile
index 61c0713..c49047b 100644
--- a/php_7.3-apache-stretch/Dockerfile
+++ b/php_7.3-apache-stretch/Dockerfile
@@ -124,7 +124,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -210,7 +210,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-apache/Dockerfile b/php_7.3-apache/Dockerfile
index e182298..f24fcfc 100644
--- a/php_7.3-apache/Dockerfile
+++ b/php_7.3-apache/Dockerfile
@@ -124,7 +124,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -198,7 +198,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-fpm-alpine/Dockerfile b/php_7.3-fpm-alpine/Dockerfile
index 1e27c63..68f4fb3 100644
--- a/php_7.3-fpm-alpine/Dockerfile
+++ b/php_7.3-fpm-alpine/Dockerfile
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -122,7 +122,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-fpm-alpine3.10/Dockerfile b/php_7.3-fpm-alpine3.10/Dockerfile
index a21f6ca..e2a8716 100644
--- a/php_7.3-fpm-alpine3.10/Dockerfile
+++ b/php_7.3-fpm-alpine3.10/Dockerfile
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -122,7 +122,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-fpm-stretch/Dockerfile b/php_7.3-fpm-stretch/Dockerfile
index ffc8d4b..eb70f69 100644
--- a/php_7.3-fpm-stretch/Dockerfile
+++ b/php_7.3-fpm-stretch/Dockerfile
@@ -65,7 +65,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -151,7 +151,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-fpm/Dockerfile b/php_7.3-fpm/Dockerfile
index 03853cc..79dec30 100644
--- a/php_7.3-fpm/Dockerfile
+++ b/php_7.3-fpm/Dockerfile
@@ -65,7 +65,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -139,7 +139,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-stretch/Dockerfile b/php_7.3-stretch/Dockerfile
index 925fd2b..d9344df 100644
--- a/php_7.3-stretch/Dockerfile
+++ b/php_7.3-stretch/Dockerfile
@@ -64,7 +64,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -150,7 +150,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-zts-alpine/Dockerfile b/php_7.3-zts-alpine/Dockerfile
index bd1d8ef..dda3099 100644
--- a/php_7.3-zts-alpine/Dockerfile
+++ b/php_7.3-zts-alpine/Dockerfile
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -122,7 +122,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-zts-alpine3.10/Dockerfile b/php_7.3-zts-alpine3.10/Dockerfile
index bdbeff2..9dedb98 100644
--- a/php_7.3-zts-alpine3.10/Dockerfile
+++ b/php_7.3-zts-alpine3.10/Dockerfile
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -122,7 +122,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-zts-stretch/Dockerfile b/php_7.3-zts-stretch/Dockerfile
index 3dd4c03..2035151 100644
--- a/php_7.3-zts-stretch/Dockerfile
+++ b/php_7.3-zts-stretch/Dockerfile
@@ -65,7 +65,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -151,7 +151,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3-zts/Dockerfile b/php_7.3-zts/Dockerfile
index 7693d91..7d08d8a 100644
--- a/php_7.3-zts/Dockerfile
+++ b/php_7.3-zts/Dockerfile
@@ -65,7 +65,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -139,7 +139,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_7.3/Dockerfile b/php_7.3/Dockerfile
index 69d4a0e..0c63336 100644
--- a/php_7.3/Dockerfile
+++ b/php_7.3/Dockerfile
@@ -64,7 +64,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
 
 ENV PHP_VERSION 7.3.17
-ENV PHP_URL="https://www.php.net/get/php-7.3.17.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.3.17.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.3.17.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.17.tar.xz.asc"
 ENV PHP_SHA256="6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8" PHP_MD5=""
 
 RUN set -eux; \
@@ -138,7 +138,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_alpine/Dockerfile b/php_alpine/Dockerfile
index 91d1c26..316e19c 100644
--- a/php_alpine/Dockerfile
+++ b/php_alpine/Dockerfile
@@ -62,7 +62,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
 
 ENV PHP_VERSION 7.4.5
-ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.4.5.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.5.tar.xz.asc"
 ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
 
 RUN set -eux; \
@@ -123,7 +123,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_alpine3.10/Dockerfile b/php_alpine3.10/Dockerfile
index 1d73c2d..2a9edf4 100644
--- a/php_alpine3.10/Dockerfile
+++ b/php_alpine3.10/Dockerfile
@@ -62,7 +62,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
 
 ENV PHP_VERSION 7.4.5
-ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.4.5.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.5.tar.xz.asc"
 ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
 
 RUN set -eux; \
@@ -123,7 +123,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_apache/Dockerfile b/php_apache/Dockerfile
index f332ef8..e443787 100644
--- a/php_apache/Dockerfile
+++ b/php_apache/Dockerfile
@@ -124,7 +124,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
 
 ENV PHP_VERSION 7.4.5
-ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.4.5.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.5.tar.xz.asc"
 ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
 
 RUN set -eux; \
@@ -199,7 +199,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_fpm-alpine/Dockerfile b/php_fpm-alpine/Dockerfile
index 3a98469..4b6aa0b 100644
--- a/php_fpm-alpine/Dockerfile
+++ b/php_fpm-alpine/Dockerfile
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
 
 ENV PHP_VERSION 7.4.5
-ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.4.5.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.5.tar.xz.asc"
 ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
 
 RUN set -eux; \
@@ -124,7 +124,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_fpm-alpine3.10/Dockerfile b/php_fpm-alpine3.10/Dockerfile
index 337f4f0..5b9022c 100644
--- a/php_fpm-alpine3.10/Dockerfile
+++ b/php_fpm-alpine3.10/Dockerfile
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
 
 ENV PHP_VERSION 7.4.5
-ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.4.5.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.5.tar.xz.asc"
 ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
 
 RUN set -eux; \
@@ -124,7 +124,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_fpm/Dockerfile b/php_fpm/Dockerfile
index 2940265..4c9c7d4 100644
--- a/php_fpm/Dockerfile
+++ b/php_fpm/Dockerfile
@@ -65,7 +65,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
 
 ENV PHP_VERSION 7.4.5
-ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.4.5.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.5.tar.xz.asc"
 ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
 
 RUN set -eux; \
@@ -140,7 +140,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_latest/Dockerfile b/php_latest/Dockerfile
index b561010..0cbade1 100644
--- a/php_latest/Dockerfile
+++ b/php_latest/Dockerfile
@@ -64,7 +64,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
 
 ENV PHP_VERSION 7.4.5
-ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.4.5.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.5.tar.xz.asc"
 ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
 
 RUN set -eux; \
@@ -139,7 +139,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_zts-alpine/Dockerfile b/php_zts-alpine/Dockerfile
index 9d4c718..3ca5383 100644
--- a/php_zts-alpine/Dockerfile
+++ b/php_zts-alpine/Dockerfile
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
 
 ENV PHP_VERSION 7.4.5
-ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.4.5.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.5.tar.xz.asc"
 ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
 
 RUN set -eux; \
@@ -124,7 +124,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_zts-alpine3.10/Dockerfile b/php_zts-alpine3.10/Dockerfile
index 0c966f7..25338f6 100644
--- a/php_zts-alpine3.10/Dockerfile
+++ b/php_zts-alpine3.10/Dockerfile
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
 
 ENV PHP_VERSION 7.4.5
-ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.4.5.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.5.tar.xz.asc"
 ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
 
 RUN set -eux; \
@@ -124,7 +124,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439
diff --git a/php_zts/Dockerfile b/php_zts/Dockerfile
index e705c84..6224b0d 100644
--- a/php_zts/Dockerfile
+++ b/php_zts/Dockerfile
@@ -65,7 +65,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
 ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
 
 ENV PHP_VERSION 7.4.5
-ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
+ENV PHP_URL="https://www.php.net/distributions/php-7.4.5.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.5.tar.xz.asc"
 ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
 
 RUN set -eux; \
@@ -140,7 +140,7 @@ RUN set -eux; \
 		--with-config-file-path="$PHP_INI_DIR" \
 		--with-config-file-scan-dir="$PHP_INI_DIR/conf.d" \
 		\
-# make sure invalid --configure-flags are fatal errors intead of just warnings
+# make sure invalid --configure-flags are fatal errors instead of just warnings
 		--enable-option-checking=fatal \
 		\
 # https://github.com/docker-library/php/issues/439

@yosifkit
Copy link
Member

yosifkit commented May 6, 2020

Build test of #7942; aa9d943; amd64 (php):

$ bashbrew build php:7.4.5-cli-buster
Using bashbrew/cache:9b86362144f08d4a1e2bfec57f33fc0bd0d06ec7c66fec67fa6f802b8cffeda8 (php:7.4.5-cli-buster)
Tagging php:7.4.5-cli-buster
Tagging php:7.4-cli-buster
Tagging php:7-cli-buster
Tagging php:cli-buster
Tagging php:7.4.5-buster
Tagging php:7.4-buster
Tagging php:7-buster
Tagging php:buster
Tagging php:7.4.5-cli
Tagging php:7.4-cli
Tagging php:7-cli
Tagging php:cli
Tagging php:7.4.5
Tagging php:7.4
Tagging php:7
Tagging php:latest

$ test/run.sh php:7.4.5-cli-buster
testing php:7.4.5-cli-buster
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.4.5-apache-buster
Using bashbrew/cache:5215e00e32503cf1dae685f1f0f892373c6aa74487bd948a99367f8eeacf302d (php:7.4.5-apache-buster)
Tagging php:7.4.5-apache-buster
Tagging php:7.4-apache-buster
Tagging php:7-apache-buster
Tagging php:apache-buster
Tagging php:7.4.5-apache
Tagging php:7.4-apache
Tagging php:7-apache
Tagging php:apache

$ test/run.sh php:7.4.5-apache-buster
testing php:7.4.5-apache-buster
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.4.5-fpm-buster
Using bashbrew/cache:28912e6a5adcf10ad6a917b52c9f84b1f887acd749c745651041940124fab773 (php:7.4.5-fpm-buster)
Tagging php:7.4.5-fpm-buster
Tagging php:7.4-fpm-buster
Tagging php:7-fpm-buster
Tagging php:fpm-buster
Tagging php:7.4.5-fpm
Tagging php:7.4-fpm
Tagging php:7-fpm
Tagging php:fpm

$ test/run.sh php:7.4.5-fpm-buster
testing php:7.4.5-fpm-buster
	'utc' [1/8]...passed
	'cve-2014--shellshock' [2/8]...passed
	'no-hard-coded-passwords' [3/8]...passed
	'override-cmd' [4/8]...passed
	'php-ext-install' [5/8]...passed
	'php-hello-world' [6/8]...passed
	'php-argon2' [7/8]...passed
	'php-fpm-hello-web' [8/8]...passed


$ bashbrew build php:7.4.5-zts-buster
Using bashbrew/cache:574ed6726c2446438986798a4eb8966ad8285b66f4b04828c8780bca70ada1e3 (php:7.4.5-zts-buster)
Tagging php:7.4.5-zts-buster
Tagging php:7.4-zts-buster
Tagging php:7-zts-buster
Tagging php:zts-buster
Tagging php:7.4.5-zts
Tagging php:7.4-zts
Tagging php:7-zts
Tagging php:zts

$ test/run.sh php:7.4.5-zts-buster
testing php:7.4.5-zts-buster
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.4.5-cli-alpine3.11
Using bashbrew/cache:d0acb730f2e00e63db99b3cec363025ba4baa6239cd3d41b5c6edf0518d6200e (php:7.4.5-cli-alpine3.11)
Tagging php:7.4.5-cli-alpine3.11
Tagging php:7.4-cli-alpine3.11
Tagging php:7-cli-alpine3.11
Tagging php:cli-alpine3.11
Tagging php:7.4.5-alpine3.11
Tagging php:7.4-alpine3.11
Tagging php:7-alpine3.11
Tagging php:alpine3.11
Tagging php:7.4.5-cli-alpine
Tagging php:7.4-cli-alpine
Tagging php:7-cli-alpine
Tagging php:cli-alpine
Tagging php:7.4.5-alpine
Tagging php:7.4-alpine
Tagging php:7-alpine
Tagging php:alpine

$ test/run.sh php:7.4.5-cli-alpine3.11
testing php:7.4.5-cli-alpine3.11
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.4.5-fpm-alpine3.11
Using bashbrew/cache:345d00a9617ad631868f04fdba33a05504f687d8bc45c00584bf2b781bf825df (php:7.4.5-fpm-alpine3.11)
Tagging php:7.4.5-fpm-alpine3.11
Tagging php:7.4-fpm-alpine3.11
Tagging php:7-fpm-alpine3.11
Tagging php:fpm-alpine3.11
Tagging php:7.4.5-fpm-alpine
Tagging php:7.4-fpm-alpine
Tagging php:7-fpm-alpine
Tagging php:fpm-alpine

$ test/run.sh php:7.4.5-fpm-alpine3.11
testing php:7.4.5-fpm-alpine3.11
	'utc' [1/8]...passed
	'cve-2014--shellshock' [2/8]...passed
	'no-hard-coded-passwords' [3/8]...passed
	'override-cmd' [4/8]...passed
	'php-ext-install' [5/8]...passed
	'php-hello-world' [6/8]...passed
	'php-argon2' [7/8]...passed
	'php-fpm-hello-web' [8/8]...passed


$ bashbrew build php:7.4.5-zts-alpine3.11
Using bashbrew/cache:1a294096281d65dfea2ca4b6b1a828bbaf2e45d64ee7c527d102bdc2f1336df7 (php:7.4.5-zts-alpine3.11)
Tagging php:7.4.5-zts-alpine3.11
Tagging php:7.4-zts-alpine3.11
Tagging php:7-zts-alpine3.11
Tagging php:zts-alpine3.11
Tagging php:7.4.5-zts-alpine
Tagging php:7.4-zts-alpine
Tagging php:7-zts-alpine
Tagging php:zts-alpine

$ test/run.sh php:7.4.5-zts-alpine3.11
testing php:7.4.5-zts-alpine3.11
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.4.5-cli-alpine3.10
Using bashbrew/cache:79d0dd3c14fb90814205a42a84e6fba2a784dbf43288cfbee04e30e5baa0cdd0 (php:7.4.5-cli-alpine3.10)
Tagging php:7.4.5-cli-alpine3.10
Tagging php:7.4-cli-alpine3.10
Tagging php:7-cli-alpine3.10
Tagging php:cli-alpine3.10
Tagging php:7.4.5-alpine3.10
Tagging php:7.4-alpine3.10
Tagging php:7-alpine3.10
Tagging php:alpine3.10

$ test/run.sh php:7.4.5-cli-alpine3.10
testing php:7.4.5-cli-alpine3.10
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.4.5-fpm-alpine3.10
Using bashbrew/cache:573b229389ff40cae23a00f64158ba7eb8c9a7d0cd204f1f2cf01ec95059b6d1 (php:7.4.5-fpm-alpine3.10)
Tagging php:7.4.5-fpm-alpine3.10
Tagging php:7.4-fpm-alpine3.10
Tagging php:7-fpm-alpine3.10
Tagging php:fpm-alpine3.10

$ test/run.sh php:7.4.5-fpm-alpine3.10
testing php:7.4.5-fpm-alpine3.10
	'utc' [1/8]...passed
	'cve-2014--shellshock' [2/8]...passed
	'no-hard-coded-passwords' [3/8]...passed
	'override-cmd' [4/8]...passed
	'php-ext-install' [5/8]...passed
	'php-hello-world' [6/8]...passed
	'php-argon2' [7/8]...passed
	'php-fpm-hello-web' [8/8]...passed


$ bashbrew build php:7.4.5-zts-alpine3.10
Using bashbrew/cache:07075a2a5fd4cbf8b25ce71198edf6e34e74710cd437e755a15b291562203c1f (php:7.4.5-zts-alpine3.10)
Tagging php:7.4.5-zts-alpine3.10
Tagging php:7.4-zts-alpine3.10
Tagging php:7-zts-alpine3.10
Tagging php:zts-alpine3.10

$ test/run.sh php:7.4.5-zts-alpine3.10
testing php:7.4.5-zts-alpine3.10
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.3.17-cli-buster
Using bashbrew/cache:47cb08f049cb8d3cc7444850af0178f3373f261fecbe072ada2a7dce2670f22f (php:7.3.17-cli-buster)
Tagging php:7.3.17-cli-buster
Tagging php:7.3-cli-buster
Tagging php:7.3.17-buster
Tagging php:7.3-buster
Tagging php:7.3.17-cli
Tagging php:7.3-cli
Tagging php:7.3.17
Tagging php:7.3

$ test/run.sh php:7.3.17-cli-buster
testing php:7.3.17-cli-buster
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.3.17-apache-buster
Using bashbrew/cache:6bd8dc0f32c96ba8d7844f31a0428f2cd2420658f96a19786fa32ca6380992c9 (php:7.3.17-apache-buster)
Tagging php:7.3.17-apache-buster
Tagging php:7.3-apache-buster
Tagging php:7.3.17-apache
Tagging php:7.3-apache

$ test/run.sh php:7.3.17-apache-buster
testing php:7.3.17-apache-buster
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.3.17-fpm-buster
Using bashbrew/cache:becffd40a31dfdb44c5b6203f06646ea5c6ea154bcc9175b705d80d61d659a2b (php:7.3.17-fpm-buster)
Tagging php:7.3.17-fpm-buster
Tagging php:7.3-fpm-buster
Tagging php:7.3.17-fpm
Tagging php:7.3-fpm

$ test/run.sh php:7.3.17-fpm-buster
testing php:7.3.17-fpm-buster
	'utc' [1/8]...passed
	'cve-2014--shellshock' [2/8]...passed
	'no-hard-coded-passwords' [3/8]...passed
	'override-cmd' [4/8]...passed
	'php-ext-install' [5/8]...passed
	'php-hello-world' [6/8]...passed
	'php-argon2' [7/8]...passed
	'php-fpm-hello-web' [8/8]...passed


$ bashbrew build php:7.3.17-zts-buster
Using bashbrew/cache:19b2463ca865441f1e4af8b9f8bea0b36a90a5b93189ec278643b1561c36b7fa (php:7.3.17-zts-buster)
Tagging php:7.3.17-zts-buster
Tagging php:7.3-zts-buster
Tagging php:7.3.17-zts
Tagging php:7.3-zts

$ test/run.sh php:7.3.17-zts-buster
testing php:7.3.17-zts-buster
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.3.17-cli-stretch
Using bashbrew/cache:7eab0bfb14c71b2835c079e06139be0544bbc173830a661327f2147941a88b2a (php:7.3.17-cli-stretch)
Tagging php:7.3.17-cli-stretch
Tagging php:7.3-cli-stretch
Tagging php:7.3.17-stretch
Tagging php:7.3-stretch

$ test/run.sh php:7.3.17-cli-stretch
testing php:7.3.17-cli-stretch
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.3.17-apache-stretch
Using bashbrew/cache:d3ecdb6710e29beeba9f3b0f18f8677803dc4f403219fb1dbf731fd286fd0f7f (php:7.3.17-apache-stretch)
Tagging php:7.3.17-apache-stretch
Tagging php:7.3-apache-stretch

$ test/run.sh php:7.3.17-apache-stretch
testing php:7.3.17-apache-stretch
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.3.17-fpm-stretch
Using bashbrew/cache:28bbcd9b0b2f4672bd3df4658210177b70a24e632356fff6363dbcf76ba0232d (php:7.3.17-fpm-stretch)
Tagging php:7.3.17-fpm-stretch
Tagging php:7.3-fpm-stretch

$ test/run.sh php:7.3.17-fpm-stretch
testing php:7.3.17-fpm-stretch
	'utc' [1/8]...passed
	'cve-2014--shellshock' [2/8]...passed
	'no-hard-coded-passwords' [3/8]...passed
	'override-cmd' [4/8]...passed
	'php-ext-install' [5/8]...passed
	'php-hello-world' [6/8]...passed
	'php-argon2' [7/8]...passed
	'php-fpm-hello-web' [8/8]...passed


$ bashbrew build php:7.3.17-zts-stretch
Using bashbrew/cache:7c71cbd7f115b6c391ba7e570d2d5509b99467e83738e2eeb29ff4fc6f4419b8 (php:7.3.17-zts-stretch)
Tagging php:7.3.17-zts-stretch
Tagging php:7.3-zts-stretch

$ test/run.sh php:7.3.17-zts-stretch
testing php:7.3.17-zts-stretch
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.3.17-cli-alpine3.11
Using bashbrew/cache:ef67531e8b3d37602ffca6c70ec202bc46b7b758abfdbde52f1f136ad41f3943 (php:7.3.17-cli-alpine3.11)
Tagging php:7.3.17-cli-alpine3.11
Tagging php:7.3-cli-alpine3.11
Tagging php:7.3.17-alpine3.11
Tagging php:7.3-alpine3.11
Tagging php:7.3.17-cli-alpine
Tagging php:7.3-cli-alpine
Tagging php:7.3.17-alpine
Tagging php:7.3-alpine

$ test/run.sh php:7.3.17-cli-alpine3.11
testing php:7.3.17-cli-alpine3.11
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.3.17-fpm-alpine3.11
Using bashbrew/cache:7a344d83ad369d68ce90c40d72a66a00eb180e4d56da1ef1cb1c7196261daffc (php:7.3.17-fpm-alpine3.11)
Tagging php:7.3.17-fpm-alpine3.11
Tagging php:7.3-fpm-alpine3.11
Tagging php:7.3.17-fpm-alpine
Tagging php:7.3-fpm-alpine

$ test/run.sh php:7.3.17-fpm-alpine3.11
testing php:7.3.17-fpm-alpine3.11
	'utc' [1/8]...passed
	'cve-2014--shellshock' [2/8]...passed
	'no-hard-coded-passwords' [3/8]...passed
	'override-cmd' [4/8]...passed
	'php-ext-install' [5/8]...passed
	'php-hello-world' [6/8]...passed
	'php-argon2' [7/8]...passed
	'php-fpm-hello-web' [8/8]...passed


$ bashbrew build php:7.3.17-zts-alpine3.11
Using bashbrew/cache:7868491e473c773945a8105fd33cb9f91c94c9e8c778be0fdd36952366921857 (php:7.3.17-zts-alpine3.11)
Tagging php:7.3.17-zts-alpine3.11
Tagging php:7.3-zts-alpine3.11
Tagging php:7.3.17-zts-alpine
Tagging php:7.3-zts-alpine

$ test/run.sh php:7.3.17-zts-alpine3.11
testing php:7.3.17-zts-alpine3.11
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.3.17-cli-alpine3.10
Using bashbrew/cache:9fe975d67953ec164666d7701309d8d2f8fa67260016bda1943e74de84412cf1 (php:7.3.17-cli-alpine3.10)
Tagging php:7.3.17-cli-alpine3.10
Tagging php:7.3-cli-alpine3.10
Tagging php:7.3.17-alpine3.10
Tagging php:7.3-alpine3.10

$ test/run.sh php:7.3.17-cli-alpine3.10
testing php:7.3.17-cli-alpine3.10
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.3.17-fpm-alpine3.10
Using bashbrew/cache:7dc08a9ad9666e57c22996a73b313a54e47592d717a029cc0f8d045f03569b31 (php:7.3.17-fpm-alpine3.10)
Tagging php:7.3.17-fpm-alpine3.10
Tagging php:7.3-fpm-alpine3.10

$ test/run.sh php:7.3.17-fpm-alpine3.10
testing php:7.3.17-fpm-alpine3.10
	'utc' [1/8]...passed
	'cve-2014--shellshock' [2/8]...passed
	'no-hard-coded-passwords' [3/8]...passed
	'override-cmd' [4/8]...passed
	'php-ext-install' [5/8]...passed
	'php-hello-world' [6/8]...passed
	'php-argon2' [7/8]...passed
	'php-fpm-hello-web' [8/8]...passed


$ bashbrew build php:7.3.17-zts-alpine3.10
Using bashbrew/cache:ca5729aa26e83224f4c0244eb20ed8944b681e4cc5fea8c575affc7a9b4f1028 (php:7.3.17-zts-alpine3.10)
Tagging php:7.3.17-zts-alpine3.10
Tagging php:7.3-zts-alpine3.10

$ test/run.sh php:7.3.17-zts-alpine3.10
testing php:7.3.17-zts-alpine3.10
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.2.30-cli-buster
Using bashbrew/cache:bac2107fc40d04ae1fe629d22c0c80cc618d54df637745f4880e039052309f2b (php:7.2.30-cli-buster)
Tagging php:7.2.30-cli-buster
Tagging php:7.2-cli-buster
Tagging php:7.2.30-buster
Tagging php:7.2-buster
Tagging php:7.2.30-cli
Tagging php:7.2-cli
Tagging php:7.2.30
Tagging php:7.2

$ test/run.sh php:7.2.30-cli-buster
testing php:7.2.30-cli-buster
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.2.30-apache-buster
Using bashbrew/cache:a3df38490cf8807e8af1a295fcf4b5775d8798803710703a1c895f9b67b3dcb9 (php:7.2.30-apache-buster)
Tagging php:7.2.30-apache-buster
Tagging php:7.2-apache-buster
Tagging php:7.2.30-apache
Tagging php:7.2-apache

$ test/run.sh php:7.2.30-apache-buster
testing php:7.2.30-apache-buster
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.2.30-fpm-buster
Using bashbrew/cache:412fa3e56625da4abb02215bf20a532621383952d0251cb16a4118f495c93f3c (php:7.2.30-fpm-buster)
Tagging php:7.2.30-fpm-buster
Tagging php:7.2-fpm-buster
Tagging php:7.2.30-fpm
Tagging php:7.2-fpm

$ test/run.sh php:7.2.30-fpm-buster
testing php:7.2.30-fpm-buster
	'utc' [1/8]...passed
	'cve-2014--shellshock' [2/8]...passed
	'no-hard-coded-passwords' [3/8]...passed
	'override-cmd' [4/8]...passed
	'php-ext-install' [5/8]...passed
	'php-hello-world' [6/8]...passed
	'php-argon2' [7/8]...passed
	'php-fpm-hello-web' [8/8]...passed


$ bashbrew build php:7.2.30-zts-buster
Using bashbrew/cache:193073064f14cca562472fe9037f56856eede301a58ccf1e04d8c7389d9cb81e (php:7.2.30-zts-buster)
Tagging php:7.2.30-zts-buster
Tagging php:7.2-zts-buster
Tagging php:7.2.30-zts
Tagging php:7.2-zts

$ test/run.sh php:7.2.30-zts-buster
testing php:7.2.30-zts-buster
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.2.30-cli-stretch
Using bashbrew/cache:14a1db8e1b2ea3f7b94fc5f5a6b25782d506f068f3ac3f6b15663354161cd9a6 (php:7.2.30-cli-stretch)
Tagging php:7.2.30-cli-stretch
Tagging php:7.2-cli-stretch
Tagging php:7.2.30-stretch
Tagging php:7.2-stretch

$ test/run.sh php:7.2.30-cli-stretch
testing php:7.2.30-cli-stretch
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.2.30-apache-stretch
Using bashbrew/cache:b0644bab3c1d5c9521a61373042dba1e0dec300896eb714ffec5e655a1ab738b (php:7.2.30-apache-stretch)
Tagging php:7.2.30-apache-stretch
Tagging php:7.2-apache-stretch

$ test/run.sh php:7.2.30-apache-stretch
testing php:7.2.30-apache-stretch
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.2.30-fpm-stretch
Using bashbrew/cache:29cfd0bfdb364c5fad6dcbcaf4641f339676915cc35405f90996c4159b32916f (php:7.2.30-fpm-stretch)
Tagging php:7.2.30-fpm-stretch
Tagging php:7.2-fpm-stretch

$ test/run.sh php:7.2.30-fpm-stretch
testing php:7.2.30-fpm-stretch
	'utc' [1/8]...passed
	'cve-2014--shellshock' [2/8]...passed
	'no-hard-coded-passwords' [3/8]...passed
	'override-cmd' [4/8]...passed
	'php-ext-install' [5/8]...passed
	'php-hello-world' [6/8]...passed
	'php-argon2' [7/8]...passed
	'php-fpm-hello-web' [8/8]...passed


$ bashbrew build php:7.2.30-zts-stretch
Using bashbrew/cache:fe1f8b5681a7f361332ce965a00d3f903b6bbbaab4983eda2f8a491d3c1a3dba (php:7.2.30-zts-stretch)
Tagging php:7.2.30-zts-stretch
Tagging php:7.2-zts-stretch

$ test/run.sh php:7.2.30-zts-stretch
testing php:7.2.30-zts-stretch
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.2.30-cli-alpine3.11
Using bashbrew/cache:fa4f7e00b254e4a72f6fe2c8576a45c0fcb7f44d11108e16eb219f953bafc814 (php:7.2.30-cli-alpine3.11)
Tagging php:7.2.30-cli-alpine3.11
Tagging php:7.2-cli-alpine3.11
Tagging php:7.2.30-alpine3.11
Tagging php:7.2-alpine3.11
Tagging php:7.2.30-cli-alpine
Tagging php:7.2-cli-alpine
Tagging php:7.2.30-alpine
Tagging php:7.2-alpine

$ test/run.sh php:7.2.30-cli-alpine3.11
testing php:7.2.30-cli-alpine3.11
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.2.30-fpm-alpine3.11
Using bashbrew/cache:1e11b38fadc10ff40c339c91fbb2a3ca3ec797c29daee1333fd64be8a4d27ecf (php:7.2.30-fpm-alpine3.11)
Tagging php:7.2.30-fpm-alpine3.11
Tagging php:7.2-fpm-alpine3.11
Tagging php:7.2.30-fpm-alpine
Tagging php:7.2-fpm-alpine

$ test/run.sh php:7.2.30-fpm-alpine3.11
testing php:7.2.30-fpm-alpine3.11
	'utc' [1/8]...passed
	'cve-2014--shellshock' [2/8]...passed
	'no-hard-coded-passwords' [3/8]...passed
	'override-cmd' [4/8]...passed
	'php-ext-install' [5/8]...passed
	'php-hello-world' [6/8]...passed
	'php-argon2' [7/8]...passed
	'php-fpm-hello-web' [8/8]...passed


$ bashbrew build php:7.2.30-zts-alpine3.11
Using bashbrew/cache:e606743ad0b4b0654e22071b374d35aba12165aad0e2d0dfa665e573effe03d9 (php:7.2.30-zts-alpine3.11)
Tagging php:7.2.30-zts-alpine3.11
Tagging php:7.2-zts-alpine3.11
Tagging php:7.2.30-zts-alpine
Tagging php:7.2-zts-alpine

$ test/run.sh php:7.2.30-zts-alpine3.11
testing php:7.2.30-zts-alpine3.11
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.2.30-cli-alpine3.10
Using bashbrew/cache:39cd805aa1b665e4efd664305122d4995c8c7fc1466c0017674ff2c4f31233fc (php:7.2.30-cli-alpine3.10)
Tagging php:7.2.30-cli-alpine3.10
Tagging php:7.2-cli-alpine3.10
Tagging php:7.2.30-alpine3.10
Tagging php:7.2-alpine3.10

$ test/run.sh php:7.2.30-cli-alpine3.10
testing php:7.2.30-cli-alpine3.10
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed


$ bashbrew build php:7.2.30-fpm-alpine3.10
Using bashbrew/cache:1ae4892a5a6b0fdf2d87156de7a5ef65cbc412e6b8e8f7df2f4107118a7fa73a (php:7.2.30-fpm-alpine3.10)
Tagging php:7.2.30-fpm-alpine3.10
Tagging php:7.2-fpm-alpine3.10

$ test/run.sh php:7.2.30-fpm-alpine3.10
testing php:7.2.30-fpm-alpine3.10
	'utc' [1/8]...passed
	'cve-2014--shellshock' [2/8]...passed
	'no-hard-coded-passwords' [3/8]...passed
	'override-cmd' [4/8]...passed
	'php-ext-install' [5/8]...passed
	'php-hello-world' [6/8]...passed
	'php-argon2' [7/8]...passed
	'php-fpm-hello-web' [8/8]...passed


$ bashbrew build php:7.2.30-zts-alpine3.10
Using bashbrew/cache:d8d865c739cb3cf1f4c2ee6a31cd82ee1fbe06c2bab81e72f3370de4156c53d9 (php:7.2.30-zts-alpine3.10)
Tagging php:7.2.30-zts-alpine3.10
Tagging php:7.2-zts-alpine3.10

$ test/run.sh php:7.2.30-zts-alpine3.10
testing php:7.2.30-zts-alpine3.10
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-argon2' [7/7]...passed

@yosifkit yosifkit merged commit 9715600 into docker-library:master May 6, 2020
@yosifkit yosifkit deleted the php branch May 6, 2020 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants