Skip to content

ImageSetConfig file default channel for cluster-logging operator missingΒ #555

@miguelgmedina

Description

@miguelgmedina

ERROR:
When mirroring the images for a disconnected installation in a local quay, it returns:

[rhel@provisioning-vm-001 ~]$ oc mirror -c imageset-config.yaml --workspace file://oc-mirror-workspace docker://quay-local-lab.example.com:8443 --v2
2026/01/22 16:43:00  [INFO]   : πŸ‘‹ Hello, welcome to oc-mirror
2026/01/22 16:43:00  [INFO]   : βš™οΈ  setting up the environment for you...
2026/01/22 16:43:00  [INFO]   : βš™οΈ  environment version: 4.20.0-202512150315.p2.gf4775a2.assembly.stream.el9-f4775a2
2026/01/22 16:43:00  [INFO]   : πŸ”€ workflow mode: mirrorToMirror 
2026/01/22 16:43:00  [INFO]   : Verified we can authenticate against registry "quay-local-lab.example.com:8443"
2026/01/22 16:43:00  [INFO]   : πŸ•΅  going to discover the necessary images...
2026/01/22 16:43:00  [INFO]   : πŸ” collecting release images...
 βœ“   (8s) Collecting release quay.io/openshift-release-dev/ocp-release:4.20.0-x86_64 
 βœ“   (8s) Collecting release quay.io/openshift-release-dev/ocp-release:4.20.2-x86_64 
 βœ“   (12s) Collecting release quay.io/openshift-release-dev/ocp-release:4.20.1-x86_64 
2026/01/22 16:43:31  [INFO]   : πŸ” collecting operator images...
 βœ—   (37s) Collecting catalog registry.redhat.io/redhat/redhat-operator-index:v4.20 
2026/01/22 16:44:09  [INFO]   : πŸ” collecting additional images...
2026/01/22 16:44:09  [INFO]   : πŸ” collecting helm images...
2026/01/22 16:44:09  [INFO]   : mirror time     : 1m8.854190509s
2026/01/22 16:44:09  [INFO]   : πŸ‘‹ Goodbye, thank you for using oc-mirror
2026/01/22 16:44:09  [ERROR]  : [Executor] collection error: collect catalog "registry.redhat.io/redhat/redhat-operator-index:v4.20": invalid default channel configuration for package "cluster-logging": the default channel "stable-6.4" was filtered out, a new default channel must be configured for this package 

FIX:

In imageset-config.yaml, change:

    - name: cluster-logging
      channels:
      - name: stable-6.2

by

    - name: cluster-logging
      channels:
      - name: stable-6.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions