mount dockersock for docker in docker

main
bel 2023-10-15 07:58:58 -06:00
parent fce00bad38
commit 78e6af29ed
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,10 @@ spec:
- name: build
type: ci
spec:
volumes:
- name: dockersock
spec: {}
type: temp
steps:
- name: debug
type: run
@ -20,6 +24,9 @@ spec:
spec:
name: docker
container: registry-app.inhome.blapointe.com:5001/docker:latest
mount:
- name: dockersock
path: /var/run
shell: sh
script: |
set -ueo pipefail