Skip to content

Commit 0f9941d

Browse files
committed
CI: Update docker/machine images for 1.3.x branch
1 parent d1b19ae commit 0f9941d

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.circleci/config.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,14 @@ docs_deploy: &docs
3232
name: Deploy docs to gh-pages branch
3333
command: gh-pages --dotfiles --message "doc(update) [skip ci]" --dist docs/_build/html
3434

35-
version: 2
35+
version: 2.1
36+
orbs:
37+
docker: circleci/[email protected]
38+
3639
jobs:
3740
cache_test_data:
3841
docker:
39-
- image: python:3.7.4
42+
- image: cimg/python:3.9.16
4043
working_directory: /tmp/data
4144
environment:
4245
- TEMPLATEFLOW_HOME: /tmp/templateflow
@@ -78,7 +81,7 @@ jobs:
7881
paths:
7982
- /tmp/cache/git-annex-standalone.tar.gz
8083
- /usr/local/bin
81-
- /usr/local/lib/python3.7/site-packages
84+
- /usr/local/lib/python3.9/site-packages
8285
- /usr/bin/git-annex
8386
- /usr/bin/git-annex-shell
8487
- /usr/lib/git-annex.linux
@@ -142,7 +145,7 @@ jobs:
142145

143146
build_n_pytest:
144147
machine:
145-
image: circleci/classic:201808-01
148+
image: ubuntu-2204:2022.10.2
146149
working_directory: /tmp/tests
147150
environment:
148151
TZ: "/usr/share/zoneinfo/America/Los_Angeles"
@@ -298,7 +301,7 @@ jobs:
298301

299302
build_docs:
300303
docker:
301-
- image: python:3.7.4
304+
- image: cimg/python:3.9.16
302305
working_directory: /tmp/gh-pages
303306
environment:
304307
- FSLOUTPUTTYPE: NIFTI
@@ -360,7 +363,7 @@ jobs:
360363

361364
deploy_docker:
362365
machine:
363-
image: circleci/classic:201711-01
366+
image: ubuntu-2204:2022.10.2
364367
working_directory: /tmp/src/
365368
steps:
366369
- restore_cache:
@@ -394,7 +397,7 @@ jobs:
394397
395398
test_package:
396399
docker:
397-
- image: circleci/python:3.7.4
400+
- image: cimg/python:3.9.16
398401
working_directory: /tmp/src/sdcflows
399402
steps:
400403
- checkout
@@ -441,7 +444,7 @@ jobs:
441444
442445
deploy_pypi:
443446
docker:
444-
- image: circleci/python:3.7.4
447+
- image: cimg/python:3.9.16
445448
working_directory: /tmp/src/sdcflows
446449
steps:
447450
- attach_workspace:

0 commit comments

Comments
 (0)