--- kind: pipeline type: docker name: default steps: - name: build image: docker:dind volumes: - name: dockersock path: /var/run commands: - docker build . volumes: - name: dockersock temp: {}