I have a bitbucket pipelines that uses the `python:3.5.5-jessie` docker image and have worked perfectly before. Now, without any modification to the pipeline config file, it is failing:
+ apt-get updateIgn http://deb.debian.org jessie InReleaseIgn http://deb.debian.org jessie-updates InReleaseGet:1 http://security.debian.org jessie/updates InRelease [44.9 kB]Get:2 http://deb.debian.org jessie Release.gpg [2420 B]Ign http://deb.debian.org jessie-updates Release.gpgGet:3 http://deb.debian.org jessie Release [148 kB]Ign http://deb.debian.org jessie-updates ReleaseErr http://deb.debian.org jessie-updates/main amd64 PackagesErr http://deb.debian.org jessie-updates/main amd64 PackagesErr http://deb.debian.org jessie-updates/main amd64 PackagesErr http://deb.debian.org jessie-updates/main amd64 PackagesErr http://deb.debian.org jessie-updates/main amd64 Packages404 Not FoundGet:4 http://deb.debian.org jessie/main amd64 Packages [9098 kB]Get:5 http://security.debian.org jessie/updates/main amd64 Packages [822 kB]Fetched 10.1 MB in 6s (1474 kB/s)W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not FoundE: Some index files failed to download. They have been ignored, or old ones used instead.
Any pointer towards a solution ?
Debian Jessie packages have been archived, which may be the root cause of this problem
What is the new line?
I currently have apt-get update of image: maven:3.2.5-jdk-7
It looks like you're new here. Sign in or register to get started.