File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -471,6 +471,7 @@ $CMD cp --allow-nondistributable-artifacts --insecure prom/mysqld-exporter:v0.13
471471$CMD cp --allow-nondistributable-artifacts --insecure prometheuscommunity/elasticsearch-exporter:v1.7.0 $IMAGE_REGISTRY /prometheuscommunity/elasticsearch-exporter:v1.7.0
472472$CMD cp --allow-nondistributable-artifacts --insecure prometheuscommunity/postgres-exporter:v0.15.0 $IMAGE_REGISTRY /prometheuscommunity/postgres-exporter:v0.15.0
473473$CMD cp --allow-nondistributable-artifacts --insecure registry.k8s.io/git-sync/git-sync:v4.4.2 $IMAGE_REGISTRY /git-sync/git-sync:v4.4.2
474+ $CMD cp --allow-nondistributable-artifacts --insecure saplabs/hanaexpress:2.00.082.00.20250528.1 $IMAGE_REGISTRY /saplabs/hanaexpress:2.00.082.00.20250528.1
474475$CMD cp --allow-nondistributable-artifacts --insecure singlestore/cluster-in-a-box:alma-8.1.32-e3d3cde6da-4.0.16-1.17.6 $IMAGE_REGISTRY /singlestore/cluster-in-a-box:alma-8.1.32-e3d3cde6da-4.0.16-1.17.6
475476$CMD cp --allow-nondistributable-artifacts --insecure singlestore/cluster-in-a-box:alma-8.5.22-fe61f40cd1-4.1.0-1.17.11 $IMAGE_REGISTRY /singlestore/cluster-in-a-box:alma-8.5.22-fe61f40cd1-4.1.0-1.17.11
476477$CMD cp --allow-nondistributable-artifacts --insecure singlestore/cluster-in-a-box:alma-8.5.7-bf633c1a54-4.0.17-1.17.8 $IMAGE_REGISTRY /singlestore/cluster-in-a-box:alma-8.5.7-bf633c1a54-4.0.17-1.17.8
Original file line number Diff line number Diff line change @@ -468,6 +468,7 @@ $CMD pull --allow-nondistributable-artifacts --insecure prom/mysqld-exporter:v0.
468468$CMD pull --allow-nondistributable-artifacts --insecure prometheuscommunity/elasticsearch-exporter:v1.7.0 images/prometheuscommunity-elasticsearch-exporter-v1.7.0.tar
469469$CMD pull --allow-nondistributable-artifacts --insecure prometheuscommunity/postgres-exporter:v0.15.0 images/prometheuscommunity-postgres-exporter-v0.15.0.tar
470470$CMD pull --allow-nondistributable-artifacts --insecure registry.k8s.io/git-sync/git-sync:v4.4.2 images/git-sync-git-sync-v4.4.2.tar
471+ $CMD pull --allow-nondistributable-artifacts --insecure saplabs/hanaexpress:2.00.082.00.20250528.1 images/saplabs-hanaexpress-2.00.082.00.20250528.1.tar
471472$CMD pull --allow-nondistributable-artifacts --insecure singlestore/cluster-in-a-box:alma-8.1.32-e3d3cde6da-4.0.16-1.17.6 images/singlestore-cluster-in-a-box-alma-8.1.32-e3d3cde6da-4.0.16-1.17.6.tar
472473$CMD pull --allow-nondistributable-artifacts --insecure singlestore/cluster-in-a-box:alma-8.5.22-fe61f40cd1-4.1.0-1.17.11 images/singlestore-cluster-in-a-box-alma-8.5.22-fe61f40cd1-4.1.0-1.17.11.tar
473474$CMD pull --allow-nondistributable-artifacts --insecure singlestore/cluster-in-a-box:alma-8.5.7-bf633c1a54-4.0.17-1.17.8 images/singlestore-cluster-in-a-box-alma-8.5.7-bf633c1a54-4.0.17-1.17.8.tar
Original file line number Diff line number Diff line change 434434- prometheuscommunity/elasticsearch-exporter:v1.7.0
435435- prometheuscommunity/postgres-exporter:v0.15.0
436436- registry.k8s.io/git-sync/git-sync:v4.4.2
437+ - saplabs/hanaexpress:2.00.082.00.20250528.1
437438- singlestore/cluster-in-a-box:alma-8.1.32-e3d3cde6da-4.0.16-1.17.6
438439- singlestore/cluster-in-a-box:alma-8.5.22-fe61f40cd1-4.1.0-1.17.11
439440- singlestore/cluster-in-a-box:alma-8.5.7-bf633c1a54-4.0.17-1.17.8
440441- singlestore/cluster-in-a-box:alma-8.7.10-95e2357384-4.1.0-1.17.14
441- - saplabs/hanaexpress:2.00.082.00.20250528.1
442442- tianon/toybox:0.8.11
443443- timescale/timescaledb:2.14.2-pg13-oss
444444- timescale/timescaledb:2.14.2-pg14-oss
Original file line number Diff line number Diff line change @@ -25,8 +25,5 @@ TARBALL=${1:-}
2525tar -zxvf $TARBALL
2626
2727CMD=" ./crane"
28- if [ ! -x " ${CMD} " ] && [ -x " ./images/crane" ]; then
29- CMD=" ./images/crane"
30- fi
3128
3229$CMD push --allow-nondistributable-artifacts --insecure images/saplabs-hanaexpress-2.00.082.00.20250528.1.tar $IMAGE_REGISTRY /saplabs/hanaexpress:2.00.082.00.20250528.1
Original file line number Diff line number Diff line change 1616
1717set -x
1818
19+ if [ -z " ${IMAGE_REGISTRY} " ]; then
20+ echo " IMAGE_REGISTRY is not set"
21+ exit 1
22+ fi
23+
1924TARBALL=${1:- }
2025tar -zxvf $TARBALL
2126
You can’t perform that action at this time.
0 commit comments