-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathversions.yaml
110 lines (106 loc) · 2.97 KB
/
versions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Copyright 2024 Google LLC
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
cloudbuild:
docker_image: gcr.io/cloud-builders/docker:24.0.9
enable_parallel: false
versions:
- dir: 11/debian12/11.5
excludeTests:
- tests/functional_tests/10_create_db_test.yaml
- tests/functional_tests/10_remote_host_test.yaml
from: marketplace.gcr.io/google/debian12
packages:
golang:
version: '1.20'
gosu:
version: '1.17'
mariadb:
gpg: 177F4010FE56CA3336300305F1656F24C74CD1D8
major: '11.5'
version: 11.5.2
repo: mariadb11
annotations:
- key: com.googleapis.cloudmarketplace.product.service.name
value: services/2a63a3a0-26e6-41c3-8e5a-7e9c6ac0964b.cloudpartnerservices.goog
tags:
- 11.5.2-debian12
- 11.5-debian12
- 11-debian12
- 11.5.2
- '11.5'
- '11'
- latest
templateArgs:
c2dRelease: 11.5.2
distroCodename: bookworm
distroMajor: '12'
- dir: 11/debian12/11.1
excludeTests:
- tests/functional_tests/10_create_db_test.yaml
- tests/functional_tests/10_remote_host_test.yaml
from: marketplace.gcr.io/google/debian12
packages:
golang:
version: '1.20'
gosu:
version: '1.17'
mariadb:
gpg: 177F4010FE56CA3336300305F1656F24C74CD1D8
major: '11.1'
version: 11.1.6
annotations:
- key: com.googleapis.cloudmarketplace.product.service.name
value: services/2a63a3a0-26e6-41c3-8e5a-7e9c6ac0964b.cloudpartnerservices.goog
repo: mariadb11
tags:
- 11.1.6-debian12
- 11.1-debian12
- 11.1.6
- '11.1'
templateArgs:
c2dRelease: 11.1.6
distroCodename: bookworm
distroMajor: '12'
- dir: 10/debian12/10.11
excludeTests:
- tests/functional_tests/11_create_db_test.yaml
- tests/functional_tests/11_remote_host_test.yaml
from: marketplace.gcr.io/google/debian12
packages:
golang:
version: '1.20'
gosu:
version: '1.17'
mariadb:
gpg: 177F4010FE56CA3336300305F1656F24C74CD1D8
major: '10.11'
version: '10.11.9'
repo: mariadb10
annotations:
- key: com.googleapis.cloudmarketplace.product.service.name
value: services/1082de93-67cf-464e-8cec-c5137645640a.cloudpartnerservices.goog
tags:
- 10.11.9-debian12
- 10.11-debian12
- 10-debian12
- '10.11.9'
- '10.11'
- '10'
- latest
templateArgs:
c2dRelease: 10.11.9
distroCodename: bookworm
distroMajor: '12'