kind: pipeline type: docker name: default docker: registry: docker.1ms.run steps: - name: run-hello-script image: library/alpine # 必须指定基础镜像(如alpine/bash) commands: - chmod +x hello.sh - ./hello.sh