You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> circleci local execute --job bats/run
Fetching latest build environment...
Error: Could not find picard image: failed to parse sha256 from docker pull output
The error appears to be caused by the digest information no longer being present in the docker pull command output with containerdenabled:
Unrelated, but contributing to the blocking status of this issue, I don't appear to be able to use the --skip-update-check flag to bypass this step either:
ERRO[0000] Exit with status 1 due to generic error error="unknown flag: --skip-update-check"
The circleci local execute command should run without encountering a Error: Could not find picard image: failed to parse sha256 from docker pull output error.
When did this begin / Was this previously working?:
Fails with containerd integration enabled within Docker (since Docker for Mac v4.14.x)
Works with containerd integration disabled within Docker
Additional Information:
Docker version:
(I disabled containerd prior to capturing this output)
Meta:
CircleCI CLI Version:
0.1.22675+19bba9e (homebrew)
Operating System:
MacOS 13.0.1 (Ventura)
CircleCI CLI Diagnostic:
Current behavior:
When running
circleci local execute
withcontainerd
enabled in Docker, I've observed the following error:The error appears to be caused by the digest information no longer being present in the
docker pull
command output withcontainerd
enabled:With
containerd
disabled, however, the digest is included in thedocker pull
command output (as expected):Unrelated, but contributing to the blocking status of this issue, I don't appear to be able to use the
--skip-update-check
flag to bypass this step either:ERRO[0000] Exit with status 1 due to generic error error="unknown flag: --skip-update-check"
I have not found any existing reported issues in moby/moby related to the missing
Digest: sha256@...
output from adocker pull
command, but it's unclear if this was a deliberate design choice or a regression with the ongoing containerd integration.Expected behavior:
The
circleci local execute
command should run without encountering aError: Could not find picard image: failed to parse sha256 from docker pull output
error.When did this begin / Was this previously working?:
containerd
integration enabled within Docker (since Docker for Mac v4.14.x)containerd
integration disabled within DockerAdditional Information:
Docker version:
(I disabled
containerd
prior to capturing this output)The text was updated successfully, but these errors were encountered: