forked from GoogleCloudPlatform/postgresql-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.yaml
164 lines (161 loc) · 4.18 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# Copyright 2021 Google LLC
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the "Software"), to deal in
# the Software without restriction, including without limitation the rights to
# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
# the Software, and to permit persons to whom the Software is furnished to do so,
# subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
cloudbuild:
enable_parallel: false
versions:
- dir: 14/debian9/14.1
excludeTests:
- tests/functional_tests/exporter_licence_test.yaml
from: marketplace.gcr.io/google/debian9
packages:
gosu:
gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4
version: '1.12'
postgresql:
gpg: B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
major: '14'
version: 14.1*
repo: postgresql14
tags:
- 14.1-debian9
- 14-debian9
- '14.1'
- '14'
- latest
templateArgs:
c2dRelease: 14.1.0
- dir: 13/debian9/13.5
excludeTests:
- tests/functional_tests/exporter_licence_test.yaml
from: marketplace.gcr.io/google/debian9
packages:
gosu:
gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4
version: '1.12'
postgresql:
gpg: B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
major: '13'
version: 13.5*
repo: postgresql13
tags:
- 13.5-debian9
- 13-debian9
- '13.5'
- '13'
- latest
templateArgs:
c2dRelease: 13.5.0
- dir: 13/debian9/13.4
excludeTests:
- tests/functional_tests/exporter_licence_test.yaml
from: marketplace.gcr.io/google/debian9
packages:
gosu:
gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4
version: '1.12'
postgresql:
gpg: B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
major: '13'
version: 13.4*
repo: postgresql13
tags:
- 13.4.1-debian9
- 13.4-debian9
- 13.4.1
- '13.4'
templateArgs:
c2dRelease: 13.4.1
- dir: 12/debian9/12.9
excludeTests:
- tests/functional_tests/exporter_licence_test.yaml
from: marketplace.gcr.io/google/debian9
packages:
gosu:
gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4
version: '1.12'
postgresql:
gpg: B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
major: '12'
version: 12.9*
repo: postgresql12
tags:
- 12.9-debian9
- 12-debian9
- '12.9'
- '12'
- latest
templateArgs:
c2dRelease: 12.9.0
- dir: 11/debian9/11.14
excludeTests:
- tests/functional_tests/exporter_licence_test.yaml
from: marketplace.gcr.io/google/debian9
packages:
gosu:
gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4
version: '1.12'
postgresql:
gpg: B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
major: '11'
version: 11.14*
repo: postgresql11
tags:
- 11.14-debian9
- 11-debian9
- '11.14'
- '11'
- latest
templateArgs:
c2dRelease: 11.14.0
- dir: 10/debian9/10.19
excludeTests:
- tests/functional_tests/exporter_licence_test.yaml
from: marketplace.gcr.io/google/debian9
packages:
gosu:
gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4
version: '1.12'
postgresql:
gpg: B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
major: '10'
version: 10.19*
repo: postgresql10
tags:
- 10.19-debian9
- 10-debian9
- '10.19'
- '10'
- latest
templateArgs:
c2dRelease: 10.19.0
- dir: exporter
excludeTests:
- tests/functional_tests/create_db_test.yaml
- tests/functional_tests/remote_host_test.yaml
from: marketplace.gcr.io/google/debian9
packages:
postgres_exporter:
version: 0.8.0
repo: postgresql-exporter0
tags:
- 0.8.0
- '0.8'
- '0'
- latest
templateSubDir: exporter