Git Product home page Git Product logo

Comments (1)

thaJeztah avatar thaJeztah commented on May 23, 2024

Thanks for reporting, and apologies for the delay; looks indeed like some redirects are missing. For comparison; here's the redirects for CentOS 8.0;

curl -sI https://download.docker.com/linux/centos/8.0/x86_64/stable/repodata/repomd.xml | grep location:
# location: https://download.docker.com/linux/centos/8/x86_64/stable/repodata/repomd.xml
curl -sI https://download.docker.com/linux/centos/8.0/x86_64/stable/repodata/ | grep location:
# location: https://download.docker.com/linux/centos/8/x86_64/stable/repodata/
curl -sI https://download.docker.com/linux/centos/8.0/x86_64/stable/ | grep location:
# location: https://download.docker.com/linux/centos/8/x86_64/stable/
curl -sI https://download.docker.com/linux/centos/8.0/x86_64/ | grep location:
# location: https://download.docker.com/linux/centos/8/x86_64/
curl -sI https://download.docker.com/linux/centos/8.0/ | grep location:
# location: https://download.docker.com/linux/centos/8/

On CentOS 9.0 (and other 9** locations), those are missing:

curl -sI https://download.docker.com/linux/centos/9.0/x86_64/stable/repodata/repomd.xml | grep location:
# (no result)
curl -sI https://download.docker.com/linux/centos/9.0/x86_64/stable/repodata/ | grep location:
# (no result)
curl -sI https://download.docker.com/linux/centos/9.0/x86_64/stable/ | grep location:
# (no result)
curl -sI https://download.docker.com/linux/centos/9.0/x86_64/ | grep location:
# (no result)
curl -sI https://download.docker.com/linux/centos/9.0/ | grep location:
# location: /linux/centos/9/index.html

There is one redirect, but only for the index.html (so for browsing the location). I now seem to recall that the "index.html" redirect were added in a different part of the release pipeline, but the actual redirects for the packages to be configured elsewhere. I'd have to check with our infra team to find out where those are maintained.

from docker-ce-packaging.

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.