Which image/versions are related to this issue/feature request?
wolfi-base:latest
Issue/Feature description
The cgr.dev/chainguard/wolfi-base:latest image currently fails to pull
with a digest mismatch error:
$ docker pull cgr.dev/chainguard/wolfi-base:latest
error pulling image configuration: image config verification failed for digest
sha256:fc2127d0e0886a502a46849c1f0cf57bf228fb758d1d2df0109af69cf4028612
Also fails during Docker build with:
"failed size validation: 33083 != 2863: failed precondition"
Environment:
- Docker Engine on Linux (WSL2)
- Date: 2026-03-04
- Attempted: cache prune, builder prune -af, restart Docker daemon
The issue appears to be server-side — the manifest references a config blob
whose size doesn't match the actual content served by the registry.
Which image/versions are related to this issue/feature request?
wolfi-base:latest
Issue/Feature description
The
cgr.dev/chainguard/wolfi-base:latestimage currently fails to pullwith a digest mismatch error:
$ docker pull cgr.dev/chainguard/wolfi-base:latest
error pulling image configuration: image config verification failed for digest
sha256:fc2127d0e0886a502a46849c1f0cf57bf228fb758d1d2df0109af69cf4028612
Also fails during Docker build with:
"failed size validation: 33083 != 2863: failed precondition"
Environment:
The issue appears to be server-side — the manifest references a config blob
whose size doesn't match the actual content served by the registry.