Git Product home page Git Product logo

Comments (5)

1ma avatar 1ma commented on August 17, 2024 1

Alright, this looks fixed from my end.

from web-php.

johnklos avatar johnklos commented on August 17, 2024 1

This works via nbftp as well. Thanks!

from web-php.

cmb69 avatar cmb69 commented on August 17, 2024

Maybe @saschaschumann can have a look at this.

from web-php.

1ma avatar 1ma commented on August 17, 2024

This has now become a problem for Docker, too. Until last week I was able to download the source tarballs with the ADD url . keyword, now I can't. I don't know what User-Agent Docker uses but as @johnklos mentions curl and wget still work.

Reproducing Dockerfile:

FROM alpine:latest

ADD https://www.php.net/distributions/php-8.1.6.tar.gz .

Output:

$ docker build -t phptest .
Sending build context to Docker daemon  2.048kB
Step 1/2 : FROM alpine:latest
 ---> e66264b98777
Step 2/2 : ADD https://www.php.net/distributions/php-8.1.6.tar.gz .
ADD failed: failed to GET https://www.php.net/distributions/php-8.1.6.tar.gz with status 503 Service Unavailable: <!DOCTYPE html><html><head><title>Security Check...

The returned HTML looks like this:
error

from web-php.

1ma avatar 1ma commented on August 17, 2024

This has now become a problem for Docker, too. Until last week I was able to download the source tarballs with the ADD url . keyword, now I can't. I don't know what User-Agent Docker uses but as @johnklos mentions curl and wget still work.

Reproducing Dockerfile:

FROM alpine:latest

ADD https://www.php.net/distributions/php-8.1.6.tar.gz .

Output:

$ docker build -t phptest .
Sending build context to Docker daemon  2.048kB
Step 1/2 : FROM alpine:latest
 ---> e66264b98777
Step 2/2 : ADD https://www.php.net/distributions/php-8.1.6.tar.gz .
ADD failed: failed to GET https://www.php.net/distributions/php-8.1.6.tar.gz with status 503 Service Unavailable: <!DOCTYPE html><html><head><title>Security Check...

The returned HTML looks like this: error

@cmb69 this started happening again a few days ago. Exactly as I described in 2022-06-03.

from web-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.