k8s
This commit is contained in:
parent
540ec98983
commit
591fa11823
1 changed files with 16 additions and 16 deletions
|
|
@ -66,9 +66,9 @@ steps:
|
|||
pip3 install -q b2 --break-system-packages
|
||||
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
||||
fi
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock # agent on VM
|
||||
- /tmp:/tmp # agent on VM
|
||||
# volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock # agent on VM
|
||||
# - /tmp:/tmp # agent on VM
|
||||
|
||||
- name: Upload
|
||||
image: pats22/s3-plugin:latest
|
||||
|
|
@ -87,17 +87,17 @@ steps:
|
|||
endpoint: s3.eu-central-003.backblazeb2.com
|
||||
overwrite: false
|
||||
volumes:
|
||||
# - ci-tmp:/tmp # agent on k8s
|
||||
- /tmp:/tmp # agent on VM
|
||||
- ci-tmp:/tmp # agent on k8s
|
||||
# - /tmp:/tmp # agent on VM
|
||||
|
||||
# services:
|
||||
# docker:
|
||||
# environment:
|
||||
# DOCKER_TLS_CERTDIR: ""
|
||||
# image: docker:26-dind
|
||||
# commands: dockerd --tls=false --host=tcp://0.0.0.0:2375
|
||||
# privileged: true
|
||||
# ports:
|
||||
# - 2375
|
||||
# # volumes:
|
||||
# # - ci-tmp:/tmp # agent on k8s
|
||||
services:
|
||||
docker:
|
||||
environment:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
image: docker:26-dind
|
||||
commands: dockerd --tls=false --host=tcp://0.0.0.0:2375
|
||||
privileged: true
|
||||
ports:
|
||||
- 2375
|
||||
volumes:
|
||||
- ci-tmp:/tmp # agent on k8s
|
||||
|
|
|
|||
Loading…
Reference in a new issue