Skip to content

Commit 27aea07

Browse files
committed
maint: update machine executor image, following recommendations
1 parent e9b8798 commit 27aea07

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.circleci/config.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ orbs:
2828
jobs:
2929
build:
3030
machine:
31-
image: circleci/classic:201711-01
31+
# https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928
32+
# upgrade Docker version
33+
image: ubuntu-2004:202104-01
3234
working_directory: /tmp/src/dmriprep
3335
environment:
3436
TZ: "/usr/share/zoneinfo/America/Los_Angeles"
@@ -228,7 +230,9 @@ jobs:
228230

229231
ds000206:
230232
machine:
231-
image: circleci/classic:201711-01
233+
# https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928
234+
# upgrade Docker version
235+
image: ubuntu-2004:202104-01
232236
working_directory: /tmp/ds000206
233237
environment:
234238
- FS_LICENSE: /tmp/fslicense/license.txt
@@ -346,7 +350,9 @@ jobs:
346350

347351
ds001771:
348352
machine:
349-
image: circleci/classic:201711-01
353+
# https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928
354+
# upgrade Docker version
355+
image: ubuntu-2004:202104-01
350356
working_directory: /tmp/ds001771
351357
environment:
352358
- FS_LICENSE: /tmp/fslicense/license.txt
@@ -434,7 +440,9 @@ jobs:
434440

435441
deploy_docker_patches:
436442
machine:
437-
image: circleci/classic:201711-01
443+
# https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928
444+
# upgrade Docker version
445+
image: ubuntu-2004:202104-01
438446
working_directory: /tmp/src/dmriprep
439447
steps:
440448
- run:
@@ -487,7 +495,9 @@ jobs:
487495
488496
deploy_docker:
489497
machine:
490-
image: circleci/classic:201711-01
498+
# https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928
499+
# upgrade Docker version
500+
image: ubuntu-2004:202104-01
491501
working_directory: /tmp/src/dmriprep
492502
steps:
493503
- run:

0 commit comments

Comments
 (0)