kind: pipeline type: docker name: run-on-docker steps: - name: greeting image: python:3.11-slim commands: - echo hello - echo world