31
7
cat /etc/apt/sources.list
deb http://deb.debian.org/debian jessie main
deb http://deb.debian.org/debian jessie-updates main
deb http://security.debian.org jessie/updates main
then apt-get update is failing.
If i remove the second line then above command is working fine.
I checked in the repositories. there is no folder with name jessie-updates.
We have many docker builds which requires apt-get update.
I can't update all the docker files to remove that second line.
What is best approach to go ahead and also if they are removed permanently or a temporary glitch
3What do you mean it's failing? What do you actually see if it does? Why would you not be able to do this for your docker builds? Especially for those it should be easy. Change your base layer and just rebuild the images. – Seth – 2019-03-26T08:12:45.747
Try with https. Maybe one of the mirrors is down (it happens). Change url to force to your machine to get (probably) a new mirror. – Giacomo Catenazzi – 2019-03-26T13:21:18.320
2
This is essentially the same question as Failed to fetch jessie backports repository on [unix.se].
– a CVn – 2019-03-27T10:10:28.480