kind: pipeline type: kubernetes name: 'CAPI ImageBuilder' volumes: - name: output claim: name: flexvolsmb-drone-output - name: scratch claim: name: flexvolsmb-drone-scratch steps: - name: Build CAPV image(s) image: k8s.gcr.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.11 pull: always commands: - | ls / -lash - | make build-node-ova-vsphere-ubuntu-2204 environment: VSPHERE_PASSWORD: from_secret: vsphere_password volumes: - name: output path: /output