From 84c2dfb04bac726033323344b912d7831db13849 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 5 Mar 2024 11:19:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(circle)=20update=20cimg/base=20and?= =?UTF-8?q?=20docker=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lots of tags for cimg/base and docker versions have been depreacted and removed. In order to replace them we can use a default tag for the docker version and current tag for the cimg/base image --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d0ecd2c..9c6769e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: # Check that all versions are up-to-date check-versions: docker: - - image: cimg/base:2022.04 + - image: cimg/base:current working_directory: ~/fun steps: - checkout @@ -97,7 +97,7 @@ jobs: - <<: *generate-version-file # Activate docker-in-docker - setup_remote_docker: - version: 19.03.13 + version: default # Each image is tagged with the current git commit sha1 to avoid collisions in parallel builds. - run: name: Build production image @@ -267,7 +267,7 @@ jobs: - <<: *generate-version-file # Activate docker-in-docker - setup_remote_docker: - version: 19.03.13 + version: default - run: name: Build production image command: docker build -t ashley:${CIRCLE_SHA1} --target production .