forked from GoogleCloudPlatform/mysql-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathversions.yaml
59 lines (58 loc) · 1.61 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
# Copyright (C) 2017 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.
versions:
- dir: '8/8.0'
repo: mysql8
tags:
- '8.0.1'
- '8.0'
- '8'
- latest
from: &from gcr.io/google-appengine/debian8
packages:
gosu: &gosu
version: '1.7'
gpg: B42F6819007F00F88E364FD4036A9C25BF357DD4
mysql:
version: 8.0.1-dmr-1debian8
major: '8.0'
gpg: A4A9406876FCBD3C456770C88C718D3B5072E1F5
- dir: '5/5.7'
repo: mysql5
tags:
- '5.7.18'
- '5.7'
- '5'
- latest
from: *from
packages:
gosu: *gosu
mysql:
version: 5.7.18-1debian8
major: '5.7'
gpg: A4A9406876FCBD3C456770C88C718D3B5072E1F5
- dir: '5/5.6'
repo: mysql5
tags:
- '5.6.36'
- '5.6'
from: *from
packages:
gosu: *gosu
mysql:
version: 5.6.36-1debian8
major: '5.6'
gpg: A4A9406876FCBD3C456770C88C718D3B5072E1F5