Skip to content

Commit

Permalink
ci: image list for offline installation
Browse files Browse the repository at this point in the history
create file tests/scripts/rook-ceph-image.txt which
will have list of images required for offline installation.

Closes: #6406
Signed-off-by: subhamkrai <srai@redhat.com>
  • Loading branch information
subhamkrai committed Aug 26, 2021
1 parent b3567f3 commit e48522c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ jobs:
FROM_BRANCH: ${{ env.FROM_BRANCH }}
TO_TAG: ${{ env.TO_TAG }}
run: tests/scripts/gen_release_notes.sh

- name: Images for offline installation
run: awk '/image:/ {print $2}' cluster/examples/kubernetes/ceph/operator.yaml cluster/examples/kubernetes/ceph/cluster.yaml | tee -a tests/scripts/rook-ceph-image.txt && awk '/quay.io/ || /k8s.gcr.io/ {print $3}' cluster/examples/kubernetes/ceph/operator.yaml | tr -d '"' | tee -a tests/scripts/rook-ceph-image.txt
16 changes: 16 additions & 0 deletions tests/scripts/rook-ceph-image.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
quay.io/cephcsi/cephcsi:v3.4.0
k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0
k8s.gcr.io/sig-storage/csi-resizer:v1.2.0
k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2
k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1
k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
quay.io/csiaddons/volumereplication-operator:v0.1.0
rook/ceph:master
quay.io/ceph/ceph:v16.2.5
quay.io/cephcsi/cephcsi:v3.4.0
k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0
k8s.gcr.io/sig-storage/csi-resizer:v1.2.0
k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2
k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1
k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
quay.io/csiaddons/volumereplication-operator:v0.1.0

0 comments on commit e48522c

Please sign in to comment.