pipeline: build: image: golang:latest commands: - go build -o segfautils dockerize: image: docker commands: - docker build - < Dockerfile