dell / csm

Dell Container Storage Modules (CSM)
Apache License 2.0
68 stars 15 forks source link

[BUG]: CSM Can't build offline package #1489

Closed liuj23CD closed 3 hours ago

liuj23CD commented 3 hours ago

Bug Description

bash scripts/csm-offline-bundle.sh -c

ERROR Received a non-zero return code (1) from the following comand: /usr/bin/docker pull dellemc/csi-isilon:v2.12.0

Output was: Error response from daemon: manifest for dellemc/csi-isilon:v2.12.0 not found: manifest unknown: manifest unknown

Logs

(base) root@liuj23-ubuntu:~/csm-operator# bash scripts/csm-offline-bundle.sh -c

*

ERROR Received a non-zero return code (1) from the following comand: /usr/bin/docker pull dellemc/csi-isilon:v2.12.0

Output was: Error response from daemon: manifest for dellemc/csi-isilon:v2.12.0 not found: manifest unknown: manifest unknown

Exiting

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

bash scripts/csm-offline-bundle.sh -c

Expected Behavior

check the csmoffline-bundle.sh file

CSM Driver(s)

latest

Installation Type

No response

Container Storage Modules Enabled

No response

Container Orchestrator

rke2r1

Operating System

centos

jooseppi-luna commented 3 hours ago

@liuj23CD -- it looks like you are using scripts from the main branch, rather from the CSM v1.11.0 tagged release. CSM v1.12.0 (which includes csi-isilon v2.12.0) has not been released yet, which is why the pull is failing. Using one of the tagged release branches instead should fix this problem! For CSM v1.11.0, use csm-operator branch v1.6.0.