Update build-images job according to the latest doc

https://circleci.com/blog/how-to-build-a-docker-image-on-circleci-2-0/
trying to avoid "Docker is not supported on this resource class"

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
Benoit Donneaux 2024-12-10 22:01:18 +01:00 committed by meejah
parent db72c12e57
commit c7b2ae7b2c

View File

@ -609,7 +609,7 @@ jobs:
- <<: *DOCKERHUB_AUTH
# CircleCI build images; https://github.com/CircleCI-Public/cimg-base
# for details.
image: "cimg/base:2022.01"
image: "cimg/base:2022.09"
environment:
DISTRO: "tahoelafsci/<DISTRO>:foo-py3.9"
@ -619,7 +619,7 @@ jobs:
steps:
- "checkout"
- setup_remote_docker:
version: "20.10.11"
docker_layer_caching: true
- run:
name: "Log in to Dockerhub"
command: |