Skip to content

Commit

Permalink
Prepare for release v2024.12.18 (#381)
Browse files Browse the repository at this point in the history
ProductLine: Stash
Release: v2024.12.18
Release-tracker: stashed/CHANGELOG#77

Signed-off-by: 1gtm <1gtm@appscode.com>
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
1gtm authored Dec 18, 2024
1 parent f3a6bec commit 848c27d
Show file tree
Hide file tree
Showing 210 changed files with 610 additions and 530 deletions.
93 changes: 47 additions & 46 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-v32",
"6.2.4-v32",
"6.3.0-v32",
"6.4.0-v32",
"6.5.3-v32",
"6.8.0-v32",
"7.2.0-v32",
"7.3.2-v32",
"7.14.0-v18",
"8.2.0-v15"
"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"
]
},
{
"name": "etcd",
"versions": [
"3.5.0-v19"
"3.5.0-v20"
]
},
{
"name": "kubedump",
"versions": [
"0.1.0-v15"
"0.1.0-v16"
]
},
{
"name": "mariadb",
"versions": [
"10.5.8-v26"
"10.5.8-v27"
]
},
{
"name": "mongodb",
"versions": [
"3.4.17-v33",
"3.4.22-v33",
"3.6.8-v33",
"3.6.13-v33",
"4.0.3-v33",
"4.0.5-v33",
"4.0.11-v33",
"4.1.4-v33",
"4.1.7-v33",
"4.1.13-v33",
"4.2.3-v33",
"4.4.6-v24",
"5.0.3-v21",
"5.0.15-v6",
"6.0.5-v9"
"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"
]
},
{
"name": "mysql",
"versions": [
"5.7.25-v33",
"8.0.3-v32",
"8.0.14-v32",
"8.0.21-v26"
"5.7.25-v34",
"8.0.3-v33",
"8.0.14-v33",
"8.0.21-v27"
]
},
{
"name": "nats",
"versions": [
"2.6.1-v20",
"2.8.2-v15"
"2.6.1-v21",
"2.8.2-v16"
]
},
{
Expand All @@ -80,28 +80,29 @@
{
"name": "postgres",
"versions": [
"9.6.19-v31",
"10.14-v31",
"11.9-v31",
"12.4-v31",
"13.1-v28",
"14.0-v20",
"15.1-v12",
"16.1-v1"
"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"
]
},
{
"name": "redis",
"versions": [
"5.0.13-v20",
"6.2.5-v20",
"7.0.5-v13"
"5.0.13-v21",
"6.2.5-v21",
"7.0.5-v14"
]
},
{
"name": "vault",
"versions": [
"1.10.3-v12"
"1.10.3-v13"
]
}
]
Expand Down
102 changes: 51 additions & 51 deletions catalog/copy-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,56 +35,56 @@ mv /tmp/crane .

CMD="./crane"

$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl:v1.22 $IMAGE_REGISTRY/appscode/kubectl:v1.22
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.1.0-v15 $IMAGE_REGISTRY/stashed/kubedump:0.1.0-v15
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.36.0 $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.36.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v18 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v18
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v32 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v15 $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v15
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.36.0 $IMAGE_REGISTRY/stashed/stash-enterprise:v0.36.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v19 $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v19
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v26 $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v26
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v33 $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v24 $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v24
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v6 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v6
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v21 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v21
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v9 $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v9
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v33 $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v33
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v32 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v26 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v26
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v32 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v32
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v20 $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v20
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v15 $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v15
$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/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-v31 $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v31
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v31 $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v31
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v31 $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v31
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v28 $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v28
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v20 $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v20
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v12 $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v12
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v1 $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v1
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v31 $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v31
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v20 $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v20
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v20 $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v20
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v13 $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v13
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.17.0 $IMAGE_REGISTRY/stashed/stash-ui-server:v0.17.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v12 $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v12
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.36.0 $IMAGE_REGISTRY/stashed/stash:v0.36.0
$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: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 prom/pushgateway:v1.4.2 $IMAGE_REGISTRY/prom/pushgateway:v1.4.2
Loading

0 comments on commit 848c27d

Please sign in to comment.