--- kind: pipeline type: docker name: docker-build steps: - name: greeting image: docker:dind volumes: - name: dockersock path: /var/run commands: - sleep 5 # give docker enough time to start - docker build . -t shnee/ansible-manjaro services: - name: docker image: docker:dind privileged: true volumes: - name: dockersock path: /var/run volumes: - name: dockersock temp: {}