mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +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
|
- <<: *DOCKERHUB_AUTH
|
||||||
# CircleCI build images; https://github.com/CircleCI-Public/cimg-base
|
# CircleCI build images; https://github.com/CircleCI-Public/cimg-base
|
||||||
# for details.
|
# for details.
|
||||||
image: "cimg/base:2022.01"
|
image: "cimg/base:2022.09"
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
DISTRO: "tahoelafsci/<DISTRO>:foo-py3.9"
|
DISTRO: "tahoelafsci/<DISTRO>:foo-py3.9"
|
||||||
@ -619,7 +619,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- "checkout"
|
- "checkout"
|
||||||
- setup_remote_docker:
|
- setup_remote_docker:
|
||||||
version: "20.10.11"
|
docker_layer_caching: true
|
||||||
- run:
|
- run:
|
||||||
name: "Log in to Dockerhub"
|
name: "Log in to Dockerhub"
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user