Skip to content

Commit 0d007b7

Browse files
authored
Migrate CircleCI docker image (#1767)
CCI says circleci/python:3.8 is deprecaetd. Migrating to cimg/python:3.8. > CircleCI’s latest pre-built container images were designed from the ground up to help your team build more reliably. > Our new images were built specifically for continuous integration projects and they are our most deterministic, performant, and efficient images yet. > As of Dec 31, 2021, legacy images will no longer be supported on CircleCI. Related links - https://circleci.com/blog/announcing-our-next-generation-convenience-images-smaller-faster-more-deterministic - https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034 - https://circleci.com/docs/2.0/next-gen-migration-guide
1 parent 712c5c6 commit 0d007b7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ smoke_test_common: &smoke_test_common
105105
jobs:
106106
circleci_consistency:
107107
docker:
108-
- image: circleci/python:3.8
108+
- image: cimg/python:3.8
109109
steps:
110110
- checkout
111111
- run:
@@ -298,7 +298,7 @@ jobs:
298298
description: "What whl subfolder to upload to, e.g., blank or cu100/ (trailing slash is important)"
299299
type: string
300300
docker:
301-
- image: circleci/python:3.8
301+
- image: cimg/python:3.8
302302
steps:
303303
- attach_workspace:
304304
at: ~/workspace
@@ -633,7 +633,7 @@ jobs:
633633
docstring_parameters_sync:
634634
<<: *binary_common
635635
docker:
636-
- image: circleci/python:3.8
636+
- image: cimg/python:3.8
637637
steps:
638638
- checkout
639639
- run:

0 commit comments

Comments
 (0)