kind: pipeline name: default platform: os: linux arch: amd64 steps: - name: hello image: docker.io/busybox:latest commands: - echo "Hello world"