Skip to content

Commit 7768518

Browse files
Merge pull request #373 from continuouspipe/do-not-reuse-docker-images
Do not re-use the Docker images
2 parents 885eccf + e6ab133 commit 7768518

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

continuous-pipe.yml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tasks:
88
ubuntu:
99
image: quay.io/continuouspipe/ubuntu16.04
1010
tag: latest
11+
reuse: false
1112

1213
################################
1314
# Build intermediate images #1 #
@@ -18,51 +19,61 @@ tasks:
1819
nginx:
1920
image: quay.io/continuouspipe/nginx
2021
tag: latest
22+
reuse: false
2123
php71_apache:
2224
image: quay.io/continuouspipe/php7.1-apache
2325
tag: latest
26+
reuse: false
2427
environment:
2528
- name: PHP_VERSION
2629
value: '7.1'
2730
php70_apache:
2831
image: quay.io/continuouspipe/php7-apache
2932
tag: latest
33+
reuse: false
3034
environment:
3135
- name: PHP_VERSION
3236
value: '7.0'
3337
php56_apache:
3438
image: quay.io/continuouspipe/php5.6-apache
3539
tag: latest
40+
reuse: false
3641
environment:
3742
- name: PHP_VERSION
3843
value: '5.6'
3944
php71_nginx:
4045
image: quay.io/continuouspipe/php7.1-nginx
4146
tag: latest
47+
reuse: false
4248
environment:
4349
- name: PHP_VERSION
4450
value: '7.1'
4551
php70_nginx:
4652
image: quay.io/continuouspipe/php7-nginx
4753
tag: latest
54+
reuse: false
4855
environment:
4956
- name: PHP_VERSION
5057
value: '7.0'
5158
php56_nginx:
5259
image: quay.io/continuouspipe/php5.6-nginx
5360
tag: latest
61+
reuse: false
5462
environment:
5563
- name: PHP_VERSION
5664
value: '5.6'
5765
solr_4_10:
5866
image: quay.io/continuouspipe/solr4
5967
tag: latest
68+
reuse: false
6069
solr_6_2:
6170
image: quay.io/continuouspipe/solr6
6271
tag: latest
72+
reuse: false
6373
varnish:
6474
image: quay.io/continuouspipe/varnish4
6575
tag: latest
76+
reuse: false
6677

6778
################################
6879
# Build intermediate images #2 #
@@ -73,12 +84,15 @@ tasks:
7384
symfony_php71_nginx:
7485
image: quay.io/continuouspipe/symfony-php7.1-nginx
7586
tag: latest
87+
reuse: false
7688
symfony_php71_apache:
7789
image: quay.io/continuouspipe/symfony-php7.1-apache
7890
tag: latest
91+
reuse: false
7992
symfony_php70_apache:
8093
image: quay.io/continuouspipe/symfony-php7-apache
8194
tag: latest
95+
reuse: false
8296

8397
###########################
8498
# No dependency images #
@@ -89,90 +103,118 @@ tasks:
89103
couchdb16:
90104
image: quay.io/continuouspipe/couchdb1.6
91105
tag: latest
106+
reuse: false
92107
drupal_php71_apache:
93108
image: quay.io/continuouspipe/drupal-php7.1-apache
94109
tag: latest
110+
reuse: false
95111
drupal_php70_apache:
96112
image: quay.io/continuouspipe/drupal-php7-apache
97113
tag: latest
114+
reuse: false
98115
drupal8_apache_php7:
99116
image: quay.io/continuouspipe/drupal8-apache-php7
100117
tag: latest
118+
reuse: false
101119
drupal_php56_apache:
102120
image: quay.io/continuouspipe/drupal-php5.6-apache
103121
tag: latest
122+
reuse: false
104123
drupal8_solr_4_10:
105124
image: quay.io/continuouspipe/drupal8-solr4
106125
tag: latest
126+
reuse: false
107127
drupal8_solr_6_2:
108128
image: quay.io/continuouspipe/drupal8-solr6
109129
tag: latest
130+
reuse: false
110131
drupal8_varnish:
111132
image: quay.io/continuouspipe/drupal8-varnish4
112133
tag: latest
134+
reuse: false
113135
elasticsearch:
114136
image: quay.io/continuouspipe/elasticsearch2.4
115137
tag: latest
138+
reuse: false
116139
ezplatform_php70_apache:
117140
image: quay.io/continuouspipe/ez6-apache-php7
118141
tag: latest
142+
reuse: false
119143
ezplatform_php71_apache:
120144
image: quay.io/continuouspipe/ez6-php7.1-apache
121145
tag: latest
146+
reuse: false
122147
hem:
123148
image: quay.io/continuouspipe/hem1
124149
tag: latest
150+
reuse: false
125151
magento1_php56_apache:
126152
image: quay.io/continuouspipe/magento1-apache-php5.6
127153
tag: latest
154+
reuse: false
128155
magento1_php56_nginx:
129156
image: quay.io/continuouspipe/magento1-nginx-php5.6
130157
tag: latest
158+
reuse: false
131159
magento2_php70_nginx:
132160
image: quay.io/continuouspipe/magento2-nginx-php7
133161
tag: latest
162+
reuse: false
134163
magento2_php71_nginx:
135164
image: quay.io/continuouspipe/magento2-nginx-php7.1
136165
tag: latest
166+
reuse: false
137167
magento2_varnish:
138168
image: quay.io/continuouspipe/magento2-varnish4
139169
tag: latest
170+
reuse: false
140171
mailcatcher:
141172
image: quay.io/continuouspipe/mailcatcher
142173
tag: latest
174+
reuse: false
143175
memcached:
144176
image: quay.io/continuouspipe/memcached1.4
145177
tag: latest
178+
reuse: false
146179
mongodb34:
147180
image: quay.io/continuouspipe/mongodb3.4
148181
tag: latest
182+
reuse: false
149183
mysql80:
150184
image: quay.io/continuouspipe/mysql8.0
151185
tag: latest
186+
reuse: false
152187
mysql57:
153188
image: quay.io/continuouspipe/mysql5.7
154189
tag: latest
190+
reuse: false
155191
mysql56:
156192
image: quay.io/continuouspipe/mysql5.6
157193
tag: latest
194+
reuse: false
158195
mysql55:
159196
image: quay.io/continuouspipe/mysql5.5
160197
tag: latest
198+
reuse: false
161199
nginx_ingress_controller:
162200
image: quay.io/continuouspipe/nginx-ingress-controller
163201
tag: latest
202+
reuse: false
164203
nginx_reverse_proxy:
165204
image: quay.io/continuouspipe/nginx-reverse-proxy
166205
tag: latest
206+
reuse: false
167207
nodejs6:
168208
image: quay.io/continuouspipe/nodejs6
169209
tag: latest
210+
reuse: false
170211
environment:
171212
- name: NODE_VERSION
172213
value: "6.x"
173214
nodejs6_small:
174215
image: quay.io/continuouspipe/nodejs6-small
175216
tag: latest
217+
reuse: false
176218
environment:
177219
- name: NODE_VERSION
178220
value: "6.x"
@@ -181,12 +223,14 @@ tasks:
181223
nodejs7:
182224
image: quay.io/continuouspipe/nodejs7
183225
tag: latest
226+
reuse: false
184227
environment:
185228
- name: NODE_VERSION
186229
value: "7.x"
187230
nodejs7_small:
188231
image: quay.io/continuouspipe/nodejs7-small
189232
tag: latest
233+
reuse: false
190234
environment:
191235
- name: NODE_VERSION
192236
value: "7.x"
@@ -195,12 +239,14 @@ tasks:
195239
nodejs8:
196240
image: quay.io/continuouspipe/nodejs8
197241
tag: latest
242+
reuse: false
198243
environment:
199244
- name: NODE_VERSION
200245
value: "8.x"
201246
nodejs8_small:
202247
image: quay.io/continuouspipe/nodejs8-small
203248
tag: latest
249+
reuse: false
204250
environment:
205251
- name: NODE_VERSION
206252
value: "8.x"
@@ -209,44 +255,58 @@ tasks:
209255
phantomjs2:
210256
image: quay.io/continuouspipe/phantomjs2
211257
tag: latest
258+
reuse: false
212259
piwik_php71_apache:
213260
image: quay.io/continuouspipe/piwik-php7.1-apache
214261
tag: latest
262+
reuse: false
215263
postgres94:
216264
image: quay.io/continuouspipe/postgres9.4
217265
tag: latest
266+
reuse: false
218267
postgres96:
219268
image: quay.io/continuouspipe/postgres9.6
220269
tag: latest
270+
reuse: false
221271
redis:
222272
image: quay.io/continuouspipe/redis3
223273
tag: latest
274+
reuse: false
224275
redis_highly_available:
225276
image: quay.io/continuouspipe/redis3-highly-available
226277
tag: latest
278+
reuse: false
227279
scala_sbt:
228280
image: quay.io/continuouspipe/scala-base
229281
tag: latest
282+
reuse: false
230283
ssh_forward:
231284
image: quay.io/continuouspipe/ssh-forward
232285
tag: latest
286+
reuse: false
233287
spryker_php71_nginx:
234288
image: quay.io/continuouspipe/spryker-php7.1-nginx
235289
tag: latest
290+
reuse: false
236291
spryker_php71_apache:
237292
image: quay.io/continuouspipe/spryker-php7.1-apache
238293
tag: latest
294+
reuse: false
239295
symfony_php70_nginx:
240296
image: quay.io/continuouspipe/symfony-php7-nginx
241297
tag: latest
298+
reuse: false
242299
symfony_php56_nginx:
243300
image: quay.io/continuouspipe/symfony-php5.6-nginx
244301
tag: latest
302+
reuse: false
245303
symfony_php56_apache:
246304
image: quay.io/continuouspipe/symfony-php5.6-apache
247305
tag: latest
306+
reuse: false
248307
tideways:
249308
image: quay.io/continuouspipe/tideways
250309
tag: latest
310+
reuse: false
251311

252312
filter: code_reference.branch in ["master"]

0 commit comments

Comments
 (0)