kind: pipeline type: docker name: default steps: - name: build image: docker.io/tmaier/docker-compose volumes: - name: dockersock path: /var/run/docker.sock commands: - BUILDKIT_PROGRESS=plain docker compose build volumes: - name: dockersock host: path: /var/run/docker.sock