Skip to content

Commit

Permalink
Prepare for release v2025.1.9
Browse files Browse the repository at this point in the history
ProductLine: Stash
Release: v2025.1.9
Release-tracker: stashed/CHANGELOG#79
Signed-off-by: 1gtm <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
1gtm authored and tamalsaha committed Jan 8, 2025
1 parent bf00e04 commit 179ecf5
Show file tree
Hide file tree
Showing 272 changed files with 2,741 additions and 985 deletions.
94 changes: 47 additions & 47 deletions catalog/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,70 +5,70 @@
{
"name": "elasticsearch",
"versions": [
"5.6.4-v33",
"6.2.4-v33",
"6.3.0-v33",
"6.4.0-v33",
"6.5.3-v33",
"6.8.0-v33",
"7.2.0-v33",
"7.3.2-v33",
"7.14.0-v19",
"8.2.0-v16"
"5.6.4-v34",
"6.2.4-v34",
"6.3.0-v34",
"6.4.0-v34",
"6.5.3-v34",
"6.8.0-v34",
"7.2.0-v34",
"7.3.2-v34",
"7.14.0-v20",
"8.2.0-v17"
]
},
{
"name": "etcd",
"versions": [
"3.5.0-v20"
"3.5.0-v21"
]
},
{
"name": "kubedump",
"versions": [
"0.2.0-v1"
"0.2.0-v2"
]
},
{
"name": "mariadb",
"versions": [
"10.5.8-v27"
"10.5.8-v28"
]
},
{
"name": "mongodb",
"versions": [
"3.4.17-v34",
"3.4.22-v34",
"3.6.8-v34",
"3.6.13-v34",
"4.0.3-v34",
"4.0.5-v34",
"4.0.11-v34",
"4.1.4-v34",
"4.1.7-v34",
"4.1.13-v34",
"4.2.3-v34",
"4.4.6-v25",
"5.0.3-v22",
"5.0.15-v7",
"6.0.5-v10"
"3.4.17-v35",
"3.4.22-v35",
"3.6.8-v35",
"3.6.13-v35",
"4.0.3-v35",
"4.0.5-v35",
"4.0.11-v35",
"4.1.4-v35",
"4.1.7-v35",
"4.1.13-v35",
"4.2.3-v35",
"4.4.6-v26",
"5.0.3-v23",
"5.0.15-v8",
"6.0.5-v11"
]
},
{
"name": "mysql",
"versions": [
"5.7.25-v34",
"8.0.3-v33",
"8.0.14-v33",
"8.0.21-v27"
"5.7.25-v35",
"8.0.3-v34",
"8.0.14-v34",
"8.0.21-v28"
]
},
{
"name": "nats",
"versions": [
"2.6.1-v21",
"2.8.2-v16"
"2.6.1-v22",
"2.8.2-v17"
]
},
{
Expand All @@ -80,29 +80,29 @@
{
"name": "postgres",
"versions": [
"9.6.19-v32",
"10.14-v32",
"11.9-v32",
"12.4-v32",
"13.1-v29",
"14.0-v21",
"15.1-v13",
"16.1-v2",
"17.2"
"9.6.19-v33",
"10.14-v33",
"11.9-v33",
"12.4-v33",
"13.1-v30",
"14.0-v22",
"15.1-v14",
"16.1-v3",
"17.2-v1"
]
},
{
"name": "redis",
"versions": [
"5.0.13-v21",
"6.2.5-v21",
"7.0.5-v14"
"5.0.13-v22",
"6.2.5-v22",
"7.0.5-v15"
]
},
{
"name": "vault",
"versions": [
"1.10.3-v13"
"1.10.3-v14"
]
}
]
Expand Down
102 changes: 51 additions & 51 deletions catalog/copy-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,56 +36,56 @@ mv /tmp/crane .
CMD="./crane"

$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl-nonroot:1.31 $IMAGE_REGISTRY/appscode/kubectl-nonroot:1.31
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.1.0-v16 $IMAGE_REGISTRY/stashed/kubedump:0.1.0-v16
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.37.0 $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.37.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v19 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v19
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v33 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v16 $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v16
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.37.0 $IMAGE_REGISTRY/stashed/stash-enterprise:v0.37.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v20 $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v20
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v27 $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v27
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v34 $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v25 $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v25
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v7 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v7
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v22 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v22
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v10 $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v10
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v34 $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v33 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v27 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v27
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v33 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v21 $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v21
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v16 $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v16
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.2.0-v2 $IMAGE_REGISTRY/stashed/kubedump:0.2.0-v2
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.38.0 $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.38.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v20 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v20
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v17 $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v17
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.38.0 $IMAGE_REGISTRY/stashed/stash-enterprise:v0.38.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v21 $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v21
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v28 $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v28
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v35
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v35
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v35
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v35
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v35
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v35
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v35
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v35
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v35
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v35
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v35
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v26 $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v26
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v8 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v8
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v23 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v23
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v11 $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v11
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v35 $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v35
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v34 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v28 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v28
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v34 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v34
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v22 $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v22
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v17 $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v17
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-percona-xtradb:5.7-v26 $IMAGE_REGISTRY/stashed/stash-percona-xtradb:5.7-v26
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:10.14-v32 $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v32 $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v32 $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v29 $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v29
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v21 $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v21
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v13 $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v13
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v2 $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v2
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:17.2 $IMAGE_REGISTRY/stashed/stash-postgres:17.2
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v32 $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v21 $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v21
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v21 $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v21
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v14 $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v14
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.18.0 $IMAGE_REGISTRY/stashed/stash-ui-server:v0.18.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v13 $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v13
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.37.0 $IMAGE_REGISTRY/stashed/stash:v0.37.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:10.14-v33 $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v33 $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v33 $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v30 $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v30
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v22 $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v22
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v14 $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v14
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v3 $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v3
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:17.2-v1 $IMAGE_REGISTRY/stashed/stash-postgres:17.2-v1
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v33 $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v22 $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v22
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v22 $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v22
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v15 $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v15
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.19.0 $IMAGE_REGISTRY/stashed/stash-ui-server:v0.19.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v14 $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v14
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.38.0 $IMAGE_REGISTRY/stashed/stash:v0.38.0
$CMD cp --allow-nondistributable-artifacts --insecure prom/pushgateway:v1.4.2 $IMAGE_REGISTRY/prom/pushgateway:v1.4.2
Loading

0 comments on commit 179ecf5

Please sign in to comment.