Hi all
We are strlgling to get our build running which was fine yesterday. We specify:
setup:
docker:
- image: circleci/node:8-browsers
which has always been fine but today suddenly get the following after sudo apt-get update
E: The repository ‘debian stretch Release’ does no longer have a Release file.
E: The repository ‘debian stretch-updates Release’ does no longer have a Release file.
E: The repository ‘debian-security stretch/updates Release’ does no longer have a Release file.
E: The repository ‘debian stretch-backports Release’ does no longer have a Release file.
I attempt to change to a later node convenience (such as 20.0.0) but then it cannot find it:
Starting container circleci/node:20.0.0-browsers
Warning: No authentication provided, using CircleCI credentials for pulls from Docker Hub.
image cache not found on this host, downloading circleci/node:20.0.0-browsers
Error response from daemon: manifest for circleci/node:20.0.0-browsers not found: manifest unknown: manifest unknown
All help appreciated! feel quite stuck at the moment.