cloud-build/example-config.yaml

55 lines
871 B
YAML
Raw Normal View History

2019-03-28 03:28:51 +03:00
---
remote: remote:/pub/images/{branch}/cloud
2019-04-18 22:53:33 +03:00
key: 0x00000000
repository_url: file:///space/ALT/{branch}
log_level: info
bad_arches:
- armh
2019-03-28 03:28:51 +03:00
images:
opennebula:
target: vm/opennebula-systemd
2019-04-08 01:21:09 +03:00
kinds:
2019-03-28 03:28:51 +03:00
- qcow2
2019-04-19 15:59:27 +03:00
exclude_arches:
2019-03-28 03:28:51 +03:00
- aarch64
rootfs-minimal:
target: ve/docker
2019-04-08 01:21:09 +03:00
kinds:
- tar.xz
2019-03-28 03:28:51 +03:00
rootfs-systemd:
target: ve/systemd-base
2019-04-08 01:21:09 +03:00
kinds:
2019-03-28 03:28:51 +03:00
- tar.xz
branches:
Sisyphus:
arches:
i586:
x86_64:
aarch64:
armh:
repository_url: file:///space/ALT/{branch}-{arch}
p8:
arches:
i586:
x86_64:
branding: alt-starterkit
repository_url: file:///space/ALT/{branch}
2019-04-11 01:17:56 +03:00
# services:
# sshd:
# images:
# - opennebula
# exclude_branches:
# - Sisyphus
# state: disable
# packages:
# gosu:
# images:
# - rootfs-minimal
# exclude_branches:
# - p8
2019-03-28 03:28:51 +03:00
...