docker-sqitch
docker-sqitch copied to clipboard
sqitch image latest seems corrupt
We are seeing within our Artifactory remote repo that connects to "registry-1.docker.io" that when trying to pull down the latest sqitch from our Artifactory it is picking sha256__9a5adca92487848484a46e2a34150b960b545bc4ea7dd9ddfbd00a1705ad4a59 with a size stating 338.24 KB in the GUI. If we check within the manifest it states a different size:
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"digest": "sha256:9a5adca92487848484a46e2a34150b960b545bc4ea7dd9ddfbd00a1705ad4a59",
"size": 11469372
This doesn't seem correct and the size should match somewhere near to each other going by other images.
I don't know what that's about, but the latest from two days ago is acd47c19ba4c for linux/amd64 at 65.7 MB and d3cc0aa6bc2b for linux/arm64 at 63.55 MB.