Skip to content

Commit db4260e

Browse files
authored
Prepare for release v2025.7.31 (#499)
ProductLine: Stash Release: v2025.7.31 Release-tracker: stashed/CHANGELOG#83 Signed-off-by: 1gtm <1gtm@appscode.com> Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 657ea94 commit db4260e

File tree

217 files changed

+605
-594
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+605
-594
lines changed

catalog/catalog.json

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -5,70 +5,70 @@
55
{
66
"name": "elasticsearch",
77
"versions": [
8-
"5.6.4-v36",
9-
"6.2.4-v36",
10-
"6.3.0-v36",
11-
"6.4.0-v36",
12-
"6.5.3-v36",
13-
"6.8.0-v36",
14-
"7.2.0-v36",
15-
"7.3.2-v36",
16-
"7.14.0-v22",
17-
"8.2.0-v19"
8+
"5.6.4-v37",
9+
"6.2.4-v37",
10+
"6.3.0-v37",
11+
"6.4.0-v37",
12+
"6.5.3-v37",
13+
"6.8.0-v37",
14+
"7.2.0-v37",
15+
"7.3.2-v37",
16+
"7.14.0-v23",
17+
"8.2.0-v20"
1818
]
1919
},
2020
{
2121
"name": "etcd",
2222
"versions": [
23-
"3.5.0-v23"
23+
"3.5.0-v24"
2424
]
2525
},
2626
{
2727
"name": "kubedump",
2828
"versions": [
29-
"0.2.0-v4"
29+
"0.2.0-v5"
3030
]
3131
},
3232
{
3333
"name": "mariadb",
3434
"versions": [
35-
"10.5.8-v30"
35+
"10.5.8-v31"
3636
]
3737
},
3838
{
3939
"name": "mongodb",
4040
"versions": [
41-
"3.4.17-v37",
42-
"3.4.22-v37",
43-
"3.6.8-v37",
44-
"3.6.13-v37",
45-
"4.0.3-v37",
46-
"4.0.5-v37",
47-
"4.0.11-v37",
48-
"4.1.4-v37",
49-
"4.1.7-v37",
50-
"4.1.13-v37",
51-
"4.2.3-v37",
52-
"4.4.6-v28",
53-
"5.0.3-v25",
54-
"5.0.15-v10",
55-
"6.0.5-v13"
41+
"3.4.17-v38",
42+
"3.4.22-v38",
43+
"3.6.8-v38",
44+
"3.6.13-v38",
45+
"4.0.3-v38",
46+
"4.0.5-v38",
47+
"4.0.11-v38",
48+
"4.1.4-v38",
49+
"4.1.7-v38",
50+
"4.1.13-v38",
51+
"4.2.3-v38",
52+
"4.4.6-v29",
53+
"5.0.3-v26",
54+
"5.0.15-v11",
55+
"6.0.5-v14"
5656
]
5757
},
5858
{
5959
"name": "mysql",
6060
"versions": [
61-
"5.7.25-v37",
62-
"8.0.3-v36",
63-
"8.0.14-v36",
64-
"8.0.21-v30"
61+
"5.7.25-v38",
62+
"8.0.3-v37",
63+
"8.0.14-v37",
64+
"8.0.21-v31"
6565
]
6666
},
6767
{
6868
"name": "nats",
6969
"versions": [
70-
"2.6.1-v24",
71-
"2.8.2-v19"
70+
"2.6.1-v25",
71+
"2.8.2-v20"
7272
]
7373
},
7474
{
@@ -82,29 +82,29 @@
8282
{
8383
"name": "postgres",
8484
"versions": [
85-
"9.6.19-v35",
86-
"10.14-v35",
87-
"11.9-v35",
88-
"12.4-v35",
89-
"13.1-v32",
90-
"14.0-v24",
91-
"15.1-v16",
92-
"16.1-v5",
93-
"17.2-v3"
85+
"9.6.19-v36",
86+
"10.14-v36",
87+
"11.9-v36",
88+
"12.4-v36",
89+
"13.1-v33",
90+
"14.0-v25",
91+
"15.1-v17",
92+
"16.1-v6",
93+
"17.2-v4"
9494
]
9595
},
9696
{
9797
"name": "redis",
9898
"versions": [
99-
"5.0.13-v24",
100-
"6.2.5-v24",
101-
"7.0.5-v17"
99+
"5.0.13-v25",
100+
"6.2.5-v25",
101+
"7.0.5-v18"
102102
]
103103
},
104104
{
105105
"name": "vault",
106106
"versions": [
107-
"1.10.3-v16"
107+
"1.10.3-v17"
108108
]
109109
}
110110
]

catalog/copy-images.sh

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -36,58 +36,58 @@ mv /tmp/crane .
3636
CMD="./crane"
3737

3838
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl-nonroot:1.31 $IMAGE_REGISTRY/appscode/kubectl-nonroot:1.31
39-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.2.0-v4 $IMAGE_REGISTRY/stashed/kubedump:0.2.0-v4
40-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.40.0 $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.40.0
41-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v36 $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v36
42-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v36 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v36
43-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v36 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v36
44-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v36 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v36
45-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v36 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v36
46-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v36 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v36
47-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v22 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v22
48-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v36 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v36
49-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v36 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v36
50-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v19 $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v19
51-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.40.0 $IMAGE_REGISTRY/stashed/stash-enterprise:v0.40.0
52-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v23 $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v23
53-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v30 $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v30
54-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v37 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v37
55-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v37 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v37
56-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v37 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v37
57-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v37 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v37
58-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v37 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v37
59-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v37 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v37
60-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v37 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v37
61-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v37 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v37
62-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v37 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v37
63-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v37 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v37
64-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v37 $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v37
65-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v28 $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v28
66-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v10 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v10
67-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v25 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v25
68-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v13 $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v13
69-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v37 $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v37
70-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v36 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v36
71-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v30 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v30
72-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v36 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v36
73-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v24 $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v24
74-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v19 $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v19
39+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.2.0-v5 $IMAGE_REGISTRY/stashed/kubedump:0.2.0-v5
40+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.41.0 $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.41.0
41+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v37 $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v37
42+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v37 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v37
43+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v37 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v37
44+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v37 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v37
45+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v37 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v37
46+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v37 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v37
47+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v23 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v23
48+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v37 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v37
49+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v37 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v37
50+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v20 $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v20
51+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.41.0 $IMAGE_REGISTRY/stashed/stash-enterprise:v0.41.0
52+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v24 $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v24
53+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v31 $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v31
54+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v38 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v38
55+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v38 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v38
56+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v38 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v38
57+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v38 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v38
58+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v38 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v38
59+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v38 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v38
60+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v38 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v38
61+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v38 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v38
62+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v38 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v38
63+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v38 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v38
64+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v38 $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v38
65+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v29 $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v29
66+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v11 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v11
67+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v26 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v26
68+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v14 $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v14
69+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v38 $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v38
70+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v37 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v37
71+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v31 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v31
72+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v37 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v37
73+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v25 $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v25
74+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v20 $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v20
7575
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-percona-xtradb:5.7-v26 $IMAGE_REGISTRY/stashed/stash-percona-xtradb:5.7-v26
7676
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-percona-xtradb:8.0 $IMAGE_REGISTRY/stashed/stash-percona-xtradb:8.0
7777
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-percona-xtradb:8.4 $IMAGE_REGISTRY/stashed/stash-percona-xtradb:8.4
78-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:10.14-v35 $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v35
79-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v35 $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v35
80-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v35 $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v35
81-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v32 $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v32
82-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v24 $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v24
83-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v16 $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v16
84-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v5 $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v5
85-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:17.2-v3 $IMAGE_REGISTRY/stashed/stash-postgres:17.2-v3
86-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v35 $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v35
87-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v24 $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v24
88-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v24 $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v24
89-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v17 $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v17
90-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.21.0 $IMAGE_REGISTRY/stashed/stash-ui-server:v0.21.0
91-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v16 $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v16
92-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.40.0 $IMAGE_REGISTRY/stashed/stash:v0.40.0
78+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:10.14-v36 $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v36
79+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v36 $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v36
80+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v36 $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v36
81+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v33 $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v33
82+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v25 $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v25
83+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v17 $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v17
84+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v6 $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v6
85+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:17.2-v4 $IMAGE_REGISTRY/stashed/stash-postgres:17.2-v4
86+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v36 $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v36
87+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v25 $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v25
88+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v25 $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v25
89+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v18 $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v18
90+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.22.0 $IMAGE_REGISTRY/stashed/stash-ui-server:v0.22.0
91+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v17 $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v17
92+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.41.0 $IMAGE_REGISTRY/stashed/stash:v0.41.0
9393
$CMD cp --allow-nondistributable-artifacts --insecure prom/pushgateway:v1.4.2 $IMAGE_REGISTRY/prom/pushgateway:v1.4.2

0 commit comments

Comments
 (0)