Closed
Description
Describe the bug
On our server (Ubuntu 22.04.5 LTS), docker can't pull the latest image:
docker pull amazon/aws-cli:latest
latest: Pulling from amazon/aws-cli
7d5223c2e457: Pulling fs layer
913928d28c49: Pulling fs layer
cb8e0328876d: Verifying Checksum
782a34ca1089: Waiting
8c2e453923c0: Waiting
error pulling image configuration: image config verification failed for digest sha256:032ed5e373e4b5bd28ca2fa8cad69740bb41003b7eaef38279a3a3f0402f1884
Same result after docker system prune -a -f
Same result from my machine (new Macbook)
Since it breaks our build process, we temporarily forced the previous version which works:
docker pull amazon/aws-cli:2.27.27
2.27.27: Pulling from amazon/aws-cli
7d5223c2e457: Pull complete
7ab1935dd4ab: Pull complete
b11b0d491123: Pull complete
10012074c9a3: Pull complete
1bbfc9df4368: Pull complete
Digest: sha256:8a9e3c65a47b5ad0a91b76b9ace0e8f2db8b5f5f0a6f12d883e245527900f5b8
Status: Downloaded newer image for amazon/aws-cli:2.27.27
docker.io/amazon/aws-cli:2.27.27
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
Working image pull with "latest" tag
Current Behavior
Not working image pull on release 2.27.28 / latest
Reproduction Steps
See description
Possible Solution
No response
Additional Information/Context
No response
CLI version used
2.27.28
Environment details (OS name and version, etc.)
Ubuntu 22.04.5 LTS server