We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to run PHP 7.3 and it failed to initialize the Zend Server package. Any idea?
Step 11/23 : RUN curl -fSL -o zs-init.tar.gz "http://repos.zend.com/zs-init/zs-init-docker-${ZS_INIT_VERSION}.tar.gz" && echo "${ZS_INIT_SHA256} *zs-init.tar.gz" | sha256sum -c - && mkdir /usr/local/zs-init && tar xzf zs-init.tar.gz --strip-components=1 -C /usr/local/zs-init && rm zs-init.tar.gz ---> Running in 05ecbcd588e1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 **_curl: (22) The requested URL returned error: 503 Service Unavailable_** ERROR: Service 'php7.3-zendserver' failed to build: The command '/bin/sh -c curl -fSL -o zs-init.tar.gz "http://repos.zend.com/zs-init/zs-init-docker-${ZS_INIT_VERSION}.tar.gz" && echo "${ZS_INIT_SHA256} *zs-init.tar.gz" | sha256sum -c - && mkdir /usr/local/zs-init && tar xzf zs-init.tar.gz --strip-components=1 -C /usr/local/zs-init && rm zs-init.tar.gz' returned a non-zero code: 22 make: *** [iup] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to run PHP 7.3 and it failed to initialize the Zend Server package. Any idea?
The text was updated successfully, but these errors were encountered: