kind: pipeline type: docker name: hello steps: - name: install image: ubuntu commands: - apt update && apt-get -yq install ssh