--- kind: pipeline name: default type: docker platform: os: linux arch: amd64 clone: image: reg.int.it2000.com.cn/devops/git tags: true skip_verify: true steps: - name: build image: reg.int.it2000.com.cn/library/node:14.20-bullseye volumes: - name: app path: /home/node/app commands: - npm install - npm run build volumes: - name: app host: path: /opt/node/app - name: certs host: path: /etc/ssl/certs - name: docker host: path: /var/run/docker.sock