forked from GoogleCloudPlatform/wordpress-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.yaml
77 lines (75 loc) · 2.16 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
# Copyright 2022 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:
enable_parallel: true
versions:
- dir: 5/php7/debian11/apache/5.9
excludeTests:
- tests/functional_tests/apache_exporter_test.yaml
from: marketplace.gcr.io/google/php7-apache2:7.4
packages:
wordpress:
sha256: 7765f2dd2a56ce920799787cc7904a585f63365bca2ba0f7bb06ea2060c69f8b
version: 5.9.2
repo: wordpress5-php7-apache
tags:
- 5.9.2-debian11
- 5.9-debian11
- 5-debian11
- 5.9.2
- '5.9'
- '5'
- latest
templateArgs:
c2dRelease: 5.9.2
cmd: apache2-foreground
templateSubDir: debian11
- dir: 5/php7/debian11/apache/5.8
excludeTests:
- tests/functional_tests/apache_exporter_test.yaml
from: marketplace.gcr.io/google/php7-apache2:7.4
packages:
wordpress:
sha256: 0e7a1a3f79cfca8a3289dcc2a13cd196fe9cc0741d65a90b9e3cdfa742a740c4
version: 5.8.4
repo: wordpress5-php7-apache
tags:
- 5.8.4-debian11
- 5.8-debian11
- 5.8.4
- '5.8'
templateArgs:
c2dRelease: 5.8.4
cmd: apache2-foreground
templateSubDir: debian11
- dir: exporter
excludeTests:
- tests/functional_tests/running_test.yaml
from: marketplace.gcr.io/google/debian11
packages:
apache_exporter:
version: 0.10.0
golang:
version: '1.16'
repo: wordpress5-php7-apache
tags:
- exporter-0.10.0
- exporter-0.10
- exporter-0
- exporter
templateArgs:
exporter_notices_check_sum: 5ebf8cba27cde6faa3e91a8b42ea26505bcdc2dc919377c7ad942632c2de0add
templateSubDir: exporter