blablacar / dgr

Container build and runtime tool
Apache License 2.0
248 stars 21 forks source link

Upgrade the unavailable cdebootstrap-static version 0.7.5 to 0.7.6 #213

Closed JulienBalestra closed 7 years ago

JulienBalestra commented 7 years ago

Inside the example dgr/examples/debian/aci-debian, the Debian binary package cdebootstrap-static_0.7.5_amd64.deb isn't available:

curl -I http://ftp.us.debian.org/debian/pool/main/c/cdebootstrap/cdebootstrap-static_0.7.5_amd64.deb
HTTP/1.1 404 Not Found

I replaced it by the latest cdebootstrap-static_0.7.6_amd64.deb:

curl -I http://ftp.us.debian.org/debian/pool/main/c/cdebootstrap/cdebootstrap-static_0.7.6_amd64.deb
HTTP/1.1 200 OK