pipeline: compile: image: rust commands: - cargo build build: image: docker volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - docker build .