Unable to spin up environment using CircleCI convenience image

Since about an hour ago, most of our build jobs have started failing at the “Spin Up Environment” step. The error we’re seeing is the following:

Using the v2 container runtime. For more details see: https://discuss.circleci.com/t/docker-executor-infrastructure-upgrade/52282
docker-agent version: 1.0.51460-c7cb63d
task-agent version 1.0.296524-fb4231ce
Downloading task-agent: success after 445.733332ms.
System information:
 Server Version: 5.5.2
 Storage Driver: overlay
  Backing Filesystem: xfs
 Cgroup Driver: systemd
 Cgroup Version: 2
 Kernel Version: 6.8.0-1031-aws
 Operating System: ubuntu
 OSType: linux
 Architecture: amd64

Starting container public.ecr.aws/eks-distro/kubernetes/pause:3.6
  image is cached as public.ecr.aws/eks-distro/kubernetes/pause:3.6, but refreshing...
8389103237f2: Already exists 
23d07b917726: Already exists 
3c69a9ca2c95: Download complete 
Starting container cimg/node:22.17.0
Warning: No authentication provided, using CircleCI credentials for pulls from Docker Hub.
  image cache not found on this host, downloading docker.io/cimg/node:22.17.0

Error response from daemon: unauthorized: authentication required

We’re currently using the cimg/node:22.17.0 Docker image

I’ve already checked the CircleCI service status, and it reports as all operational, so I’m unsure what might be causing this problem.

4 Likes
2 Likes

Same here. We are seeing it for cimg/python:3.12, and the docker hub is showing an error for the whole cimg/python set. Looks like there’s an active incident over there.

2 Likes