Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-2633

Got the `file exists` error when different digest direct to the same tag

    • Important
    • None
    • Rejected
    • False
    • Hide

      None

      Show
      None
    • Hide
      Previously, mirroring from registry to disk would fail when several digests of an image are specified in the `imageSetConfig` without tags. The oc-mirror would add the default tag `latest` to the images. The issue is now fixed by using a truncated digest as the tag.
      Show
      Previously, mirroring from registry to disk would fail when several digests of an image are specified in the `imageSetConfig` without tags. The oc-mirror would add the default tag `latest` to the images. The issue is now fixed by using a truncated digest as the tag.
    • Bug Fix
    • Done

      Description of problem:

      There are different versions, channel for the operator, but may be they use the same 'latest' label, when mirroring them as `additionalImages`, got the below error:

      [root@ip-172-31-249-209 jian]# oc-mirror --config mirror.yaml file:///root/jian/test/
      ...
      ...
      sha256:672b4bee759f8115e5538a44c37c415b362fc24b02b0117fd4bdcc129c53e0a1 file://brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator:latest
      sha256:d90aecc425e1b2e0732d0a90bc84eb49eb1139e4d4fd8385070d00081c80b71c file://brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator:latest
      error: unable to push manifest to file://brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator:latest: symlink sha256:f6b6a15c4477615ff202e73d77fc339977aeeca714b9667196509d53e2d2e4f5 /root/jian/test/oc-mirror-workspace/src/v2/openshift4/ose-cluster-kube-descheduler-operator/manifests/latest.download: file exists
      error: unable to push manifest to file://brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator:latest: symlink sha256:6a1de43c60d021921973e81c702e163a49300254dc3b612fd62ed2753efe4f06 /root/jian/test/oc-mirror-workspace/src/v2/openshift4/ose-cluster-kube-descheduler-operator/manifests/latest.download: file exists
      info: Mirroring completed in 22.48s (125.8MB/s)
      error: one or more errors occurred while uploading images

      Version-Release number of selected component (if applicable):

      [root@ip-172-31-249-209 jian]# oc-mirror version
      Client Version: version.Info{Major:"0", Minor:"1", GitVersion:"v0.1.0", GitCommit:"6ead1890b7a21b6586b9d8253b6daf963717d6c3", GitTreeState:"clean", BuildDate:"2022-08-25T05:27:39Z", GoVersion:"go1.17.12", Compiler:"gc", Platform:"linux/amd64"}

      How reproducible:

      always

      Steps to Reproduce:

      1. use the below config:
      [cloud-user@preserve-olm-env2 mirror-tmp]$ cat mirror.yaml
      apiVersion: mirror.openshift.io/v1alpha1
      kind: ImageSetConfiguration
      # archiveSize: 4
      mirror:
        additionalImages:
          - name: brew.registry.redhat.io/rh-osbs/openshift-ose-cluster-kube-descheduler-operator-bundle@sha256:46a62d73aeebfb72ccc1743fc296b74bf2d1f80ec9ff9771e655b8aa9874c933
          - name: brew.registry.redhat.io/rh-osbs/openshift-ose-cluster-kube-descheduler-operator-bundle@sha256:9e549c09edc1793bef26f2513e72e589ce8f63a73e1f60051e8a0ae3d278f394
          - name: brew.registry.redhat.io/rh-osbs/openshift-ose-cluster-kube-descheduler-operator-bundle@sha256:c16891ee9afeb3fcc61af8b2802e56605fff86a505e62c64717c43ed116fd65e
          - name: brew.registry.redhat.io/rh-osbs/openshift-ose-cluster-kube-descheduler-operator-bundle@sha256:5c37bd168645f3d162cb530c08f4c9610919d4dada2f22108a24ecdea4911d60
          - name: brew.registry.redhat.io/rh-osbs/openshift-ose-cluster-kube-descheduler-operator-bundle@sha256:89a6abbf10908e9805d8946ad78b98a13a865cefd185d622df02a8f31900c4c1
          - name: brew.registry.redhat.io/rh-osbs/openshift-ose-cluster-kube-descheduler-operator-bundle@sha256:de5b339478e8e1fc3bfd6d0b6784d91f0d3fbe0a133354be9e9d65f3d7906c2d
          - name: brew.registry.redhat.io/rh-osbs/openshift-ose-cluster-kube-descheduler-operator-bundle@sha256:fdf774c4365bde48d575913d63ef3db00c9b4dda5c89204029b0840e6dc410b1
          - name: brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator@sha256:d90aecc425e1b2e0732d0a90bc84eb49eb1139e4d4fd8385070d00081c80b71c
          - name: brew.registry.redhat.io/openshift4/ose-descheduler@sha256:15cc75164335fa178c80db4212d11e4a793f53d2b110c03514ce4c79a3717ca0
          - name: brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator@sha256:9e66db3a282ee442e71246787eb24c218286eeade7bce4d1149b72288d3878ad
          - name: brew.registry.redhat.io/openshift4/ose-descheduler@sha256:546b14c1f3fb02b1a41ca9675ac57033f2b01988b8c65ef3605bcc7d2645be60
          - name: brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator@sha256:12d7061012fd823b57d7af866a06bb0b1e6c69ec8d45c934e238aebe3d4b68a5
          - name: brew.registry.redhat.io/openshift4/ose-descheduler@sha256:41025e3e3b72f94a3290532bdd6cabace7323c3086a9ce434774162b4b1dd601
          - name: brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator@sha256:672b4bee759f8115e5538a44c37c415b362fc24b02b0117fd4bdcc129c53e0a1
          - name: brew.registry.redhat.io/openshift4/ose-descheduler@sha256:92542b22911fbd141fadc53c9737ddc5e630726b9b53c477f4dfe71b9767961f
          - name: brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator@sha256:f6b6a15c4477615ff202e73d77fc339977aeeca714b9667196509d53e2d2e4f5
          - name: brew.registry.redhat.io/openshift4/ose-descheduler@sha256:1feb7073dec9341cadcc892df39ae45c427647fb034cf09dce1b7aa120bbb459
          - name: brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator@sha256:7ca05f93351959c0be07ec3af84ffe6bb5e1acea524df210b83dd0945372d432
          - name: brew.registry.redhat.io/openshift4/ose-descheduler@sha256:c0fe8830f8fdcbe8e6d69b90f106d11086c67248fa484a013d410266327a4aed
          - name: brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator@sha256:6a1de43c60d021921973e81c702e163a49300254dc3b612fd62ed2753efe4f06
          - name: brew.registry.redhat.io/openshift4/ose-descheduler@sha256:b386d0e1c9e12e9a3a07aa101257c6735075b8345a2530d60cf96ff970d3d21a
      
      
      2. Run the 
      $ oc-mirror --config mirror.yaml file:///root/jian/test/  

      Actual results:

      error: unable to push manifest to file://brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator:latest: symlink sha256:f6b6a15c4477615ff202e73d77fc339977aeeca714b9667196509d53e2d2e4f5 /root/jian/test/oc-mirror-workspace/src/v2/openshift4/ose-cluster-kube-descheduler-operator/manifests/latest.download: file exists
      error: unable to push manifest to file://brew.registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator:latest: symlink sha256:6a1de43c60d021921973e81c702e163a49300254dc3b612fd62ed2753efe4f06 /root/jian/test/oc-mirror-workspace/src/v2/openshift4/ose-cluster-kube-descheduler-operator/manifests/latest.download: file exists

      Expected results:

      No error

      Additional info:

       

            [OCPBUGS-2633] Got the `file exists` error when different digest direct to the same tag

            Errata Tool added a comment -

            Since the problem described in this issue should be resolved in a recent advisory, it has been closed.

            For information on the advisory (Important: OpenShift Container Platform 4.14.0 bug fix and security update), and where to find the updated files, follow the link below.

            If the solution does not work for you, open a new bug report.
            https://access.redhat.com/errata/RHSA-2023:5006

            Errata Tool added a comment - Since the problem described in this issue should be resolved in a recent advisory, it has been closed. For information on the advisory (Important: OpenShift Container Platform 4.14.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2023:5006

            Hello, I attempted to address the issue once more, and on my second attempt, I did not encounter the same problem. I am uncertain as to why the behavior was inconsistent previously. If the issue resurfaces, I will provide another update. For now, it looks like it is solved 
            thank you very much for the help skhoury@redhat.com  and sanandpa@redhat.com 

            Milind Waykole added a comment - Hello, I attempted to address the issue once more, and on my second attempt, I did not encounter the same problem. I am uncertain as to why the behavior was inconsistent previously. If the issue resurfaces, I will provide another update. For now, it looks like it is solved  thank you very much for the help skhoury@redhat.com   and sanandpa@redhat.com  

            cc: rhn-support-jiazha yinzhou@redhat.com skhoury@redhat.com 

            We tried to install Red Hat Openshift Data Science operator in a disconnected environment by using the oc-mirror 4.14 and seem to have run into another issue. Plz check mwaykole 's update below. Can you plz advise? 

            This is time-sensitive if the fix is going to be back-ported into 4.13, 4.12, 4.11... 

            Sweta Anandpara added a comment - cc: rhn-support-jiazha yinzhou@redhat.com skhoury@redhat.com   We tried to install Red Hat Openshift Data Science operator in a disconnected environment by using the oc-mirror 4.14 and seem to have run into another issue. Plz check mwaykole 's update below. Can you plz advise?  This is time-sensitive if the fix is going to be back-ported into 4.13, 4.12, 4.11... 

            Hi mwaykole 

            thank you so much for the feedback.

            Does this happen when the archive in ./mirror-rhods is also regenerated with an oc-mirror 4.14?

            The error states 

            error: error building cincinnati graph image: error creating OCI layout: GET https://registry.rh-ods.com:8443/v2/ubi8/ubi-micro/manifests/latest: NAME_UNKNOWN: repository not found; map[] 

            It seems independant from the file://modh/cuda-notebooks:latest that you got before.
            My hunch is to say this is a different error, but it looks very weird, as it invokes cincinatti, which is only generated when mirroring platforms, which we don't see in your imageSetConfig.

            Let's see if we open a new bug based on your answer.

            Sherine Khoury added a comment - Hi mwaykole   thank you so much for the feedback. Does this happen when the archive in ./mirror-rhods is also regenerated with an oc-mirror 4.14? The error states  error: error building cincinnati graph image: error creating OCI layout: GET https: //registry.rh-ods.com:8443/v2/ubi8/ubi-micro/manifests/latest: NAME_UNKNOWN: repository not found; map[]  It seems independant from the file://modh/cuda-notebooks:latest that you got before. My hunch is to say this is a different error, but it looks very weird, as it invokes cincinatti, which is only generated when mirroring platforms, which we don't see in your imageSetConfig. Let's see if we open a new bug based on your answer.

            We encountered a similar issue with RHODS in the past. We attempted to use oc-mirror 4.14, but
            when running the command below, we encountered an

            error before using oc-mirror 4.14 :

            error: unable to push manifest to file://modh/cuda-notebooks:latest: symlink sha256:348fa993347f86d1e0913853fb726c584ae8b5181152f0430967d380d68d804f mirror-rhods/oc-mirror-workspace/src/v2/modh/cuda-notebooks/manifests/latest.download: file exists
            

             

            error after using 4.14 oc-mirror :
            cmd:   oc mirror --from=./mirror-rhods docker://registry.rh-ods.com:8443 --dest-skip-tls -v 1 

            error: error building cincinnati graph image: error creating OCI layout: GET https://registry.rh-ods.com:8443/v2/ubi8/ubi-micro/manifests/latest: NAME_UNKNOWN: repository not found; map[] 
            cat /data/disconnected/imageset-config.yaml 
            kind: ImageSetConfiguration
            apiVersion: mirror.openshift.io/v1alpha2
            archiveSize: 4
            storageConfig:
              registry:
                imageURL: registry.rh-ods.com:8443/mirror/oc-mirror-metadata
                skipTLS: false
            mirror:
              operators:
              - catalog: registry.redhat.io/redhat/redhat-operator-index:v4.12
                packages:
                - name: rhods-operator
                  channels:
                  - name: stable
              additionalImages:
              - name: quay.io/modh/cuda-notebooks@sha256:348fa993347f86d1e0913853fb726c584ae8b5181152f0430967d380d68d804f
              - name: quay.io/modh/cuda-notebooks@sha256:492c37fb4b71c07d929ac7963896e074871ded506230fe926cdac21eb1ab9db8
              - name: quay.io/modh/odh-generic-data-science-notebook@sha256:ebb5613e6b53dc4e8efcfe3878b4cd10ccb77c67d12c00d2b8c9d41aeffd7df5
              - name: quay.io/modh/odh-minimal-notebook-container@sha256:a5a7738b09a204804e084a45f96360b568b0b9d85709c0ce6742d440ff917183
              - name: quay.io/modh/cuda-notebooks@sha256:2163ba74f602ec4b3049a88dcfa4fe0a8d0fff231090001947da66ef8e75ab9a
              - name: quay.io/modh/must-gather@sha256:2a5abc16745d72c14c4144d89edbe373d6d56c8b6ce7965fcbed1862519092ab   

            We're not sure if this issue has been partially fixed, or if there's a workaround available. Please let us know if we should create a new bug.

            Milind Waykole added a comment - We encountered a similar issue with RHODS in the past. We attempted to use oc-mirror 4.14, but when running the command below, we encountered an error before using oc-mirror 4.14 : error: unable to push manifest to file: //modh/cuda-notebooks:latest: symlink sha256:348fa993347f86d1e0913853fb726c584ae8b5181152f0430967d380d68d804f mirror-rhods/oc-mirror-workspace/src/v2/modh/cuda-notebooks/manifests/latest.download: file exists   error after using 4.14 oc-mirror : cmd:   oc mirror --from=./mirror-rhods docker://registry.rh-ods.com:8443 --dest-skip-tls -v 1  error: error building cincinnati graph image: error creating OCI layout: GET https: //registry.rh-ods.com:8443/v2/ubi8/ubi-micro/manifests/latest: NAME_UNKNOWN: repository not found; map[]  cat /data/disconnected/imageset-config.yaml  kind: ImageSetConfiguration apiVersion: mirror.openshift.io/v1alpha2 archiveSize: 4 storageConfig:   registry:     imageURL: registry.rh-ods.com:8443/mirror/oc-mirror-metadata     skipTLS: false mirror:   operators:   - catalog: registry.redhat.io/redhat/redhat- operator -index:v4.12     packages:     - name: rhods- operator       channels:       - name: stable   additionalImages:   - name: quay.io/modh/cuda-notebooks@sha256:348fa993347f86d1e0913853fb726c584ae8b5181152f0430967d380d68d804f   - name: quay.io/modh/cuda-notebooks@sha256:492c37fb4b71c07d929ac7963896e074871ded506230fe926cdac21eb1ab9db8   - name: quay.io/modh/odh- generic -data-science-notebook@sha256:ebb5613e6b53dc4e8efcfe3878b4cd10ccb77c67d12c00d2b8c9d41aeffd7df5   - name: quay.io/modh/odh-minimal-notebook-container@sha256:a5a7738b09a204804e084a45f96360b568b0b9d85709c0ce6742d440ff917183   - name: quay.io/modh/cuda-notebooks@sha256:2163ba74f602ec4b3049a88dcfa4fe0a8d0fff231090001947da66ef8e75ab9a   - name: quay.io/modh/must-gather@sha256:2a5abc16745d72c14c4144d89edbe373d6d56c8b6ce7965fcbed1862519092ab   We're not sure if this issue has been partially fixed, or if there's a workaround available. Please let us know if we should create a new bug.

            Ying Zhou added a comment -

            Done post merge test , no issue found :

            oc-mirror version 
            WARNING: This version information is deprecated and will be replaced with the output from --short. Use --output=yaml|json to get the full version.
            Client Version: version.Info{Major:"", Minor:"", GitVersion:"4.14.0-202304121729.p0.g8c1fd90.assembly.stream-8c1fd90", GitCommit:"8c1fd90907dfd6dee033c80bc420fca1d9ac2ae0", GitTreeState:"clean", BuildDate:"2023-04-12T19:15:48Z", GoVersion:"go1.19.6", Compiler:"gc", Platform:"linux/amd64"}
            
            cat config.yaml 
            apiVersion: mirror.openshift.io/v1alpha2
            kind: ImageSetConfiguration
            # archiveSize: 4
            mirror:
              additionalImages:
              - name: quay.io/okd/scos-content@sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7
              - name: quay.io/okd/scos-content@sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407
            
            [root@localhost 2633]# oc-mirror --config config.yaml  file://
            Creating directory: oc-mirror-workspace/src/publish
            Creating directory: oc-mirror-workspace/src/v2
            Creating directory: oc-mirror-workspace/src/charts
            Creating directory: oc-mirror-workspace/src/release-signatures
            backend is not configured in config.yaml, using stateless mode
            backend is not configured in config.yaml, using stateless mode
            No metadata detected, creating new workspace
            <dir>
              okd/scos-content
                blobs:
                  quay.io/okd/scos-content sha256:d8190195889efb5333eeec18af9b6c82313edd4db62989bd3a357caca4f13f0e 1.404KiB
                  quay.io/okd/scos-content sha256:6f70be2ee17ebb8c71b862a5f364a8c9cd39901fd2c039dc226152bca81e4bfd 23.09KiB
                  quay.io/okd/scos-content sha256:97a6159bc677aa2abbc3d0222cdbb9be39615af67c88b46f1d9aa0150a83f47a 23.64KiB
                  quay.io/okd/scos-content sha256:716e739ca7cb8dbc09187be2bdeed93262653996e0b13f5936e4e909ef99a4b4 463.2KiB
                  quay.io/okd/scos-content sha256:50c5caf281eb1792409d447284cca3df93b1f0c5f56c8ff34c0fa5708db44f0d 465.1KiB
                  quay.io/okd/scos-content sha256:2e7c4173d931d7cc039747f0790ed11fba42f964d8e7d0b05b7808e782ed0564 11.79MiB
                  quay.io/okd/scos-content sha256:622ceb2281df8e15e9ffdfb635b2eb3e00360b7aee3e47c67e6fdc747471133a 11.79MiB
                  quay.io/okd/scos-content sha256:0e8721c30137905641e58cf7943f058a1eb679814c8ad3541bd85892bf7667c9 24.62MiB
                  quay.io/okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB
                  quay.io/okd/scos-content sha256:4534f7f2788cb7ed1abd839410c90e8fb95d2145c5add2d0646021c546a75786 30.87MiB
                  quay.io/okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB
                manifests:
                  sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 -> df80aa07
                  sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 -> fc37fb09
              stats: shared=0 unique=11 size=181.3MiB ratio=1.00
            
            phase 0:
               okd/scos-content blobs=11 mounts=0 manifests=2 shared=0
            
            info: Planning completed in 2.32s
            uploading: file://okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB
            uploading: file://okd/scos-content sha256:6f70be2ee17ebb8c71b862a5f364a8c9cd39901fd2c039dc226152bca81e4bfd 23.09KiB
            uploading: file://okd/scos-content sha256:97a6159bc677aa2abbc3d0222cdbb9be39615af67c88b46f1d9aa0150a83f47a 23.64KiB
            uploading: file://okd/scos-content sha256:50c5caf281eb1792409d447284cca3df93b1f0c5f56c8ff34c0fa5708db44f0d 465.1KiB
            uploading: file://okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB
            uploading: file://okd/scos-content sha256:2e7c4173d931d7cc039747f0790ed11fba42f964d8e7d0b05b7808e782ed0564 11.79MiB
            uploading: file://okd/scos-content sha256:716e739ca7cb8dbc09187be2bdeed93262653996e0b13f5936e4e909ef99a4b4 463.2KiB
            uploading: file://okd/scos-content sha256:0e8721c30137905641e58cf7943f058a1eb679814c8ad3541bd85892bf7667c9 24.62MiB
            uploading: file://okd/scos-content sha256:622ceb2281df8e15e9ffdfb635b2eb3e00360b7aee3e47c67e6fdc747471133a 11.79MiB
            uploading: file://okd/scos-content sha256:4534f7f2788cb7ed1abd839410c90e8fb95d2145c5add2d0646021c546a75786 30.87MiB
            sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 file://okd/scos-content:fc37fb09
            sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 file://okd/scos-content:df80aa07
            info: Mirroring completed in 14.93s (12.73MB/s)
            Creating archive /home/ocmirrortest/2633/mirror_seq1_000000.tar
            [root@localhost 2633]# oc-mirror --from mirror_seq1_000000.tar docker://localhost:5000/image --dest-use-http 
            Checking push permissions for localhost:5000
            Publishing image set from archive "mirror_seq1_000000.tar" to registry "localhost:5000"
            metadata has single-use label, using stateless mode
            metadata has single-use label, using stateless mode
            localhost:5000/
              image/okd/scos-content
                blobs:
                  file://okd/scos-content sha256:d8190195889efb5333eeec18af9b6c82313edd4db62989bd3a357caca4f13f0e 1.404KiB
                  file://okd/scos-content sha256:97a6159bc677aa2abbc3d0222cdbb9be39615af67c88b46f1d9aa0150a83f47a 23.64KiB
                  file://okd/scos-content sha256:716e739ca7cb8dbc09187be2bdeed93262653996e0b13f5936e4e909ef99a4b4 463.2KiB
                  file://okd/scos-content sha256:2e7c4173d931d7cc039747f0790ed11fba42f964d8e7d0b05b7808e782ed0564 11.79MiB
                  file://okd/scos-content sha256:0e8721c30137905641e58cf7943f058a1eb679814c8ad3541bd85892bf7667c9 24.62MiB
                  file://okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB
                  file://okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB
                manifests:
                  sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 -> df80aa07
              stats: shared=0 unique=7 size=138.2MiB ratio=1.00
            
            phase 0:
              localhost:5000 image/okd/scos-content blobs=7 mounts=0 manifests=1 shared=0
            
            info: Planning completed in 10ms
            uploading: localhost:5000/image/okd/scos-content sha256:716e739ca7cb8dbc09187be2bdeed93262653996e0b13f5936e4e909ef99a4b4 463.2KiB
            uploading: localhost:5000/image/okd/scos-content sha256:97a6159bc677aa2abbc3d0222cdbb9be39615af67c88b46f1d9aa0150a83f47a 23.64KiB
            uploading: localhost:5000/image/okd/scos-content sha256:2e7c4173d931d7cc039747f0790ed11fba42f964d8e7d0b05b7808e782ed0564 11.79MiB
            uploading: localhost:5000/image/okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB
            uploading: localhost:5000/image/okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB
            uploading: localhost:5000/image/okd/scos-content sha256:0e8721c30137905641e58cf7943f058a1eb679814c8ad3541bd85892bf7667c9 24.62MiB
            sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 localhost:5000/image/okd/scos-content:df80aa07
            info: Mirroring completed in 1.5s (95.98MB/s)
            localhost:5000/
              image/okd/scos-content
                blobs:
                  file://okd/scos-content sha256:d8190195889efb5333eeec18af9b6c82313edd4db62989bd3a357caca4f13f0e 1.404KiB
                  file://okd/scos-content sha256:6f70be2ee17ebb8c71b862a5f364a8c9cd39901fd2c039dc226152bca81e4bfd 23.09KiB
                  file://okd/scos-content sha256:50c5caf281eb1792409d447284cca3df93b1f0c5f56c8ff34c0fa5708db44f0d 465.1KiB
                  file://okd/scos-content sha256:622ceb2281df8e15e9ffdfb635b2eb3e00360b7aee3e47c67e6fdc747471133a 11.79MiB
                  file://okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB
                  file://okd/scos-content sha256:4534f7f2788cb7ed1abd839410c90e8fb95d2145c5add2d0646021c546a75786 30.87MiB
                  file://okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB
                manifests:
                  sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 -> fc37fb09
              stats: shared=0 unique=7 size=144.4MiB ratio=1.00
            
            phase 0:
              localhost:5000 image/okd/scos-content blobs=7 mounts=0 manifests=1 shared=0
            
            info: Planning completed in 10ms
            uploading: localhost:5000/image/okd/scos-content sha256:6f70be2ee17ebb8c71b862a5f364a8c9cd39901fd2c039dc226152bca81e4bfd 23.09KiB
            uploading: localhost:5000/image/okd/scos-content sha256:622ceb2281df8e15e9ffdfb635b2eb3e00360b7aee3e47c67e6fdc747471133a 11.79MiB
            uploading: localhost:5000/image/okd/scos-content sha256:50c5caf281eb1792409d447284cca3df93b1f0c5f56c8ff34c0fa5708db44f0d 465.1KiB
            uploading: localhost:5000/image/okd/scos-content sha256:4534f7f2788cb7ed1abd839410c90e8fb95d2145c5add2d0646021c546a75786 30.87MiB
            sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 localhost:5000/image/okd/scos-content:fc37fb09
            info: Mirroring completed in 990ms (45.36MB/s)
            Wrote release signatures to oc-mirror-workspace/results-1681354796
            Writing image mapping to oc-mirror-workspace/results-1681354796/mapping.txt
            Writing ICSP manifests to oc-mirror-workspace/results-1681354796
            
            

            Ying Zhou added a comment - Done post merge test , no issue found : oc-mirror version WARNING: This version information is deprecated and will be replaced with the output from -- short . Use --output=yaml|json to get the full version. Client Version: version.Info{Major: "", Minor:" ", GitVersion:" 4.14.0-202304121729.p0.g8c1fd90.assembly.stream-8c1fd90 ", GitCommit:" 8c1fd90907dfd6dee033c80bc420fca1d9ac2ae0 ", GitTreeState:" clean ", BuildDate:" 2023-04-12T19:15:48Z ", GoVersion:" go1.19.6 ", Compiler :" gc ", Platform:" linux/amd64"} cat config.yaml apiVersion: mirror.openshift.io/v1alpha2 kind: ImageSetConfiguration # archiveSize: 4 mirror: additionalImages: - name: quay.io/okd/scos-content@sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 - name: quay.io/okd/scos-content@sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 [root@localhost 2633]# oc-mirror --config config.yaml file: // Creating directory: oc-mirror-workspace/src/publish Creating directory: oc-mirror-workspace/src/v2 Creating directory: oc-mirror-workspace/src/charts Creating directory: oc-mirror-workspace/src/release-signatures backend is not configured in config.yaml, using stateless mode backend is not configured in config.yaml, using stateless mode No metadata detected, creating new workspace <dir> okd/scos-content blobs: quay.io/okd/scos-content sha256:d8190195889efb5333eeec18af9b6c82313edd4db62989bd3a357caca4f13f0e 1.404KiB quay.io/okd/scos-content sha256:6f70be2ee17ebb8c71b862a5f364a8c9cd39901fd2c039dc226152bca81e4bfd 23.09KiB quay.io/okd/scos-content sha256:97a6159bc677aa2abbc3d0222cdbb9be39615af67c88b46f1d9aa0150a83f47a 23.64KiB quay.io/okd/scos-content sha256:716e739ca7cb8dbc09187be2bdeed93262653996e0b13f5936e4e909ef99a4b4 463.2KiB quay.io/okd/scos-content sha256:50c5caf281eb1792409d447284cca3df93b1f0c5f56c8ff34c0fa5708db44f0d 465.1KiB quay.io/okd/scos-content sha256:2e7c4173d931d7cc039747f0790ed11fba42f964d8e7d0b05b7808e782ed0564 11.79MiB quay.io/okd/scos-content sha256:622ceb2281df8e15e9ffdfb635b2eb3e00360b7aee3e47c67e6fdc747471133a 11.79MiB quay.io/okd/scos-content sha256:0e8721c30137905641e58cf7943f058a1eb679814c8ad3541bd85892bf7667c9 24.62MiB quay.io/okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB quay.io/okd/scos-content sha256:4534f7f2788cb7ed1abd839410c90e8fb95d2145c5add2d0646021c546a75786 30.87MiB quay.io/okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB manifests: sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 -> df80aa07 sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 -> fc37fb09 stats: shared=0 unique=11 size=181.3MiB ratio=1.00 phase 0: okd/scos-content blobs=11 mounts=0 manifests=2 shared=0 info: Planning completed in 2.32s uploading: file: //okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB uploading: file: //okd/scos-content sha256:6f70be2ee17ebb8c71b862a5f364a8c9cd39901fd2c039dc226152bca81e4bfd 23.09KiB uploading: file: //okd/scos-content sha256:97a6159bc677aa2abbc3d0222cdbb9be39615af67c88b46f1d9aa0150a83f47a 23.64KiB uploading: file: //okd/scos-content sha256:50c5caf281eb1792409d447284cca3df93b1f0c5f56c8ff34c0fa5708db44f0d 465.1KiB uploading: file: //okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB uploading: file: //okd/scos-content sha256:2e7c4173d931d7cc039747f0790ed11fba42f964d8e7d0b05b7808e782ed0564 11.79MiB uploading: file: //okd/scos-content sha256:716e739ca7cb8dbc09187be2bdeed93262653996e0b13f5936e4e909ef99a4b4 463.2KiB uploading: file: //okd/scos-content sha256:0e8721c30137905641e58cf7943f058a1eb679814c8ad3541bd85892bf7667c9 24.62MiB uploading: file: //okd/scos-content sha256:622ceb2281df8e15e9ffdfb635b2eb3e00360b7aee3e47c67e6fdc747471133a 11.79MiB uploading: file: //okd/scos-content sha256:4534f7f2788cb7ed1abd839410c90e8fb95d2145c5add2d0646021c546a75786 30.87MiB sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 file: //okd/scos-content:fc37fb09 sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 file: //okd/scos-content:df80aa07 info: Mirroring completed in 14.93s (12.73MB/s) Creating archive /home/ocmirrortest/2633/mirror_seq1_000000.tar [root@localhost 2633]# oc-mirror --from mirror_seq1_000000.tar docker: //localhost:5000/image --dest-use-http Checking push permissions for localhost:5000 Publishing image set from archive "mirror_seq1_000000.tar" to registry "localhost:5000" metadata has single-use label, using stateless mode metadata has single-use label, using stateless mode localhost:5000/ image/okd/scos-content blobs: file: //okd/scos-content sha256:d8190195889efb5333eeec18af9b6c82313edd4db62989bd3a357caca4f13f0e 1.404KiB file: //okd/scos-content sha256:97a6159bc677aa2abbc3d0222cdbb9be39615af67c88b46f1d9aa0150a83f47a 23.64KiB file: //okd/scos-content sha256:716e739ca7cb8dbc09187be2bdeed93262653996e0b13f5936e4e909ef99a4b4 463.2KiB file: //okd/scos-content sha256:2e7c4173d931d7cc039747f0790ed11fba42f964d8e7d0b05b7808e782ed0564 11.79MiB file: //okd/scos-content sha256:0e8721c30137905641e58cf7943f058a1eb679814c8ad3541bd85892bf7667c9 24.62MiB file: //okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB file: //okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB manifests: sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 -> df80aa07 stats: shared=0 unique=7 size=138.2MiB ratio=1.00 phase 0: localhost:5000 image/okd/scos-content blobs=7 mounts=0 manifests=1 shared=0 info: Planning completed in 10ms uploading: localhost:5000/image/okd/scos-content sha256:716e739ca7cb8dbc09187be2bdeed93262653996e0b13f5936e4e909ef99a4b4 463.2KiB uploading: localhost:5000/image/okd/scos-content sha256:97a6159bc677aa2abbc3d0222cdbb9be39615af67c88b46f1d9aa0150a83f47a 23.64KiB uploading: localhost:5000/image/okd/scos-content sha256:2e7c4173d931d7cc039747f0790ed11fba42f964d8e7d0b05b7808e782ed0564 11.79MiB uploading: localhost:5000/image/okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB uploading: localhost:5000/image/okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB uploading: localhost:5000/image/okd/scos-content sha256:0e8721c30137905641e58cf7943f058a1eb679814c8ad3541bd85892bf7667c9 24.62MiB sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 localhost:5000/image/okd/scos-content:df80aa07 info: Mirroring completed in 1.5s (95.98MB/s) localhost:5000/ image/okd/scos-content blobs: file: //okd/scos-content sha256:d8190195889efb5333eeec18af9b6c82313edd4db62989bd3a357caca4f13f0e 1.404KiB file: //okd/scos-content sha256:6f70be2ee17ebb8c71b862a5f364a8c9cd39901fd2c039dc226152bca81e4bfd 23.09KiB file: //okd/scos-content sha256:50c5caf281eb1792409d447284cca3df93b1f0c5f56c8ff34c0fa5708db44f0d 465.1KiB file: //okd/scos-content sha256:622ceb2281df8e15e9ffdfb635b2eb3e00360b7aee3e47c67e6fdc747471133a 11.79MiB file: //okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB file: //okd/scos-content sha256:4534f7f2788cb7ed1abd839410c90e8fb95d2145c5add2d0646021c546a75786 30.87MiB file: //okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB manifests: sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 -> fc37fb09 stats: shared=0 unique=7 size=144.4MiB ratio=1.00 phase 0: localhost:5000 image/okd/scos-content blobs=7 mounts=0 manifests=1 shared=0 info: Planning completed in 10ms uploading: localhost:5000/image/okd/scos-content sha256:6f70be2ee17ebb8c71b862a5f364a8c9cd39901fd2c039dc226152bca81e4bfd 23.09KiB uploading: localhost:5000/image/okd/scos-content sha256:622ceb2281df8e15e9ffdfb635b2eb3e00360b7aee3e47c67e6fdc747471133a 11.79MiB uploading: localhost:5000/image/okd/scos-content sha256:50c5caf281eb1792409d447284cca3df93b1f0c5f56c8ff34c0fa5708db44f0d 465.1KiB uploading: localhost:5000/image/okd/scos-content sha256:4534f7f2788cb7ed1abd839410c90e8fb95d2145c5add2d0646021c546a75786 30.87MiB sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 localhost:5000/image/okd/scos-content:fc37fb09 info: Mirroring completed in 990ms (45.36MB/s) Wrote release signatures to oc-mirror-workspace/results-1681354796 Writing image mapping to oc-mirror-workspace/results-1681354796/mapping.txt Writing ICSP manifests to oc-mirror-workspace/results-1681354796

            Ying Zhou added a comment -

            pre-merge test , the fixed pr work well :

            with the fixed pr :

            [root@localhost 2633]# oc-mirror --config config.yaml  docker://localhost:5000 --dest-use-http 
            Checking push permissions for localhost:5000
            Creating directory: oc-mirror-workspace/src/publish
            Creating directory: oc-mirror-workspace/src/v2
            Creating directory: oc-mirror-workspace/src/charts
            Creating directory: oc-mirror-workspace/src/release-signatures
            backend is not configured in config.yaml, using stateless mode
            backend is not configured in config.yaml, using stateless mode
            No metadata detected, creating new workspace
            localhost:5000/
              okd/scos-content
                manifests:
                  sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 -> df80aa07
                  sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 -> fc37fb09
              stats: shared=0 unique=0 size=0B
            
            phase 0:
              localhost:5000 okd/scos-content blobs=0 mounts=0 manifests=2 shared=0
            
            info: Planning completed in 2.56s
            sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 localhost:5000/okd/scos-content:df80aa07
            sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 localhost:5000/okd/scos-content:fc37fb09
            info: Mirroring completed in 50ms (0B/s)
            Writing image mapping to oc-mirror-workspace/results-1680785472/mapping.txt
            Writing ICSP manifests to oc-mirror-workspace/results-1680785472
            
            

            without the fixed pr :

            [root@localhost 2633]# oc-mirror --config config.yaml  docker://localhost:5000 --dest-use-http 
            Checking push permissions for localhost:5000
            Creating directory: oc-mirror-workspace/src/publish
            Creating directory: oc-mirror-workspace/src/v2
            Creating directory: oc-mirror-workspace/src/charts
            Creating directory: oc-mirror-workspace/src/release-signatures
            backend is not configured in config.yaml, using stateless mode
            backend is not configured in config.yaml, using stateless mode
            No metadata detected, creating new workspace
            localhost:5000/
              okd/scos-content
                blobs:
                  quay.io/okd/scos-content sha256:d8190195889efb5333eeec18af9b6c82313edd4db62989bd3a357caca4f13f0e 1.404KiB
                  quay.io/okd/scos-content sha256:6f70be2ee17ebb8c71b862a5f364a8c9cd39901fd2c039dc226152bca81e4bfd 23.09KiB
                  quay.io/okd/scos-content sha256:97a6159bc677aa2abbc3d0222cdbb9be39615af67c88b46f1d9aa0150a83f47a 23.64KiB
                  quay.io/okd/scos-content sha256:716e739ca7cb8dbc09187be2bdeed93262653996e0b13f5936e4e909ef99a4b4 463.2KiB
                  quay.io/okd/scos-content sha256:50c5caf281eb1792409d447284cca3df93b1f0c5f56c8ff34c0fa5708db44f0d 465.1KiB
                  quay.io/okd/scos-content sha256:2e7c4173d931d7cc039747f0790ed11fba42f964d8e7d0b05b7808e782ed0564 11.79MiB
                  quay.io/okd/scos-content sha256:622ceb2281df8e15e9ffdfb635b2eb3e00360b7aee3e47c67e6fdc747471133a 11.79MiB
                  quay.io/okd/scos-content sha256:0e8721c30137905641e58cf7943f058a1eb679814c8ad3541bd85892bf7667c9 24.62MiB
                  quay.io/okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB
                  quay.io/okd/scos-content sha256:4534f7f2788cb7ed1abd839410c90e8fb95d2145c5add2d0646021c546a75786 30.87MiB
                  quay.io/okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB
                manifests:
                  sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 -> latest
                  sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 -> latest
              stats: shared=0 unique=11 size=181.3MiB ratio=1.00
            
            phase 0:
              localhost:5000 okd/scos-content blobs=11 mounts=0 manifests=2 shared=0
            
            info: Planning completed in 2.45s
            uploading: localhost:5000/okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB
            uploading: localhost:5000/okd/scos-content sha256:6f70be2ee17ebb8c71b862a5f364a8c9cd39901fd2c039dc226152bca81e4bfd 23.09KiB
            uploading: localhost:5000/okd/scos-content sha256:50c5caf281eb1792409d447284cca3df93b1f0c5f56c8ff34c0fa5708db44f0d 465.1KiB
            uploading: localhost:5000/okd/scos-content sha256:4534f7f2788cb7ed1abd839410c90e8fb95d2145c5add2d0646021c546a75786 30.87MiB
            uploading: localhost:5000/okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB
            uploading: localhost:5000/okd/scos-content sha256:622ceb2281df8e15e9ffdfb635b2eb3e00360b7aee3e47c67e6fdc747471133a 11.79MiB
            uploading: localhost:5000/okd/scos-content sha256:97a6159bc677aa2abbc3d0222cdbb9be39615af67c88b46f1d9aa0150a83f47a 23.64KiB
            uploading: localhost:5000/okd/scos-content sha256:2e7c4173d931d7cc039747f0790ed11fba42f964d8e7d0b05b7808e782ed0564 11.79MiB
            uploading: localhost:5000/okd/scos-content sha256:716e739ca7cb8dbc09187be2bdeed93262653996e0b13f5936e4e909ef99a4b4 463.2KiB
            uploading: localhost:5000/okd/scos-content sha256:0e8721c30137905641e58cf7943f058a1eb679814c8ad3541bd85892bf7667c9 24.62MiB
            sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 localhost:5000/okd/scos-content:latest
            sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 localhost:5000/okd/scos-content:latest
            info: Mirroring completed in 10.2s (18.63MB/s)
            Writing image mapping to oc-mirror-workspace/results-1680785102/mapping.txt
            Writing ICSP manifests to oc-mirror-workspace/results-1680785102
            

            Ying Zhou added a comment - pre-merge test , the fixed pr work well : with the fixed pr : [root@localhost 2633]# oc-mirror --config config.yaml docker: //localhost:5000 --dest-use-http Checking push permissions for localhost:5000 Creating directory: oc-mirror-workspace/src/publish Creating directory: oc-mirror-workspace/src/v2 Creating directory: oc-mirror-workspace/src/charts Creating directory: oc-mirror-workspace/src/release-signatures backend is not configured in config.yaml, using stateless mode backend is not configured in config.yaml, using stateless mode No metadata detected, creating new workspace localhost:5000/ okd/scos-content manifests: sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 -> df80aa07 sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 -> fc37fb09 stats: shared=0 unique=0 size=0B phase 0: localhost:5000 okd/scos-content blobs=0 mounts=0 manifests=2 shared=0 info: Planning completed in 2.56s sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 localhost:5000/okd/scos-content:df80aa07 sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 localhost:5000/okd/scos-content:fc37fb09 info: Mirroring completed in 50ms (0B/s) Writing image mapping to oc-mirror-workspace/results-1680785472/mapping.txt Writing ICSP manifests to oc-mirror-workspace/results-1680785472 without the fixed pr : [root@localhost 2633]# oc-mirror --config config.yaml docker: //localhost:5000 --dest-use-http Checking push permissions for localhost:5000 Creating directory: oc-mirror-workspace/src/publish Creating directory: oc-mirror-workspace/src/v2 Creating directory: oc-mirror-workspace/src/charts Creating directory: oc-mirror-workspace/src/release-signatures backend is not configured in config.yaml, using stateless mode backend is not configured in config.yaml, using stateless mode No metadata detected, creating new workspace localhost:5000/ okd/scos-content blobs: quay.io/okd/scos-content sha256:d8190195889efb5333eeec18af9b6c82313edd4db62989bd3a357caca4f13f0e 1.404KiB quay.io/okd/scos-content sha256:6f70be2ee17ebb8c71b862a5f364a8c9cd39901fd2c039dc226152bca81e4bfd 23.09KiB quay.io/okd/scos-content sha256:97a6159bc677aa2abbc3d0222cdbb9be39615af67c88b46f1d9aa0150a83f47a 23.64KiB quay.io/okd/scos-content sha256:716e739ca7cb8dbc09187be2bdeed93262653996e0b13f5936e4e909ef99a4b4 463.2KiB quay.io/okd/scos-content sha256:50c5caf281eb1792409d447284cca3df93b1f0c5f56c8ff34c0fa5708db44f0d 465.1KiB quay.io/okd/scos-content sha256:2e7c4173d931d7cc039747f0790ed11fba42f964d8e7d0b05b7808e782ed0564 11.79MiB quay.io/okd/scos-content sha256:622ceb2281df8e15e9ffdfb635b2eb3e00360b7aee3e47c67e6fdc747471133a 11.79MiB quay.io/okd/scos-content sha256:0e8721c30137905641e58cf7943f058a1eb679814c8ad3541bd85892bf7667c9 24.62MiB quay.io/okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB quay.io/okd/scos-content sha256:4534f7f2788cb7ed1abd839410c90e8fb95d2145c5add2d0646021c546a75786 30.87MiB quay.io/okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB manifests: sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 -> latest sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 -> latest stats: shared=0 unique=11 size=181.3MiB ratio=1.00 phase 0: localhost:5000 okd/scos-content blobs=11 mounts=0 manifests=2 shared=0 info: Planning completed in 2.45s uploading: localhost:5000/okd/scos-content sha256:97da74cc6d8fa5d1634eb1760fd1da5c6048619c264c23e62d75f3bf6b8ef5c4 75.84MiB uploading: localhost:5000/okd/scos-content sha256:6f70be2ee17ebb8c71b862a5f364a8c9cd39901fd2c039dc226152bca81e4bfd 23.09KiB uploading: localhost:5000/okd/scos-content sha256:50c5caf281eb1792409d447284cca3df93b1f0c5f56c8ff34c0fa5708db44f0d 465.1KiB uploading: localhost:5000/okd/scos-content sha256:4534f7f2788cb7ed1abd839410c90e8fb95d2145c5add2d0646021c546a75786 30.87MiB uploading: localhost:5000/okd/scos-content sha256:067f126180dff2d087953bfe776a38a1b5923fcffd5bbe13074938df2ef67a3d 25.44MiB uploading: localhost:5000/okd/scos-content sha256:622ceb2281df8e15e9ffdfb635b2eb3e00360b7aee3e47c67e6fdc747471133a 11.79MiB uploading: localhost:5000/okd/scos-content sha256:97a6159bc677aa2abbc3d0222cdbb9be39615af67c88b46f1d9aa0150a83f47a 23.64KiB uploading: localhost:5000/okd/scos-content sha256:2e7c4173d931d7cc039747f0790ed11fba42f964d8e7d0b05b7808e782ed0564 11.79MiB uploading: localhost:5000/okd/scos-content sha256:716e739ca7cb8dbc09187be2bdeed93262653996e0b13f5936e4e909ef99a4b4 463.2KiB uploading: localhost:5000/okd/scos-content sha256:0e8721c30137905641e58cf7943f058a1eb679814c8ad3541bd85892bf7667c9 24.62MiB sha256:fc37fb091804ce32411d04559a4b0ba63139bd12b51f7d87dc2e8fa9ff9d3ef7 localhost:5000/okd/scos-content:latest sha256:df80aa07467d1c6f59a39f3c00e00e130a6b25308b1419264565ca7cd8a76407 localhost:5000/okd/scos-content:latest info: Mirroring completed in 10.2s (18.63MB/s) Writing image mapping to oc-mirror-workspace/results-1680785102/mapping.txt Writing ICSP manifests to oc-mirror-workspace/results-1680785102

            Luigi Mario Zuccarelli added a comment - heheffne@redhat.com   FYI

              skhoury@redhat.com Sherine Khoury
              rhn-support-jiazha Jian Zhang
              Ying Zhou Ying Zhou
              Votes:
              0 Vote for this issue
              Watchers:
              10 Start watching this issue

                Created:
                Updated:
                Resolved: