We have been facing a weird issue for last few days of pipeline failures.
We have PHP based website which is deployed through the bitbucket pipeline and docker image. When the pipeline is running then it is failing multiple times as it couldn't pull some packages or taking too long time.
This package "ppa:ondrej/php" is failing again & again and due to that build is not creating.
Attaching the screenshots of faillure and the Dockerfile.
I am trying the IPV6 and have same issue
https://www.vultr.com/docs/force-apt-get-to-ipv4-or-ipv6-on-ubuntu-or-debian
Have you solve it? We are having the same issue.
We tried:
sudo apt-get -o Acquire::ForceIPv4=true install
and
echo 'Acquire::ForceIPv4 "true";' | sudo tee /etc/apt/apt.conf.d/99force-ipv4
and we have no success.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.