forked from instructure/dockerfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
188 lines (169 loc) · 3.85 KB
/
manifest.yml
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
# Example language specification
# foobar:
# template_files:
# - Dockerfile # automatically added if not included
# - .env
# defaults:
# sqlite_version: 3
# versions:
# '3':
# sqlite_version: 2 # overrides the 3 from defaults above
# '4':
# Coordinate with owner(s) of canvadocs before upgrades (currently the Content team)
appliances/libreoffice:
defaults:
ubuntu_version: bionic
versions:
'6.2':
full_version: '6.2.7.1'
'6.3':
full_version: '6.3.1.2'
appliances/debugging:
versions:
xenial: {}
bionic: {}
appliances/postgres:
defaults:
decoderbufs_ref: 'v0.9.2.Final'
wal2json_ref: 'master'
versions:
'9.5':
base_image: postgres:9.5
'9.6':
base_image: postgres:9.6
'10':
base_image: postgres:10
'11':
base_image: postgres:11
clojure:
versions:
'11':
java_version: '11'
lein_version: '2.9.1'
package_sha: '71e6585fb3a0e7834dc711e7c3904425f506b28c'
recv_key: '2B72BF956E23DE5E830D50F6002AF007D1A7CC18'
core:
versions:
xenial:
base_image: ubuntu:xenial
xenial-slim:
base_image: ubuntu:xenial
bionic:
base_image: ubuntu:bionic
bionic-slim:
base_image: ubuntu:bionic
golang:
defaults:
base_image: instructure/core:bionic
versions:
'1.12':
full_version: '1.12.9'
package_sha: 'ac2a6efcc1f5ec8bdc0db0a988bb1d301d64b6d61b7e8d9e42f662fbb75a2b9b'
'1.13':
full_version: '1.13.4'
package_sha: '692d17071736f74be04a72a06dab9cac1cd759377bd85316e52b2227604c004c'
java:
defaults:
distro: bionic
versions:
'8-xenial':
distro: xenial
flavor: jdk
java_version: 8
'11':
java_version: 11
flavor: jdk
'11-jre':
java_version: 11
flavor: jre
# We are no longer accepting new minor version tags for Node images, simply
# update the corresponding major version tag (4, 6, 8) to the latest minor.
node: &NODE
defaults:
base_distro: bionic
base_image: instructure/core:bionic
npm_version: latest
yarn_version: latest
versions:
'8-xenial':
base_distro: xenial
base_image: instructure/core:xenial
node_version: '8'
npm_version: '5.10.0'
yarn_version: '0.27.5-1'
'10':
node_version: '10'
'12':
node_version: '12'
node-passenger:
<<: *NODE
node-pm2:
defaults:
base_distro: bionic
base_image: instructure/node:12
versions:
'8-xenial':
base_distro: xenial
base_image: instructure/node:8-xenial
'10':
base_image: instructure/node:10
'12':
base_image: instructure/node:12
php: &PHP
defaults:
base_image: instructure/core:bionic-slim
versions:
'7.1':
base_image: instructure/core:xenial
'7.1-slim':
base_image: instructure/core:xenial-slim
'7.3-xenial':
base_image: instructure/core:xenial
'7.3-xenial-slim':
base_image: instructure/core:xenial-slim
'7.3':
base_image: instructure/core:bionic
'7.3-slim': {}
php-nginx:
<<: *PHP
ruby: &RUBY
defaults:
base_distro: bionic
base_image: instructure/core:bionic
bundler_version: 1.17.3
rubygems_version: 2.7.10
versions:
'2.4-xenial':
base_distro: xenial
base_image: instructure/core:xenial
'2.5':
'2.6':
ruby-node-pg:
defaults:
npm_version: latest
yarn_version: latest
versions:
'2.6':
node_version: '10'
ruby_version: '2.6'
ruby-passenger:
<<: *RUBY
scala-sbt:
defaults:
base_image: instructure/java:8-xenial
template_files:
- Dockerfile
- sbt-private
versions:
'1.2':
full_version: '1.2.7'
minor_version: '1.2'
major_version: '1.0'
spark:
versions:
'1.6-hadoop2.6':
hadoop_version: '2.6.5'
spark_version: '1.6.3'
'2.1-hadoop2.7':
hadoop_version: '2.7.3'
spark_version: '2.1.0'