kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
image: hello-world:1
commands:
- echo hello world