Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test images: Fixes Windows php source #98831

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/images/httpd-new/Dockerfile_windows
Expand Up @@ -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 &&\
Expand Down
2 changes: 1 addition & 1 deletion test/images/httpd/Dockerfile_windows
Expand Up @@ -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 &&\
Expand Down