ClusterAPI.imageBuilder/.drone.yml
Danny Bessems d4b3abc538
Some checks reported errors
continuous-integration/drone/push Build encountered an error
First build attempt
2023-02-22 21:39:07 +01:00

37 lines
664 B
YAML

kind: pipeline
type: kubernetes
name: 'CAPI ImageBuilder'
volumes:
- name: output
claim:
name: flexvolsmb-drone-output
- name: scratch
claim:
name: flexvolsmb-drone-scratch
steps:
- name: Debugging information
image: bv11-cr01.bessems.eu/library/packer-extended
commands:
- ansible --version
- ovftool --version
- packer --version
- yamllint --version
- name: Build CAPV image(s)
image: bv11-cr01.bessems.eu/library/packer-extended
pull: always
commands:
- |
apt-get update
- |
apt-get install -y \
curl \
make
- |
make build-node-ova-vsphere-ubuntu-2204
volumes:
- name: output
path: /output