os: Fedora Silverblue
builder: Podman
client: Go SDK
After resuming my laptop after a few hours of idle I get a 400 when Dagger tries to pull an image from a public (ECR) registry.
#1 resolve image config for public.ecr.aws/docker/library/node:18-alpine3.15
#1 ERROR: unexpected status from HEAD request to https://public.ecr.aws/v2/docker/library/node/manifests/18-alpine3.15: 400 Bad Request
------
> resolve image config for public.ecr.aws/docker/library/node:18-alpine3.15:
------
panic: input:1: container.from unexpected status from HEAD request to https://public.ecr.aws/v2/docker/library/node/manifests/18-alpine3.15: 400 Bad Request
After killing the dagger container and run the pipeline again it was fine.
Some root/client cert issue on waking up?
Putting it here if this deserves more investigation.