Actions
Bug #31401
closedcan't sync quay.io/foreman/busybox-test to a proxy on nightly
Description
Ohai,
while working on https://github.com/theforeman/forklift/pull/1224, I noticed an interesting behaviour on nightly (3.18 and older is OK):
I am syncing quay.io/foreman/busybox-test to Katello, which works fine. But when I try to sync the same content out to the proxy (as done by the fb-proxy.bats test), it fails with:
# Error: PLP0000: The Manifest digest does not match the expected value. The remote feed announced a digest of sha256:13280b5914050853a87d662c3229d42b61544e36dd4515f06e188835f3407468, but the downloaded digest was sha256:fc5dcad1472b8d34fe1bd242d160f1a337f3c5a2f22c28169656d13e3a14acb4. # PLP0000: The Manifest digest does not match the expected value. The remote feed announced a digest of sha256:13280b5914050853a87d662c3229d42b61544e36dd4515f06e188835f3407468, but the downloaded digest was sha256:f389f3a04fa07bca55074cafefe2a70a7b562974ba83c8642d979d003be21abf. # PLP0000: The Manifest digest does not match the expected value. The remote feed announced a digest of sha256:13280b5914050853a87d662c3229d42b61544e36dd4515f06e188835f3407468, but the downloaded digest was sha256:087ebbb66938dbac6031b01c006dae2e56b5e836c2a00b08398552273c9396ce.
The "wrong" digests are the same on every run (just their order in the error differs). 13280b5914050853a87d662c3229d42b61544e36dd4515f06e188835f3407468 is the digest of the container I synced.
Actions