goharbor / harbor

An open source trusted cloud native registry project that stores, signs, and scans content.
https://goharbor.io
Apache License 2.0
24.04k stars 4.75k forks source link

No match of Cosign signatures when replicating artifacts #19406

Open dbarranco opened 1 year ago

dbarranco commented 1 year ago

Expected behavior and actual behavior:

Hello team, I would like to report some issues I am facing when trying to replicate artifacts from Google Cloud Registry in Harbor. Currently, my team has a set of container images and .sig cosign signatures in Google Cloud Registry (us.gcr.io) that we would like to replicate to Harbor. In order to do that, we have set:

I have been adding several modifications to the replication rule, but the most recent one I am using is this one:

Screenshot_2023-09-29_at_12_36_05

(Some details have been omitted for privacy resons).

The issue I am facing is that any time I trigger a replication I can see:

harbor, URL: http://harbor-private-core:80, insecure: true] created
2023-09-29T10:28:32Z [INFO] [/controller/replication/transfer/image/transfer.go:182]: copying <omitted>/<omitted>:[sha256-0ca06b56282d5b2f29905eb581b353788e37cbd2bde8f4dbfb17e50b81b38dcc.sig,sha256-1d18d7f723dd3c54736c68d2c49987665ce89fcdd65c31af0295bbb7b2712f33.sig,sha256-271c74e700770b372a514212c4203263eef12d38ceed44f763a887cc9acefcbd.sig,sha256-3dc080f3ce20844953ad25a389f20f4d367a180bc8a5d7e176ca26049c1cb62d.sig,sha256-4c137299139132d978cf08a134fa35f5705b2280c2d0db4b92a7c72fc618bdbc.sig,. . .sha256-b71ba91d4bd9dcab2892e7e35da4057c7b1216b2c8c4f30b96295c397f234720.sig,sha256-f840a644b4bf9b73749ade954993dc4f4e5841ac43601c711ceb91c6b8845359.sig,v0.2.0,v0.3.0,v0.4.0,v0.5.0,v0.5.0-alpha.1,v0.5.0-beta.0,v0.6.0. . .]

But the Cosign signature is not matched with the container: Screenshot 2023-09-29 at 12 39 15

Even when I see in the Harbor replication logs that the v0.8.0 and sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig are correctly replicated.

Steps to reproduce the problem:

You should have:

Versions: Please specify the versions of following systems.


The main downside for this issue is that there are no associated logs of these operations that I could check on my own to see if there is any issue with the matching process of the Cosign signature and the container sha256.

dbarranco commented 1 year ago

I have also create a replication rule with the specific tag filter:

to get the container image and its signature and replicate that to a new project:

2023-09-29T10:47:55Z [INFO] [/controller/replication/transfer/image/transfer.go:139]: client for source registry [type: google-gcr, URL: https://us.gcr.io, insecure: false] created
2023-09-29T10:47:55Z [INFO] [/controller/replication/transfer/image/transfer.go:149]: client for destination registry [type: harbor, URL: http://harbor-private-core:80, insecure: true] created
2023-09-29T10:47:55Z [INFO] [/controller/replication/transfer/image/transfer.go:182]: copying <omitted>/<omitted>:[sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig,v0.8.0](source registry) to dbarranco-test/<omitted>:[sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig,v0.8.0](destination registry)...
2023-09-29T10:47:55Z [INFO] [/controller/replication/transfer/image/transfer.go:210]: copying <omitted>/<omitted>:sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig(source registry) to dbarranco-test/<omitted>:sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig(destination registry)...
2023-09-29T10:47:55Z [INFO] [/controller/replication/transfer/image/transfer.go:467]: pulling the manifest of artifact <omitted>/<omitted>:sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig ...
2023-09-29T10:47:55Z [INFO] [/controller/replication/transfer/image/transfer.go:473]: the manifest of artifact <omitted>/<omitted>:sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig pulled
2023-09-29T10:47:55Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:e48081e82bdb06fbebfef7d6c54e23af8d4ebb9cf617d1776b06881c34eacd7f(the 1th running)...
2023-09-29T10:47:56Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:e48081e82bdb06fbebfef7d6c54e23af8d4ebb9cf617d1776b06881c34eacd7f completed
2023-09-29T10:47:56Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:290b18f4afa1d120fa7b95e8eaa59cf7a6e0350f0533452e14de55aeba077b01(the 1th running)...
2023-09-29T10:47:57Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:290b18f4afa1d120fa7b95e8eaa59cf7a6e0350f0533452e14de55aeba077b01 completed
2023-09-29T10:47:57Z [INFO] [/controller/replication/transfer/image/transfer.go:496]: pushing the manifest of artifact dbarranco-test/<omitted>:sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig ...
2023-09-29T10:47:57Z [INFO] [/controller/replication/transfer/image/transfer.go:508]: the manifest of artifact dbarranco-test/<omitted>:sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig pushed
2023-09-29T10:47:57Z [INFO] [/controller/replication/transfer/image/transfer.go:253]: copy <omitted>/<omitted>:sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig(source registry) to dbarranco-test/<omitted>:sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig(destination registry) completed
2023-09-29T10:47:57Z [INFO] [/controller/replication/transfer/image/transfer.go:210]: copying <omitted>/<omitted>:v0.8.0(source registry) to dbarranco-test/<omitted>:v0.8.0(destination registry)...
2023-09-29T10:47:57Z [INFO] [/controller/replication/transfer/image/transfer.go:467]: pulling the manifest of artifact <omitted>/<omitted>:v0.8.0 ...
2023-09-29T10:47:57Z [INFO] [/controller/replication/transfer/image/transfer.go:473]: the manifest of artifact <omitted>/<omitted>:v0.8.0 pulled
2023-09-29T10:47:57Z [INFO] [/controller/replication/transfer/image/transfer.go:210]: copying <omitted>/<omitted>:sha256:f022974c9ca410c92082b808d39238b9513a248bae2ab16c7e72f7f805ec0a87(source registry) to dbarranco-test/<omitted>:sha256:f022974c9ca410c92082b808d39238b9513a248bae2ab16c7e72f7f805ec0a87(destination registry)...
2023-09-29T10:47:57Z [INFO] [/controller/replication/transfer/image/transfer.go:467]: pulling the manifest of artifact <omitted>/<omitted>:sha256:f022974c9ca410c92082b808d39238b9513a248bae2ab16c7e72f7f805ec0a87 ...
2023-09-29T10:47:57Z [INFO] [/controller/replication/transfer/image/transfer.go:473]: the manifest of artifact <omitted>/<omitted>:sha256:f022974c9ca410c92082b808d39238b9513a248bae2ab16c7e72f7f805ec0a87 pulled
2023-09-29T10:47:57Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:ab928042db8d7a3d98d95bb8f609bdf89744b38db54ddab1bfd2ec79b4e92a25(the 1th running)...
2023-09-29T10:47:58Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:ab928042db8d7a3d98d95bb8f609bdf89744b38db54ddab1bfd2ec79b4e92a25 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:47:58Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:ab928042db8d7a3d98d95bb8f609bdf89744b38db54ddab1bfd2ec79b4e92a25 completed
2023-09-29T10:47:58Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:a7ca0d9ba68fdce7e15bc0952d3e898e970548ca24d57698725836c039086639(the 1th running)...
2023-09-29T10:47:58Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:a7ca0d9ba68fdce7e15bc0952d3e898e970548ca24d57698725836c039086639 mounted from the repository <omitted>/<omitted>-cainjector-fips on the destination registry directly
2023-09-29T10:47:58Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:a7ca0d9ba68fdce7e15bc0952d3e898e970548ca24d57698725836c039086639 completed
2023-09-29T10:47:58Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:fe5ca62666f04366c8e7f605aa82997d71320183e99962fa76b3209fdfbb8b58(the 1th running)...
2023-09-29T10:47:58Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:fe5ca62666f04366c8e7f605aa82997d71320183e99962fa76b3209fdfbb8b58 mounted from the repository <omitted>/<omitted>-cainjector-fips on the destination registry directly
2023-09-29T10:47:58Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:fe5ca62666f04366c8e7f605aa82997d71320183e99962fa76b3209fdfbb8b58 completed
2023-09-29T10:47:58Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:b02a7525f878e61fc1ef8a7405a2cc17f866e8de222c1c98fd6681aff6e509db(the 1th running)...
2023-09-29T10:47:58Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:b02a7525f878e61fc1ef8a7405a2cc17f866e8de222c1c98fd6681aff6e509db mounted from the repository <omitted>/<omitted>-cainjector-fips on the destination registry directly
2023-09-29T10:47:58Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:b02a7525f878e61fc1ef8a7405a2cc17f866e8de222c1c98fd6681aff6e509db completed
2023-09-29T10:47:58Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:fcb6f6d2c9986d9cd6a2ea3cc2936e5fc613e09f1af9042329011e43057f3265(the 1th running)...
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:fcb6f6d2c9986d9cd6a2ea3cc2936e5fc613e09f1af9042329011e43057f3265 mounted from the repository <omitted>/<omitted>-cainjector-fips on the destination registry directly
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:fcb6f6d2c9986d9cd6a2ea3cc2936e5fc613e09f1af9042329011e43057f3265 completed
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:e8c73c638ae9ec5ad70c49df7e484040d889cca6b4a9af056579c3d058ea93f0(the 1th running)...
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:e8c73c638ae9ec5ad70c49df7e484040d889cca6b4a9af056579c3d058ea93f0 mounted from the repository <omitted>/<omitted>-cainjector-fips on the destination registry directly
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:e8c73c638ae9ec5ad70c49df7e484040d889cca6b4a9af056579c3d058ea93f0 completed
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:1e3d9b7d145208fa8fa3ee1c9612d0adaac7255f1bbc9ddea7e461e0b317805c(the 1th running)...
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:1e3d9b7d145208fa8fa3ee1c9612d0adaac7255f1bbc9ddea7e461e0b317805c mounted from the repository <omitted>/<omitted>-cainjector-fips on the destination registry directly
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:1e3d9b7d145208fa8fa3ee1c9612d0adaac7255f1bbc9ddea7e461e0b317805c completed
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:4aa0ea1413d37a58615488592a0b827ea4b2e48fa5a77cf707d0e35f025e613f(the 1th running)...
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:4aa0ea1413d37a58615488592a0b827ea4b2e48fa5a77cf707d0e35f025e613f mounted from the repository <omitted>/<omitted>-cainjector-fips on the destination registry directly
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:4aa0ea1413d37a58615488592a0b827ea4b2e48fa5a77cf707d0e35f025e613f completed
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:7c881f9ab25e0d86562a123b5fb56aebf8aa0ddd7d48ef602faf8d1e7cf43d8c(the 1th running)...
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:7c881f9ab25e0d86562a123b5fb56aebf8aa0ddd7d48ef602faf8d1e7cf43d8c mounted from the repository <omitted>/<omitted>-cainjector-fips on the destination registry directly
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:7c881f9ab25e0d86562a123b5fb56aebf8aa0ddd7d48ef602faf8d1e7cf43d8c completed
2023-09-29T10:47:59Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:5627a970d25e752d971a501ec7e35d0d6fdcd4a3ce9e958715a686853024794a(the 1th running)...
2023-09-29T10:48:00Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:5627a970d25e752d971a501ec7e35d0d6fdcd4a3ce9e958715a686853024794a mounted from the repository <omitted>/<omitted>-cainjector-fips on the destination registry directly
2023-09-29T10:48:00Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:5627a970d25e752d971a501ec7e35d0d6fdcd4a3ce9e958715a686853024794a completed
2023-09-29T10:48:00Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:5d8108fbab163a45986565b68c84d723a6db0c57d6bef3234c7838c955d67f87(the 1th running)...
2023-09-29T10:48:00Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:5d8108fbab163a45986565b68c84d723a6db0c57d6bef3234c7838c955d67f87 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:00Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:5d8108fbab163a45986565b68c84d723a6db0c57d6bef3234c7838c955d67f87 completed
2023-09-29T10:48:00Z [INFO] [/controller/replication/transfer/image/transfer.go:496]: pushing the manifest of artifact dbarranco-test/<omitted>:sha256:f022974c9ca410c92082b808d39238b9513a248bae2ab16c7e72f7f805ec0a87 ...
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:508]: the manifest of artifact dbarranco-test/<omitted>:sha256:f022974c9ca410c92082b808d39238b9513a248bae2ab16c7e72f7f805ec0a87 pushed
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:253]: copy <omitted>/<omitted>:sha256:f022974c9ca410c92082b808d39238b9513a248bae2ab16c7e72f7f805ec0a87(source registry) to dbarranco-test/<omitted>:sha256:f022974c9ca410c92082b808d39238b9513a248bae2ab16c7e72f7f805ec0a87(destination registry) completed
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:210]: copying <omitted>/<omitted>:sha256:6df694e6550c174e0f483da2a7b025e5f1e1b46456cf58a8a4394de9e5ba90ef(source registry) to dbarranco-test/<omitted>:sha256:6df694e6550c174e0f483da2a7b025e5f1e1b46456cf58a8a4394de9e5ba90ef(destination registry)...
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:467]: pulling the manifest of artifact <omitted>/<omitted>:sha256:6df694e6550c174e0f483da2a7b025e5f1e1b46456cf58a8a4394de9e5ba90ef ...
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:473]: the manifest of artifact <omitted>/<omitted>:sha256:6df694e6550c174e0f483da2a7b025e5f1e1b46456cf58a8a4394de9e5ba90ef pulled
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:b5e523caa2af9fbac8ced2b7a69ebd9685da4c7972eef8697f15684296d2e2e3(the 1th running)...
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:b5e523caa2af9fbac8ced2b7a69ebd9685da4c7972eef8697f15684296d2e2e3 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:b5e523caa2af9fbac8ced2b7a69ebd9685da4c7972eef8697f15684296d2e2e3 completed
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:b437b30b8b4cc4e02865517b5ca9b66501752012a028e605da1c98beb0ed9f50(the 1th running)...
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:b437b30b8b4cc4e02865517b5ca9b66501752012a028e605da1c98beb0ed9f50 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:b437b30b8b4cc4e02865517b5ca9b66501752012a028e605da1c98beb0ed9f50 completed
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:fe5ca62666f04366c8e7f605aa82997d71320183e99962fa76b3209fdfbb8b58(the 1th running)...
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:fe5ca62666f04366c8e7f605aa82997d71320183e99962fa76b3209fdfbb8b58 already exists on the destination registry, skip
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:fe5ca62666f04366c8e7f605aa82997d71320183e99962fa76b3209fdfbb8b58 completed
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:b02a7525f878e61fc1ef8a7405a2cc17f866e8de222c1c98fd6681aff6e509db(the 1th running)...
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:b02a7525f878e61fc1ef8a7405a2cc17f866e8de222c1c98fd6681aff6e509db already exists on the destination registry, skip
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:b02a7525f878e61fc1ef8a7405a2cc17f866e8de222c1c98fd6681aff6e509db completed
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:fcb6f6d2c9986d9cd6a2ea3cc2936e5fc613e09f1af9042329011e43057f3265(the 1th running)...
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:fcb6f6d2c9986d9cd6a2ea3cc2936e5fc613e09f1af9042329011e43057f3265 already exists on the destination registry, skip
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:fcb6f6d2c9986d9cd6a2ea3cc2936e5fc613e09f1af9042329011e43057f3265 completed
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:e8c73c638ae9ec5ad70c49df7e484040d889cca6b4a9af056579c3d058ea93f0(the 1th running)...
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:e8c73c638ae9ec5ad70c49df7e484040d889cca6b4a9af056579c3d058ea93f0 already exists on the destination registry, skip
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:e8c73c638ae9ec5ad70c49df7e484040d889cca6b4a9af056579c3d058ea93f0 completed
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:1e3d9b7d145208fa8fa3ee1c9612d0adaac7255f1bbc9ddea7e461e0b317805c(the 1th running)...
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:1e3d9b7d145208fa8fa3ee1c9612d0adaac7255f1bbc9ddea7e461e0b317805c already exists on the destination registry, skip
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:1e3d9b7d145208fa8fa3ee1c9612d0adaac7255f1bbc9ddea7e461e0b317805c completed
2023-09-29T10:48:01Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:4aa0ea1413d37a58615488592a0b827ea4b2e48fa5a77cf707d0e35f025e613f(the 1th running)...
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:4aa0ea1413d37a58615488592a0b827ea4b2e48fa5a77cf707d0e35f025e613f already exists on the destination registry, skip
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:4aa0ea1413d37a58615488592a0b827ea4b2e48fa5a77cf707d0e35f025e613f completed
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:7c881f9ab25e0d86562a123b5fb56aebf8aa0ddd7d48ef602faf8d1e7cf43d8c(the 1th running)...
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:7c881f9ab25e0d86562a123b5fb56aebf8aa0ddd7d48ef602faf8d1e7cf43d8c already exists on the destination registry, skip
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:7c881f9ab25e0d86562a123b5fb56aebf8aa0ddd7d48ef602faf8d1e7cf43d8c completed
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:5627a970d25e752d971a501ec7e35d0d6fdcd4a3ce9e958715a686853024794a(the 1th running)...
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:5627a970d25e752d971a501ec7e35d0d6fdcd4a3ce9e958715a686853024794a already exists on the destination registry, skip
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:5627a970d25e752d971a501ec7e35d0d6fdcd4a3ce9e958715a686853024794a completed
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:dcef48189320b1f3ded9f5ce8e2fab02cabb303821f42161f8c87654d0a86c1c(the 1th running)...
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:dcef48189320b1f3ded9f5ce8e2fab02cabb303821f42161f8c87654d0a86c1c mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:dcef48189320b1f3ded9f5ce8e2fab02cabb303821f42161f8c87654d0a86c1c completed
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:496]: pushing the manifest of artifact dbarranco-test/<omitted>:sha256:6df694e6550c174e0f483da2a7b025e5f1e1b46456cf58a8a4394de9e5ba90ef ...
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:508]: the manifest of artifact dbarranco-test/<omitted>:sha256:6df694e6550c174e0f483da2a7b025e5f1e1b46456cf58a8a4394de9e5ba90ef pushed
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:253]: copy <omitted>/<omitted>:sha256:6df694e6550c174e0f483da2a7b025e5f1e1b46456cf58a8a4394de9e5ba90ef(source registry) to dbarranco-test/<omitted>:sha256:6df694e6550c174e0f483da2a7b025e5f1e1b46456cf58a8a4394de9e5ba90ef(destination registry) completed
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:210]: copying <omitted>/<omitted>:sha256:7b752bcac91bcf5f7d476e28335bd7bbf4afdc6a5506905e38aebdc92bef9e36(source registry) to dbarranco-test/<omitted>:sha256:7b752bcac91bcf5f7d476e28335bd7bbf4afdc6a5506905e38aebdc92bef9e36(destination registry)...
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:467]: pulling the manifest of artifact <omitted>/<omitted>:sha256:7b752bcac91bcf5f7d476e28335bd7bbf4afdc6a5506905e38aebdc92bef9e36 ...
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:473]: the manifest of artifact <omitted>/<omitted>:sha256:7b752bcac91bcf5f7d476e28335bd7bbf4afdc6a5506905e38aebdc92bef9e36 pulled
2023-09-29T10:48:02Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:1f6e362e38183e2cbaaa460a06c37eddc7e71f226ecbcc6bf19de75e015d95fb(the 1th running)...
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:1f6e362e38183e2cbaaa460a06c37eddc7e71f226ecbcc6bf19de75e015d95fb mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:1f6e362e38183e2cbaaa460a06c37eddc7e71f226ecbcc6bf19de75e015d95fb completed
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:0b41f743fd4d78cb50ba86dd3b951b51458744109e1f5063a76bc5a792c3d8e7(the 1th running)...
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:0b41f743fd4d78cb50ba86dd3b951b51458744109e1f5063a76bc5a792c3d8e7 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:0b41f743fd4d78cb50ba86dd3b951b51458744109e1f5063a76bc5a792c3d8e7 completed
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:fe5ca62666f04366c8e7f605aa82997d71320183e99962fa76b3209fdfbb8b58(the 1th running)...
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:fe5ca62666f04366c8e7f605aa82997d71320183e99962fa76b3209fdfbb8b58 already exists on the destination registry, skip
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:fe5ca62666f04366c8e7f605aa82997d71320183e99962fa76b3209fdfbb8b58 completed
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:b02a7525f878e61fc1ef8a7405a2cc17f866e8de222c1c98fd6681aff6e509db(the 1th running)...
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:b02a7525f878e61fc1ef8a7405a2cc17f866e8de222c1c98fd6681aff6e509db already exists on the destination registry, skip
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:b02a7525f878e61fc1ef8a7405a2cc17f866e8de222c1c98fd6681aff6e509db completed
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:fcb6f6d2c9986d9cd6a2ea3cc2936e5fc613e09f1af9042329011e43057f3265(the 1th running)...
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:fcb6f6d2c9986d9cd6a2ea3cc2936e5fc613e09f1af9042329011e43057f3265 already exists on the destination registry, skip
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:fcb6f6d2c9986d9cd6a2ea3cc2936e5fc613e09f1af9042329011e43057f3265 completed
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:e8c73c638ae9ec5ad70c49df7e484040d889cca6b4a9af056579c3d058ea93f0(the 1th running)...
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:e8c73c638ae9ec5ad70c49df7e484040d889cca6b4a9af056579c3d058ea93f0 already exists on the destination registry, skip
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:e8c73c638ae9ec5ad70c49df7e484040d889cca6b4a9af056579c3d058ea93f0 completed
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:1e3d9b7d145208fa8fa3ee1c9612d0adaac7255f1bbc9ddea7e461e0b317805c(the 1th running)...
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:1e3d9b7d145208fa8fa3ee1c9612d0adaac7255f1bbc9ddea7e461e0b317805c already exists on the destination registry, skip
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:1e3d9b7d145208fa8fa3ee1c9612d0adaac7255f1bbc9ddea7e461e0b317805c completed
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:4aa0ea1413d37a58615488592a0b827ea4b2e48fa5a77cf707d0e35f025e613f(the 1th running)...
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:4aa0ea1413d37a58615488592a0b827ea4b2e48fa5a77cf707d0e35f025e613f already exists on the destination registry, skip
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:4aa0ea1413d37a58615488592a0b827ea4b2e48fa5a77cf707d0e35f025e613f completed
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:7c881f9ab25e0d86562a123b5fb56aebf8aa0ddd7d48ef602faf8d1e7cf43d8c(the 1th running)...
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:7c881f9ab25e0d86562a123b5fb56aebf8aa0ddd7d48ef602faf8d1e7cf43d8c already exists on the destination registry, skip
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:7c881f9ab25e0d86562a123b5fb56aebf8aa0ddd7d48ef602faf8d1e7cf43d8c completed
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:5627a970d25e752d971a501ec7e35d0d6fdcd4a3ce9e958715a686853024794a(the 1th running)...
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:5627a970d25e752d971a501ec7e35d0d6fdcd4a3ce9e958715a686853024794a already exists on the destination registry, skip
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:5627a970d25e752d971a501ec7e35d0d6fdcd4a3ce9e958715a686853024794a completed
2023-09-29T10:48:03Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:72737c811c986a447c9ab22569d795b079190f7d0b5aa857f68b5af9f927ec85(the 1th running)...
2023-09-29T10:48:04Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:72737c811c986a447c9ab22569d795b079190f7d0b5aa857f68b5af9f927ec85 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:04Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:72737c811c986a447c9ab22569d795b079190f7d0b5aa857f68b5af9f927ec85 completed
2023-09-29T10:48:04Z [INFO] [/controller/replication/transfer/image/transfer.go:496]: pushing the manifest of artifact dbarranco-test/<omitted>:sha256:7b752bcac91bcf5f7d476e28335bd7bbf4afdc6a5506905e38aebdc92bef9e36 ...
2023-09-29T10:48:04Z [INFO] [/controller/replication/transfer/image/transfer.go:508]: the manifest of artifact dbarranco-test/<omitted>:sha256:7b752bcac91bcf5f7d476e28335bd7bbf4afdc6a5506905e38aebdc92bef9e36 pushed
2023-09-29T10:48:04Z [INFO] [/controller/replication/transfer/image/transfer.go:253]: copy <omitted>/<omitted>:sha256:7b752bcac91bcf5f7d476e28335bd7bbf4afdc6a5506905e38aebdc92bef9e36(source registry) to dbarranco-test/<omitted>:sha256:7b752bcac91bcf5f7d476e28335bd7bbf4afdc6a5506905e38aebdc92bef9e36(destination registry) completed
2023-09-29T10:48:04Z [INFO] [/controller/replication/transfer/image/transfer.go:210]: copying <omitted>/<omitted>:sha256:397d94b5e2881383e295631a64cdad176114b49146711d77419b7ac3d14bcc19(source registry) to dbarranco-test/<omitted>:sha256:397d94b5e2881383e295631a64cdad176114b49146711d77419b7ac3d14bcc19(destination registry)...
2023-09-29T10:48:04Z [INFO] [/controller/replication/transfer/image/transfer.go:467]: pulling the manifest of artifact <omitted>/<omitted>:sha256:397d94b5e2881383e295631a64cdad176114b49146711d77419b7ac3d14bcc19 ...
2023-09-29T10:48:04Z [INFO] [/controller/replication/transfer/image/transfer.go:473]: the manifest of artifact <omitted>/<omitted>:sha256:397d94b5e2881383e295631a64cdad176114b49146711d77419b7ac3d14bcc19 pulled
2023-09-29T10:48:04Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:1750f0711e3e8c1a6c5591382e71082088c3fabbf0741eb85447c51e19f5228f(the 1th running)...
2023-09-29T10:48:04Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:1750f0711e3e8c1a6c5591382e71082088c3fabbf0741eb85447c51e19f5228f mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:04Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:1750f0711e3e8c1a6c5591382e71082088c3fabbf0741eb85447c51e19f5228f completed
2023-09-29T10:48:04Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:bf8a04663b0116422e4745f9796d5bddfbec7344ea977b1b6ed7892b9904c117(the 1th running)...
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:bf8a04663b0116422e4745f9796d5bddfbec7344ea977b1b6ed7892b9904c117 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:bf8a04663b0116422e4745f9796d5bddfbec7344ea977b1b6ed7892b9904c117 completed
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:fe5ca62666f04366c8e7f605aa82997d71320183e99962fa76b3209fdfbb8b58(the 1th running)...
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:fe5ca62666f04366c8e7f605aa82997d71320183e99962fa76b3209fdfbb8b58 already exists on the destination registry, skip
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:fe5ca62666f04366c8e7f605aa82997d71320183e99962fa76b3209fdfbb8b58 completed
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:b02a7525f878e61fc1ef8a7405a2cc17f866e8de222c1c98fd6681aff6e509db(the 1th running)...
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:b02a7525f878e61fc1ef8a7405a2cc17f866e8de222c1c98fd6681aff6e509db already exists on the destination registry, skip
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:b02a7525f878e61fc1ef8a7405a2cc17f866e8de222c1c98fd6681aff6e509db completed
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:fcb6f6d2c9986d9cd6a2ea3cc2936e5fc613e09f1af9042329011e43057f3265(the 1th running)...
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:fcb6f6d2c9986d9cd6a2ea3cc2936e5fc613e09f1af9042329011e43057f3265 already exists on the destination registry, skip
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:fcb6f6d2c9986d9cd6a2ea3cc2936e5fc613e09f1af9042329011e43057f3265 completed
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:e8c73c638ae9ec5ad70c49df7e484040d889cca6b4a9af056579c3d058ea93f0(the 1th running)...
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:e8c73c638ae9ec5ad70c49df7e484040d889cca6b4a9af056579c3d058ea93f0 already exists on the destination registry, skip
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:e8c73c638ae9ec5ad70c49df7e484040d889cca6b4a9af056579c3d058ea93f0 completed
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:1e3d9b7d145208fa8fa3ee1c9612d0adaac7255f1bbc9ddea7e461e0b317805c(the 1th running)...
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:1e3d9b7d145208fa8fa3ee1c9612d0adaac7255f1bbc9ddea7e461e0b317805c already exists on the destination registry, skip
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:1e3d9b7d145208fa8fa3ee1c9612d0adaac7255f1bbc9ddea7e461e0b317805c completed
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:4aa0ea1413d37a58615488592a0b827ea4b2e48fa5a77cf707d0e35f025e613f(the 1th running)...
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:4aa0ea1413d37a58615488592a0b827ea4b2e48fa5a77cf707d0e35f025e613f already exists on the destination registry, skip
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:4aa0ea1413d37a58615488592a0b827ea4b2e48fa5a77cf707d0e35f025e613f completed
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:7c881f9ab25e0d86562a123b5fb56aebf8aa0ddd7d48ef602faf8d1e7cf43d8c(the 1th running)...
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:7c881f9ab25e0d86562a123b5fb56aebf8aa0ddd7d48ef602faf8d1e7cf43d8c already exists on the destination registry, skip
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:7c881f9ab25e0d86562a123b5fb56aebf8aa0ddd7d48ef602faf8d1e7cf43d8c completed
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:5627a970d25e752d971a501ec7e35d0d6fdcd4a3ce9e958715a686853024794a(the 1th running)...
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:339]: the blob sha256:5627a970d25e752d971a501ec7e35d0d6fdcd4a3ce9e958715a686853024794a already exists on the destination registry, skip
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:5627a970d25e752d971a501ec7e35d0d6fdcd4a3ce9e958715a686853024794a completed
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:cecdbd8eab4c4dee0386cfe263ff67c303b810511bf9bc2980c143290e7bf7b2(the 1th running)...
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:cecdbd8eab4c4dee0386cfe263ff67c303b810511bf9bc2980c143290e7bf7b2 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:cecdbd8eab4c4dee0386cfe263ff67c303b810511bf9bc2980c143290e7bf7b2 completed
2023-09-29T10:48:05Z [INFO] [/controller/replication/transfer/image/transfer.go:496]: pushing the manifest of artifact dbarranco-test/<omitted>:sha256:397d94b5e2881383e295631a64cdad176114b49146711d77419b7ac3d14bcc19 ...
2023-09-29T10:48:06Z [INFO] [/controller/replication/transfer/image/transfer.go:508]: the manifest of artifact dbarranco-test/<omitted>:sha256:397d94b5e2881383e295631a64cdad176114b49146711d77419b7ac3d14bcc19 pushed
2023-09-29T10:48:06Z [INFO] [/controller/replication/transfer/image/transfer.go:253]: copy <omitted>/<omitted>:sha256:397d94b5e2881383e295631a64cdad176114b49146711d77419b7ac3d14bcc19(source registry) to dbarranco-test/<omitted>:sha256:397d94b5e2881383e295631a64cdad176114b49146711d77419b7ac3d14bcc19(destination registry) completed
2023-09-29T10:48:06Z [INFO] [/controller/replication/transfer/image/transfer.go:210]: copying <omitted>/<omitted>:sha256:08fd1215e6e62498b561403d40731a53a8c1ebb1088e6e6f45f58a92e05632ed(source registry) to dbarranco-test/<omitted>:sha256:08fd1215e6e62498b561403d40731a53a8c1ebb1088e6e6f45f58a92e05632ed(destination registry)...
2023-09-29T10:48:06Z [INFO] [/controller/replication/transfer/image/transfer.go:467]: pulling the manifest of artifact <omitted>/<omitted>:sha256:08fd1215e6e62498b561403d40731a53a8c1ebb1088e6e6f45f58a92e05632ed ...
2023-09-29T10:48:06Z [INFO] [/controller/replication/transfer/image/transfer.go:473]: the manifest of artifact <omitted>/<omitted>:sha256:08fd1215e6e62498b561403d40731a53a8c1ebb1088e6e6f45f58a92e05632ed pulled
2023-09-29T10:48:06Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:0a7a4baad7a6dbdc492425820d1a67210b4c9904eae1897793854fb1768636ee(the 1th running)...
2023-09-29T10:48:06Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:0a7a4baad7a6dbdc492425820d1a67210b4c9904eae1897793854fb1768636ee mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:06Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:0a7a4baad7a6dbdc492425820d1a67210b4c9904eae1897793854fb1768636ee completed
2023-09-29T10:48:06Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:a176a84cf13551869cb0bd17c0849bd3f9bd485b07990648b128fe09322f66ed(the 1th running)...
2023-09-29T10:48:06Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:a176a84cf13551869cb0bd17c0849bd3f9bd485b07990648b128fe09322f66ed mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:06Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:a176a84cf13551869cb0bd17c0849bd3f9bd485b07990648b128fe09322f66ed completed
2023-09-29T10:48:06Z [INFO] [/controller/replication/transfer/image/transfer.go:496]: pushing the manifest of artifact dbarranco-test/<omitted>:sha256:08fd1215e6e62498b561403d40731a53a8c1ebb1088e6e6f45f58a92e05632ed ...
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:508]: the manifest of artifact dbarranco-test/<omitted>:sha256:08fd1215e6e62498b561403d40731a53a8c1ebb1088e6e6f45f58a92e05632ed pushed
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:253]: copy <omitted>/<omitted>:sha256:08fd1215e6e62498b561403d40731a53a8c1ebb1088e6e6f45f58a92e05632ed(source registry) to dbarranco-test/<omitted>:sha256:08fd1215e6e62498b561403d40731a53a8c1ebb1088e6e6f45f58a92e05632ed(destination registry) completed
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:210]: copying <omitted>/<omitted>:sha256:c253247443794a11a1183b7636b9269dc95ca0951e6852f383fcfda6af7ba78b(source registry) to dbarranco-test/<omitted>:sha256:c253247443794a11a1183b7636b9269dc95ca0951e6852f383fcfda6af7ba78b(destination registry)...
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:467]: pulling the manifest of artifact <omitted>/<omitted>:sha256:c253247443794a11a1183b7636b9269dc95ca0951e6852f383fcfda6af7ba78b ...
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:473]: the manifest of artifact <omitted>/<omitted>:sha256:c253247443794a11a1183b7636b9269dc95ca0951e6852f383fcfda6af7ba78b pulled
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:94dc5ae57c6e52dbdf99b2abbedcc05e0a1749dca9ac6e7d9caab01af65d17f2(the 1th running)...
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:94dc5ae57c6e52dbdf99b2abbedcc05e0a1749dca9ac6e7d9caab01af65d17f2 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:94dc5ae57c6e52dbdf99b2abbedcc05e0a1749dca9ac6e7d9caab01af65d17f2 completed
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:ab11dc7811146be5b21a983ef20cceb6ec0adaa2a3b8c5a0d084fc5b08ef7eea(the 1th running)...
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:ab11dc7811146be5b21a983ef20cceb6ec0adaa2a3b8c5a0d084fc5b08ef7eea mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:ab11dc7811146be5b21a983ef20cceb6ec0adaa2a3b8c5a0d084fc5b08ef7eea completed
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:496]: pushing the manifest of artifact dbarranco-test/<omitted>:sha256:c253247443794a11a1183b7636b9269dc95ca0951e6852f383fcfda6af7ba78b ...
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:508]: the manifest of artifact dbarranco-test/<omitted>:sha256:c253247443794a11a1183b7636b9269dc95ca0951e6852f383fcfda6af7ba78b pushed
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:253]: copy <omitted>/<omitted>:sha256:c253247443794a11a1183b7636b9269dc95ca0951e6852f383fcfda6af7ba78b(source registry) to dbarranco-test/<omitted>:sha256:c253247443794a11a1183b7636b9269dc95ca0951e6852f383fcfda6af7ba78b(destination registry) completed
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:210]: copying <omitted>/<omitted>:sha256:beff0bce3ae09f1477506266682b35577084632442b45bf58d1829358c0b99f3(source registry) to dbarranco-test/<omitted>:sha256:beff0bce3ae09f1477506266682b35577084632442b45bf58d1829358c0b99f3(destination registry)...
2023-09-29T10:48:07Z [INFO] [/controller/replication/transfer/image/transfer.go:467]: pulling the manifest of artifact <omitted>/<omitted>:sha256:beff0bce3ae09f1477506266682b35577084632442b45bf58d1829358c0b99f3 ...
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:473]: the manifest of artifact <omitted>/<omitted>:sha256:beff0bce3ae09f1477506266682b35577084632442b45bf58d1829358c0b99f3 pulled
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:bdadbbf3d96ff56f0bde879d056e34472b6dcc0d128c498746964836ff371324(the 1th running)...
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:bdadbbf3d96ff56f0bde879d056e34472b6dcc0d128c498746964836ff371324 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:bdadbbf3d96ff56f0bde879d056e34472b6dcc0d128c498746964836ff371324 completed
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:a5ca88313454c7865c49a0664e701cf939dd72cf6def003f955e1c9bae68bdf4(the 1th running)...
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:a5ca88313454c7865c49a0664e701cf939dd72cf6def003f955e1c9bae68bdf4 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:a5ca88313454c7865c49a0664e701cf939dd72cf6def003f955e1c9bae68bdf4 completed
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:496]: pushing the manifest of artifact dbarranco-test/<omitted>:sha256:beff0bce3ae09f1477506266682b35577084632442b45bf58d1829358c0b99f3 ...
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:508]: the manifest of artifact dbarranco-test/<omitted>:sha256:beff0bce3ae09f1477506266682b35577084632442b45bf58d1829358c0b99f3 pushed
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:253]: copy <omitted>/<omitted>:sha256:beff0bce3ae09f1477506266682b35577084632442b45bf58d1829358c0b99f3(source registry) to dbarranco-test/<omitted>:sha256:beff0bce3ae09f1477506266682b35577084632442b45bf58d1829358c0b99f3(destination registry) completed
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:210]: copying <omitted>/<omitted>:sha256:30a33414b69a700a054648587e463ca650a7ebccfc24f1f9915f1a26c9c090c3(source registry) to dbarranco-test/<omitted>:sha256:30a33414b69a700a054648587e463ca650a7ebccfc24f1f9915f1a26c9c090c3(destination registry)...
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:467]: pulling the manifest of artifact <omitted>/<omitted>:sha256:30a33414b69a700a054648587e463ca650a7ebccfc24f1f9915f1a26c9c090c3 ...
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:473]: the manifest of artifact <omitted>/<omitted>:sha256:30a33414b69a700a054648587e463ca650a7ebccfc24f1f9915f1a26c9c090c3 pulled
2023-09-29T10:48:08Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:17fbcc35c065526597f99f29e6b22fbf4a4b634fcc8a3e41cfa5cc4fe0f5eb48(the 1th running)...
2023-09-29T10:48:09Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:17fbcc35c065526597f99f29e6b22fbf4a4b634fcc8a3e41cfa5cc4fe0f5eb48 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:09Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:17fbcc35c065526597f99f29e6b22fbf4a4b634fcc8a3e41cfa5cc4fe0f5eb48 completed
2023-09-29T10:48:09Z [INFO] [/controller/replication/transfer/image/transfer.go:289]: copying the blob sha256:d4fc5bdca13858ea4ab7deb129be956c1a8ad8818e5a6f01cfdefb2cf5cf9a77(the 1th running)...
2023-09-29T10:48:09Z [INFO] [/controller/replication/transfer/image/transfer.go:354]: the blob sha256:d4fc5bdca13858ea4ab7deb129be956c1a8ad8818e5a6f01cfdefb2cf5cf9a77 mounted from the repository <omitted>/<omitted> on the destination registry directly
2023-09-29T10:48:09Z [INFO] [/controller/replication/transfer/image/transfer.go:291]: copy the blob sha256:d4fc5bdca13858ea4ab7deb129be956c1a8ad8818e5a6f01cfdefb2cf5cf9a77 completed
2023-09-29T10:48:09Z [INFO] [/controller/replication/transfer/image/transfer.go:496]: pushing the manifest of artifact dbarranco-test/<omitted>:sha256:30a33414b69a700a054648587e463ca650a7ebccfc24f1f9915f1a26c9c090c3 ...
2023-09-29T10:48:09Z [INFO] [/controller/replication/transfer/image/transfer.go:508]: the manifest of artifact dbarranco-test/<omitted>:sha256:30a33414b69a700a054648587e463ca650a7ebccfc24f1f9915f1a26c9c090c3 pushed
2023-09-29T10:48:09Z [INFO] [/controller/replication/transfer/image/transfer.go:253]: copy <omitted>/<omitted>:sha256:30a33414b69a700a054648587e463ca650a7ebccfc24f1f9915f1a26c9c090c3(source registry) to dbarranco-test/<omitted>:sha256:30a33414b69a700a054648587e463ca650a7ebccfc24f1f9915f1a26c9c090c3(destination registry) completed
2023-09-29T10:48:09Z [INFO] [/controller/replication/transfer/image/transfer.go:496]: pushing the manifest of artifact dbarranco-test/<omitted>:v0.8.0 ...
2023-09-29T10:48:10Z [INFO] [/controller/replication/transfer/image/transfer.go:508]: the manifest of artifact dbarranco-test/<omitted>:v0.8.0 pushed
2023-09-29T10:48:10Z [INFO] [/controller/replication/transfer/image/transfer.go:253]: copy <omitted>/<omitted>:v0.8.0(source registry) to dbarranco-test/<omitted>:v0.8.0(destination registry) completed
2023-09-29T10:48:10Z [INFO] [/controller/replication/transfer/image/transfer.go:204]: copy <omitted>/<omitted>:[sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig,v0.8.0](source registry) to dbarranco-test/<omitted>:[sha256-7b7f54529c49489f7e4e82447c7ebbb9fb5a94dbd8d1e5acb6a1ec453d7f71d8.sig,v0.8.0](destination registry) completed

Same result: Screenshot 2023-09-29 at 13 06 02

jsompis commented 1 year ago

I also have this issue on replication of harbor 2.9.0 to harbor 2.9.0

dbarranco commented 1 year ago

hey @wy65701436 I've seen you have been helping to add the match of the Cosign signatures for the Harbor codebase. Maybe you could help us to diagnose if this is a bug in Harbor or it is a misconfiguration on our side?

Thanks much!

github-actions[bot] commented 10 months ago

This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.

wy65701436 commented 10 months ago

@dbarranco Signature replication is currently limited to Harbor-to-Harbor scenarios. With the latest release, Harbor now supports the most recent rc build of the distribution spec. This means that for enabling signature replication scenarios based on the Distribution Spec 1.1, our registry should collaborate with OCI clients.