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