Drop md5 checksums

This commit is contained in:
Joe Ferguson
2020-10-29 10:27:05 -07:00
parent 5dd0da6ee3
commit e12d4c5d46
47 changed files with 50 additions and 191 deletions

View File

@ -60,7 +60,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -74,9 +74,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -60,7 +60,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -74,9 +74,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -123,7 +123,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -140,9 +140,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -79,9 +79,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -64,7 +64,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -81,9 +81,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -64,7 +64,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -81,9 +81,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -123,7 +123,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -140,9 +140,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -79,9 +79,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -64,7 +64,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -81,9 +81,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -64,7 +64,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC
ENV PHP_VERSION 7.2.34 ENV PHP_VERSION 7.2.34
ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.2.34.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.2.34.tar.xz.asc"
ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903" PHP_MD5="" ENV PHP_SHA256="409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903"
RUN set -eux; \ RUN set -eux; \
\ \
@ -81,9 +81,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -60,7 +60,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -74,9 +74,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -60,7 +60,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -74,9 +74,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -123,7 +123,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -140,9 +140,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -79,9 +79,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -64,7 +64,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -81,9 +81,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -64,7 +64,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -81,9 +81,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -123,7 +123,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -140,9 +140,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -79,9 +79,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -64,7 +64,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -81,9 +81,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -64,7 +64,7 @@ ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F
ENV PHP_VERSION 7.3.24 ENV PHP_VERSION 7.3.24
ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.3.24.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.3.24.tar.xz.asc"
ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888" PHP_MD5="" ENV PHP_SHA256="78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888"
RUN set -eux; \ RUN set -eux; \
\ \
@ -81,9 +81,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -60,7 +60,7 @@ ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC91
ENV PHP_VERSION 7.4.12 ENV PHP_VERSION 7.4.12
ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc"
ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76" PHP_MD5="" ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76"
RUN set -eux; \ RUN set -eux; \
\ \
@ -74,9 +74,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC91
ENV PHP_VERSION 7.4.12 ENV PHP_VERSION 7.4.12
ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc"
ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76" PHP_MD5="" ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC91
ENV PHP_VERSION 7.4.12 ENV PHP_VERSION 7.4.12
ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc"
ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76" PHP_MD5="" ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -60,7 +60,7 @@ ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC91
ENV PHP_VERSION 7.4.12 ENV PHP_VERSION 7.4.12
ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc"
ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76" PHP_MD5="" ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76"
RUN set -eux; \ RUN set -eux; \
\ \
@ -74,9 +74,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC91
ENV PHP_VERSION 7.4.12 ENV PHP_VERSION 7.4.12
ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc"
ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76" PHP_MD5="" ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC91
ENV PHP_VERSION 7.4.12 ENV PHP_VERSION 7.4.12
ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc"
ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76" PHP_MD5="" ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -123,7 +123,7 @@ ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC91
ENV PHP_VERSION 7.4.12 ENV PHP_VERSION 7.4.12
ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc"
ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76" PHP_MD5="" ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76"
RUN set -eux; \ RUN set -eux; \
\ \
@ -140,9 +140,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC91
ENV PHP_VERSION 7.4.12 ENV PHP_VERSION 7.4.12
ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc"
ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76" PHP_MD5="" ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76"
RUN set -eux; \ RUN set -eux; \
\ \
@ -79,9 +79,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -64,7 +64,7 @@ ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC91
ENV PHP_VERSION 7.4.12 ENV PHP_VERSION 7.4.12
ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc"
ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76" PHP_MD5="" ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76"
RUN set -eux; \ RUN set -eux; \
\ \
@ -81,9 +81,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -64,7 +64,7 @@ ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC91
ENV PHP_VERSION 7.4.12 ENV PHP_VERSION 7.4.12
ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc" ENV PHP_URL="https://www.php.net/distributions/php-7.4.12.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-7.4.12.tar.xz.asc"
ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76" PHP_MD5="" ENV PHP_SHA256="e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76"
RUN set -eux; \ RUN set -eux; \
\ \
@ -81,9 +81,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -60,7 +60,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B
ENV PHP_VERSION 8.0.0RC3 ENV PHP_VERSION 8.0.0RC3
ENV PHP_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz.asc" ENV PHP_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz.asc"
ENV PHP_SHA256="3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa" PHP_MD5="" ENV PHP_SHA256="3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa"
RUN set -eux; \ RUN set -eux; \
\ \
@ -74,9 +74,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B
ENV PHP_VERSION 8.0.0RC3 ENV PHP_VERSION 8.0.0RC3
ENV PHP_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz.asc" ENV PHP_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz.asc"
ENV PHP_SHA256="3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa" PHP_MD5="" ENV PHP_SHA256="3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa"
RUN set -eux; \ RUN set -eux; \
\ \
@ -76,9 +76,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -123,7 +123,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B
ENV PHP_VERSION 8.0.0RC3 ENV PHP_VERSION 8.0.0RC3
ENV PHP_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz.asc" ENV PHP_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz.asc"
ENV PHP_SHA256="3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa" PHP_MD5="" ENV PHP_SHA256="3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa"
RUN set -eux; \ RUN set -eux; \
\ \
@ -140,9 +140,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -62,7 +62,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B
ENV PHP_VERSION 8.0.0RC3 ENV PHP_VERSION 8.0.0RC3
ENV PHP_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz.asc" ENV PHP_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz.asc"
ENV PHP_SHA256="3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa" PHP_MD5="" ENV PHP_SHA256="3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa"
RUN set -eux; \ RUN set -eux; \
\ \
@ -79,9 +79,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -64,7 +64,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B
ENV PHP_VERSION 8.0.0RC3 ENV PHP_VERSION 8.0.0RC3
ENV PHP_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz.asc" ENV PHP_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz.asc"
ENV PHP_SHA256="3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa" PHP_MD5="" ENV PHP_SHA256="3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa"
RUN set -eux; \ RUN set -eux; \
\ \
@ -81,9 +81,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -64,7 +64,7 @@ ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B
ENV PHP_VERSION 8.0.0RC3 ENV PHP_VERSION 8.0.0RC3
ENV PHP_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz.asc" ENV PHP_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~carusogabriel/php-8.0.0RC3.tar.xz.asc"
ENV PHP_SHA256="3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa" PHP_MD5="" ENV PHP_SHA256="3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa"
RUN set -eux; \ RUN set -eux; \
\ \
@ -81,9 +81,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -59,7 +59,7 @@ ENV GPG_KEYS {{ .gpgKeys }}
ENV PHP_VERSION {{ .version }} ENV PHP_VERSION {{ .version }}
ENV PHP_URL="{{ .url }}" PHP_ASC_URL="{{ .ascUrl // "" }}" ENV PHP_URL="{{ .url }}" PHP_ASC_URL="{{ .ascUrl // "" }}"
ENV PHP_SHA256="{{ .sha256 // "" }}" PHP_MD5="{{ .md5 // "" }}" ENV PHP_SHA256="{{ .sha256 // "" }}"
RUN set -eux; \ RUN set -eux; \
\ \
@ -73,9 +73,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -61,7 +61,7 @@ ENV GPG_KEYS {{ .gpgKeys }}
ENV PHP_VERSION {{ .version }} ENV PHP_VERSION {{ .version }}
ENV PHP_URL="{{ .url }}" PHP_ASC_URL="{{ .ascUrl // "" }}" ENV PHP_URL="{{ .url }}" PHP_ASC_URL="{{ .ascUrl // "" }}"
ENV PHP_SHA256="{{ .sha256 // "" }}" PHP_MD5="{{ .md5 // "" }}" ENV PHP_SHA256="{{ .sha256 // "" }}"
RUN set -eux; \ RUN set -eux; \
\ \
@ -78,9 +78,6 @@ RUN set -eux; \
if [ -n "$PHP_SHA256" ]; then \ if [ -n "$PHP_SHA256" ]; then \
echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \ echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; \
fi; \ fi; \
if [ -n "$PHP_MD5" ]; then \
echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; \
fi; \
\ \
if [ -n "$PHP_ASC_URL" ]; then \ if [ -n "$PHP_ASC_URL" ]; then \
curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \ curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; \

View File

@ -52,8 +52,7 @@ for version in "${versions[@]}"; do
| |
"https://www.php.net/distributions/" + .filename, "https://www.php.net/distributions/" + .filename,
"https://www.php.net/distributions/" + .filename + ".asc", "https://www.php.net/distributions/" + .filename + ".asc",
.sha256 // "", .sha256 // ""
.md5 // ""
) ] ) ]
' '
else else
@ -65,8 +64,7 @@ for version in "${versions[@]}"; do
.version, .version,
.files.xz.path // "", .files.xz.path // "",
"", "",
.files.xz.sha256 // "", .files.xz.sha256 // ""
.files.xz.md5 // ""
] ]
' '
fi fi
@ -85,14 +83,13 @@ for version in "${versions[@]}"; do
exit 1 exit 1
fi fi
# format of "possibles" array entries is "VERSION URL.TAR.XZ URL.TAR.XZ.ASC SHA256 MD5" (each value shell quoted) # format of "possibles" array entries is "VERSION URL.TAR.XZ URL.TAR.XZ.ASC SHA256" (each value shell quoted)
# see the "apiJqExpr" values above for more details # see the "apiJqExpr" values above for more details
eval "possi=( ${possibles[0]} )" eval "possi=( ${possibles[0]} )"
fullVersion="${possi[0]}" fullVersion="${possi[0]}"
url="${possi[1]}" url="${possi[1]}"
ascUrl="${possi[2]}" ascUrl="${possi[2]}"
sha256="${possi[3]}" sha256="${possi[3]}"
md5="${possi[4]}"
gpgKey="${gpgKeys[$rcVersion]:-}" gpgKey="${gpgKeys[$rcVersion]:-}"
if [ -z "$gpgKey" ]; then if [ -z "$gpgKey" ]; then
@ -129,7 +126,7 @@ for version in "${versions[@]}"; do
echo "$version: $fullVersion" echo "$version: $fullVersion"
export fullVersion url ascUrl sha256 md5 gpgKey export fullVersion url ascUrl sha256 gpgKey
json="$( json="$(
jq <<<"$json" -c \ jq <<<"$json" -c \
--argjson variants "$variants" \ --argjson variants "$variants" \