mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
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:
parent
db72c12e57
commit
c7b2ae7b2c
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user