From 932b842d61b27daf958128c09a06d5927083a3f8 Mon Sep 17 00:00:00 2001 From: moto <855818+mthrok@users.noreply.github.com> Date: Wed, 15 Sep 2021 13:52:49 -0400 Subject: [PATCH] Update Python image CCI says `circleci/python:3.8` is deprecaetd. Migrating to `cimg/python:3.8`. https://circleci.com/blog/announcing-our-next-generation-convenience-images-smaller-faster-more-deterministic/?mkt_tok=NDg1LVpNSC02MjYAAAF_g1-qvSm2nzxpscCV-o2UHmxUpNvrlsCOFwb8J1X-aHPsj0J7GrHZXhB7xTeCCNjl1tYcYzWMIfWKzUB5Lmml5Iop-o0CkkhYf9tblYysz2E https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034?mkt_tok=NDg1LVpNSC02MjYAAAF_g1-qvcbFrUaNmFNQ8LxHBQAh6FW5yZ4u-9wDTALZ4rnxzx2ot7TwalMBbFcGdG5geKDVGySmVSlFKlof3YRSNDOvhXF7uTYqyDVP7wjU4O0 https://circleci.com/docs/2.0/next-gen-migration-guide/?mkt_tok=NDg1LVpNSC02MjYAAAF_g1-qvUOW3pAEgqfN3w82xtVs9kJ0Wo3ubNb3bvEtFmpIS4S2Eaw0kd20I6n8OJx43sOVMzLT5uyeljuHDvC6XH-4tvu9Oo_sRH6gqih2Uxc --- .circleci/config.yml | 6 +++--- .circleci/config.yml.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cd58411be4..739388f156 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,7 +105,7 @@ smoke_test_common: &smoke_test_common jobs: circleci_consistency: docker: - - image: circleci/python:3.8 + - image: cimg/python:3.8 steps: - checkout - run: @@ -298,7 +298,7 @@ jobs: description: "What whl subfolder to upload to, e.g., blank or cu100/ (trailing slash is important)" type: string docker: - - image: circleci/python:3.8 + - image: cimg/python:3.8 steps: - attach_workspace: at: ~/workspace @@ -633,7 +633,7 @@ jobs: docstring_parameters_sync: <<: *binary_common docker: - - image: circleci/python:3.8 + - image: cimg/python:3.8 steps: - checkout - run: diff --git a/.circleci/config.yml.in b/.circleci/config.yml.in index 7e8350f434..4ec63b6c0a 100644 --- a/.circleci/config.yml.in +++ b/.circleci/config.yml.in @@ -105,7 +105,7 @@ smoke_test_common: &smoke_test_common jobs: circleci_consistency: docker: - - image: circleci/python:3.8 + - image: cimg/python:3.8 steps: - checkout - run: @@ -298,7 +298,7 @@ jobs: description: "What whl subfolder to upload to, e.g., blank or cu100/ (trailing slash is important)" type: string docker: - - image: circleci/python:3.8 + - image: cimg/python:3.8 steps: - attach_workspace: at: ~/workspace @@ -633,7 +633,7 @@ jobs: docstring_parameters_sync: <<: *binary_common docker: - - image: circleci/python:3.8 + - image: cimg/python:3.8 steps: - checkout - run: