From 6dae3054b5586a8ac0af2c6e35fced5ecd123501 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Sat, 6 Feb 2021 11:32:21 +0000 Subject: [PATCH] test images: Fixes Windows php source The PHP release page tends to get updated and changed every time there's a new release, removing the old ones. Because of this, the PHP link in the httpd and httpd-new images may become invalid. Updating the links to the archives solves this issue. --- test/images/httpd-new/Dockerfile_windows | 2 +- test/images/httpd/Dockerfile_windows | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/images/httpd-new/Dockerfile_windows b/test/images/httpd-new/Dockerfile_windows index 0a0c4d0b0ce..1511ebe4e5f 100644 --- a/test/images/httpd-new/Dockerfile_windows +++ b/test/images/httpd-new/Dockerfile_windows @@ -19,7 +19,7 @@ ARG REGISTRY FROM --platform=linux/amd64 alpine:3.6 as prep ADD https://home.apache.org/~steffenal/VC15/binaries/httpd-2.4.46-win64-VC15.zip /httpd.zip -ADD https://windows.php.net/downloads/releases/php-7.4.14-Win32-vc15-x64.zip /php.zip +ADD https://windows.php.net/downloads/releases/archives/php-7.4.14-Win32-vc15-x86.zip /php.zip RUN unzip /httpd.zip &&\ mv ReadMe.txt /Apache24/DistributionReadMe.txt &&\ diff --git a/test/images/httpd/Dockerfile_windows b/test/images/httpd/Dockerfile_windows index a8fc8d84448..45d52a6d898 100644 --- a/test/images/httpd/Dockerfile_windows +++ b/test/images/httpd/Dockerfile_windows @@ -19,7 +19,7 @@ ARG REGISTRY FROM --platform=linux/amd64 alpine:3.6 as prep ADD https://home.apache.org/~steffenal/VC14/binaries/httpd-2.4.41-win64-VC14.zip /httpd.zip -ADD https://windows.php.net/downloads/releases/php-7.4.14-Win32-vc15-x64.zip /php.zip +ADD https://windows.php.net/downloads/releases/archives/php-7.4.14-Win32-vc15-x86.zip /php.zip RUN unzip /httpd.zip &&\ mv ReadMe.txt /Apache24/DistributionReadMe.txt &&\