Skip to content
This repository was archived by the owner on Aug 24, 2018. It is now read-only.

Commit 77292b8

Browse files
committed
feat: update to node versions 4.8.2 6.10.2 7.8.0
1 parent 0422415 commit 77292b8

File tree

5 files changed

+95
-95
lines changed

5 files changed

+95
-95
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BASE_IMAGE_NAME=s2i-nodejs
22
ONBUILD_IMAGE_NAME=nodejs
33
NAMESPACE=bucharestgold
4-
VERSIONS=4.8.1 5.12.0 6.10.1 7.7.4
4+
VERSIONS=4.8.2 5.12.0 6.10.2 7.8.0
55

66
include build/common.mk

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ official [OpenShift Documentation](https://docs.openshift.org/latest/using_image
1717
Node.js versions [currently provided](https://hub.docker.com/r/bucharestgold/centos7-s2i-nodejs/tags/):
1818

1919
<!-- versions.start -->
20-
* **`7.7.4`**: (7.7.4, 7, 7.7, current, latest)
21-
* **`6.10.1`**: (6.10.1, 6, 6.10, lts, Boron)
20+
* **`7.8.0`**: (7.8.0, 7, 7.8, current, latest)
21+
* **`6.10.2`**: (6.10.2, 6, 6.10, lts, Boron)
2222
* **`5.12.0`**: (5.12.0, 5, 5.12)
23-
* **`4.8.1`**: (4.8.1, 4, 4.8, lts, Argon)
23+
* **`4.8.2`**: (4.8.2, 4, 4.8, lts, Argon)
2424
<!-- versions.end -->
2525

2626
## Usage

centos7-s2i-nodejs.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3,78 +3,78 @@
33
"apiVersion": "v1",
44
"metadata": {
55
"name": "nodejs",
6-
"creationTimestamp": "2017-03-24T17:16:43.496Z"
6+
"creationTimestamp": "2017-04-04T13:35:20.904Z"
77
},
88
"spec": {
99
"tags": [
1010
{
11-
"name": "4.8.1",
11+
"name": "4.8.2",
1212
"annotations": {
1313
"description": "Build and run Node.js applications",
1414
"iconClass": "icon-nodejs",
15-
"tags": "builder, node, nodejs, nodejs-4.8.1, nodejs-4.8.1",
15+
"tags": "builder, node, nodejs, nodejs-4.8.2, nodejs-4.8.2",
1616
"supports": "nodejs:4, nodejs:4.8, nodejs",
1717
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
1818
},
1919
"from": {
2020
"kind": "DockerImage",
21-
"name": "bucharestgold/centos7-s2i-nodejs:4.8.1"
21+
"name": "bucharestgold/centos7-s2i-nodejs:4.8.2"
2222
}
2323
},
2424
{
2525
"name": "4",
2626
"annotations": {
2727
"description": "Build and run Node.js applications",
2828
"iconClass": "icon-nodejs",
29-
"tags": "builder, node, nodejs, nodejs-4.8.1, nodejs-4",
29+
"tags": "builder, node, nodejs, nodejs-4.8.2, nodejs-4",
3030
"supports": "nodejs:4, nodejs:4.8, nodejs",
3131
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
3232
},
3333
"from": {
3434
"kind": "ImageStreamTag",
35-
"name": "4.8.1"
35+
"name": "4.8.2"
3636
}
3737
},
3838
{
3939
"name": "4.8",
4040
"annotations": {
4141
"description": "Build and run Node.js applications",
4242
"iconClass": "icon-nodejs",
43-
"tags": "builder, node, nodejs, nodejs-4.8.1, nodejs-4.8",
43+
"tags": "builder, node, nodejs, nodejs-4.8.2, nodejs-4.8",
4444
"supports": "nodejs:4, nodejs:4.8, nodejs",
4545
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
4646
},
4747
"from": {
4848
"kind": "ImageStreamTag",
49-
"name": "4.8.1"
49+
"name": "4.8.2"
5050
}
5151
},
5252
{
5353
"name": "lts",
5454
"annotations": {
5555
"description": "Build and run Node.js applications",
5656
"iconClass": "icon-nodejs",
57-
"tags": "builder, node, nodejs, nodejs-4.8.1, nodejs-lts",
57+
"tags": "builder, node, nodejs, nodejs-4.8.2, nodejs-lts",
5858
"supports": "nodejs:4, nodejs:4.8, nodejs",
5959
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
6060
},
6161
"from": {
6262
"kind": "ImageStreamTag",
63-
"name": "4.8.1"
63+
"name": "4.8.2"
6464
}
6565
},
6666
{
6767
"name": "Argon",
6868
"annotations": {
6969
"description": "Build and run Node.js applications",
7070
"iconClass": "icon-nodejs",
71-
"tags": "builder, node, nodejs, nodejs-4.8.1, nodejs-Argon",
71+
"tags": "builder, node, nodejs, nodejs-4.8.2, nodejs-Argon",
7272
"supports": "nodejs:4, nodejs:4.8, nodejs",
7373
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
7474
},
7575
"from": {
7676
"kind": "ImageStreamTag",
77-
"name": "4.8.1"
77+
"name": "4.8.2"
7878
}
7979
},
8080
{
@@ -120,143 +120,143 @@
120120
}
121121
},
122122
{
123-
"name": "6.10.1",
123+
"name": "6.10.2",
124124
"annotations": {
125125
"description": "Build and run Node.js applications",
126126
"iconClass": "icon-nodejs",
127-
"tags": "builder, node, nodejs, nodejs-6.10.1, nodejs-6.10.1",
127+
"tags": "builder, node, nodejs, nodejs-6.10.2, nodejs-6.10.2",
128128
"supports": "nodejs:6, nodejs:6.10, nodejs",
129129
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
130130
},
131131
"from": {
132132
"kind": "DockerImage",
133-
"name": "bucharestgold/centos7-s2i-nodejs:6.10.1"
133+
"name": "bucharestgold/centos7-s2i-nodejs:6.10.2"
134134
}
135135
},
136136
{
137137
"name": "6",
138138
"annotations": {
139139
"description": "Build and run Node.js applications",
140140
"iconClass": "icon-nodejs",
141-
"tags": "builder, node, nodejs, nodejs-6.10.1, nodejs-6",
141+
"tags": "builder, node, nodejs, nodejs-6.10.2, nodejs-6",
142142
"supports": "nodejs:6, nodejs:6.10, nodejs",
143143
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
144144
},
145145
"from": {
146146
"kind": "ImageStreamTag",
147-
"name": "6.10.1"
147+
"name": "6.10.2"
148148
}
149149
},
150150
{
151151
"name": "6.10",
152152
"annotations": {
153153
"description": "Build and run Node.js applications",
154154
"iconClass": "icon-nodejs",
155-
"tags": "builder, node, nodejs, nodejs-6.10.1, nodejs-6.10",
155+
"tags": "builder, node, nodejs, nodejs-6.10.2, nodejs-6.10",
156156
"supports": "nodejs:6, nodejs:6.10, nodejs",
157157
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
158158
},
159159
"from": {
160160
"kind": "ImageStreamTag",
161-
"name": "6.10.1"
161+
"name": "6.10.2"
162162
}
163163
},
164164
{
165165
"name": "lts",
166166
"annotations": {
167167
"description": "Build and run Node.js applications",
168168
"iconClass": "icon-nodejs",
169-
"tags": "builder, node, nodejs, nodejs-6.10.1, nodejs-lts",
169+
"tags": "builder, node, nodejs, nodejs-6.10.2, nodejs-lts",
170170
"supports": "nodejs:6, nodejs:6.10, nodejs",
171171
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
172172
},
173173
"from": {
174174
"kind": "ImageStreamTag",
175-
"name": "6.10.1"
175+
"name": "6.10.2"
176176
}
177177
},
178178
{
179179
"name": "Boron",
180180
"annotations": {
181181
"description": "Build and run Node.js applications",
182182
"iconClass": "icon-nodejs",
183-
"tags": "builder, node, nodejs, nodejs-6.10.1, nodejs-Boron",
183+
"tags": "builder, node, nodejs, nodejs-6.10.2, nodejs-Boron",
184184
"supports": "nodejs:6, nodejs:6.10, nodejs",
185185
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
186186
},
187187
"from": {
188188
"kind": "ImageStreamTag",
189-
"name": "6.10.1"
189+
"name": "6.10.2"
190190
}
191191
},
192192
{
193-
"name": "7.7.4",
193+
"name": "7.8.0",
194194
"annotations": {
195195
"description": "Build and run Node.js applications",
196196
"iconClass": "icon-nodejs",
197-
"tags": "builder, node, nodejs, nodejs-7.7.4, nodejs-7.7.4",
198-
"supports": "nodejs:7, nodejs:7.7, nodejs",
197+
"tags": "builder, node, nodejs, nodejs-7.8.0, nodejs-7.8.0",
198+
"supports": "nodejs:7, nodejs:7.8, nodejs",
199199
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
200200
},
201201
"from": {
202202
"kind": "DockerImage",
203-
"name": "bucharestgold/centos7-s2i-nodejs:7.7.4"
203+
"name": "bucharestgold/centos7-s2i-nodejs:7.8.0"
204204
}
205205
},
206206
{
207207
"name": "7",
208208
"annotations": {
209209
"description": "Build and run Node.js applications",
210210
"iconClass": "icon-nodejs",
211-
"tags": "builder, node, nodejs, nodejs-7.7.4, nodejs-7",
212-
"supports": "nodejs:7, nodejs:7.7, nodejs",
211+
"tags": "builder, node, nodejs, nodejs-7.8.0, nodejs-7",
212+
"supports": "nodejs:7, nodejs:7.8, nodejs",
213213
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
214214
},
215215
"from": {
216216
"kind": "ImageStreamTag",
217-
"name": "7.7.4"
217+
"name": "7.8.0"
218218
}
219219
},
220220
{
221-
"name": "7.7",
221+
"name": "7.8",
222222
"annotations": {
223223
"description": "Build and run Node.js applications",
224224
"iconClass": "icon-nodejs",
225-
"tags": "builder, node, nodejs, nodejs-7.7.4, nodejs-7.7",
226-
"supports": "nodejs:7, nodejs:7.7, nodejs",
225+
"tags": "builder, node, nodejs, nodejs-7.8.0, nodejs-7.8",
226+
"supports": "nodejs:7, nodejs:7.8, nodejs",
227227
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
228228
},
229229
"from": {
230230
"kind": "ImageStreamTag",
231-
"name": "7.7.4"
231+
"name": "7.8.0"
232232
}
233233
},
234234
{
235235
"name": "current",
236236
"annotations": {
237237
"description": "Build and run Node.js applications",
238238
"iconClass": "icon-nodejs",
239-
"tags": "builder, node, nodejs, nodejs-7.7.4, nodejs-current",
240-
"supports": "nodejs:7, nodejs:7.7, nodejs",
239+
"tags": "builder, node, nodejs, nodejs-7.8.0, nodejs-current",
240+
"supports": "nodejs:7, nodejs:7.8, nodejs",
241241
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
242242
},
243243
"from": {
244244
"kind": "ImageStreamTag",
245-
"name": "7.7.4"
245+
"name": "7.8.0"
246246
}
247247
},
248248
{
249249
"name": "latest",
250250
"annotations": {
251251
"description": "Build and run Node.js applications",
252252
"iconClass": "icon-nodejs",
253-
"tags": "builder, node, nodejs, nodejs-7.7.4, nodejs-latest",
254-
"supports": "nodejs:7, nodejs:7.7, nodejs",
253+
"tags": "builder, node, nodejs, nodejs-7.8.0, nodejs-latest",
254+
"supports": "nodejs:7, nodejs:7.8, nodejs",
255255
"sampleRepo": "https://github.com/bucharest-gold/s2i-nodejs.git"
256256
},
257257
"from": {
258258
"kind": "ImageStreamTag",
259-
"name": "7.7.4"
259+
"name": "7.8.0"
260260
}
261261
}
262262
]

0 commit comments

Comments
 (0)