forked from GoogleCloudPlatform/postgresql-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.yaml
More file actions
102 lines (100 loc) · 2.43 KB
/
versions.yaml
File metadata and controls
102 lines (100 loc) · 2.43 KB
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
# Copyright (c) 2017, Google Inc.
#
# Permission to use, copy,
# modify, and distribute this software and its documentation for any purpose,
# without fee, and without a written agreement is hereby granted, provided that
# the above copyright notice and this paragraph and the following two paragraphs
# appear in all copies.
#
# IN NO EVENT SHALL GOOGLE BE LIABLE TO ANY PARTY
# FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
# LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
# EVEN IF GOOGLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# GOOGLE SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT
# NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
# PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
# AND GOOGLE HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
# ENHANCEMENTS, OR MODIFICATIONS.
_variables:
from8: &from8 gcr.io/google-appengine/debian8
from9: &from9 gcr.io/google-appengine/debian9
gpg: &gpg B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
gosu: &gosu
version: '1.10'
gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4
versions:
- dir: '10'
repo: postgresql10
tags:
- '10.3'
- '10'
- 'latest'
from: *from9
packages:
gosu: *gosu
postgresql:
version: 10.3-1.pgdg90+1
major: '10'
gpg: *gpg
- dir: '9/9.6'
repo: postgresql9
tags:
- '9.6.8'
- '9.6'
- 'latest'
from: *from8
packages:
gosu: *gosu
postgresql:
version: 9.6.8*
major: '9.6'
gpg: *gpg
- dir: '9/9.5'
repo: postgresql9
tags:
- '9.5.12'
- '9.5'
from: *from8
packages:
gosu: *gosu
postgresql:
version: 9.5.12*
major: '9.5'
gpg: *gpg
- dir: '9/9.4'
repo: postgresql9
tags:
- '9.4.17'
- '9.4'
from: *from8
packages:
gosu: *gosu
postgresql:
version: 9.4.17*
major: '9.4'
gpg: *gpg
- dir: '9/9.3'
repo: postgresql9
tags:
- '9.3.22'
- '9.3'
from: *from8
packages:
gosu: *gosu
postgresql:
version: 9.3.22*
major: '9.3'
gpg: *gpg
- dir: '9/9.2'
repo: postgresql9
tags:
- '9.2.24'
- '9.2'
from: *from8
packages:
gosu: *gosu
postgresql:
version: 9.2.24*
major: '9.2'
gpg: *gpg