--- kind: pipeline type: docker name: default steps: - name: Build docker image image: docker:latest volumes: - name: docker_sock path: /var/run/docker.sock commands: - docker build --no-cache -t nsd-docker . volumes: - name: docker_sock host: path: /var/run/docker.sock