forked from GoogleCloudPlatform/mariadb-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.yaml
81 lines (76 loc) · 2 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
# Copyright (C) 2018 Google Inc.
#
# 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.
_variables:
from: &from gcr.io/google-appengine/debian9:latest
gpg10: &gpg10 177F4010FE56CA3336300305F1656F24C74CD1D8
gosu: &gosu
version: '1.10'
gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4
versions:
- dir: '10/10.1'
repo: mariadb10
templateArgs:
repo: 'mariadb-backup-10.1'
tags:
- '10.1.41-debian9'
- '10.1.41'
- '10.1-debian9'
- '10.1'
from: *from
packages:
gosu: *gosu
mariadb:
version: '10.1.41+maria-1~stretch'
minor: '10.1.41'
major: '10.1'
gpg: *gpg10
- dir: '10/10.2'
repo: mariadb10
templateArgs:
repo: 'mariadb-backup-10.2'
tags:
- '10.2.27-debian9'
- '10.2.27'
- '10.2-debian9'
- '10.2'
from: *from
packages:
gosu: *gosu
mariadb:
version: '10.2.27+maria~stretch'
minor: '10.2.27'
major: '10.2'
gpg: *gpg10
- dir: '10/10.3'
repo: mariadb10
templateArgs:
repo: 'mariadb-backup'
tags:
- '10.3.18-debian9'
- '10.3.18'
- '10.3-debian9'
- '10.3'
- 'latest'
from: *from
packages:
gosu: *gosu
mariadb:
version: '1:10.3.18+maria~stretch'
minor: '10.3.18'
major: '10.3'
gpg: *gpg10
cloudbuild:
enable_parallel: false