add alt-container branding to rootfs-minimal images
This commit is contained in:
parent
a31327ff73
commit
7c91871ac2
@ -8,12 +8,6 @@ rebuild_after:
|
||||
days: 5
|
||||
|
||||
images:
|
||||
rootfs-minimal:
|
||||
target: ve/docker
|
||||
kinds:
|
||||
- tar.xz
|
||||
tests:
|
||||
- method: docker
|
||||
rootfs-systemd:
|
||||
target: ve/systemd-networkd
|
||||
kinds:
|
||||
|
@ -8,12 +8,6 @@ rebuild_after:
|
||||
days: 5
|
||||
|
||||
images:
|
||||
rootfs-minimal:
|
||||
target: ve/docker
|
||||
kinds:
|
||||
- tar.xz
|
||||
tests:
|
||||
- method: docker
|
||||
rootfs-systemd:
|
||||
target: ve/systemd-networkd
|
||||
kinds:
|
||||
|
32
configs/container-aarch64.yaml
Normal file
32
configs/container-aarch64.yaml
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
remote: 'builder@cloud-builder.office.basealt.ru:/home/builder/images/{branch}/{arch}'
|
||||
repository_url: http://mirror.yandex.ru/altlinux/{branch}/branch
|
||||
try_build_all: True
|
||||
log_level: debug
|
||||
|
||||
rebuild_after:
|
||||
days: 5
|
||||
|
||||
images:
|
||||
rootfs-minimal:
|
||||
target: ve/docker
|
||||
kinds:
|
||||
- tar.xz
|
||||
tests:
|
||||
- method: docker
|
||||
|
||||
branches:
|
||||
Sisyphus:
|
||||
arches:
|
||||
aarch64:
|
||||
repository_url: http://ftp.altlinux.org/pub/distributions/ALTLinux/{branch}
|
||||
p10:
|
||||
arches:
|
||||
aarch64:
|
||||
branding: alt-container
|
||||
p11:
|
||||
arches:
|
||||
aarch64:
|
||||
branding: alt-container
|
||||
|
||||
...
|
34
configs/container-x86.yaml
Normal file
34
configs/container-x86.yaml
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
remote: '/home/builder/images/{branch}/{arch}'
|
||||
repository_url: copy:///space/ALT/{branch}
|
||||
try_build_all: True
|
||||
log_level: debug
|
||||
|
||||
rebuild_after:
|
||||
days: 5
|
||||
|
||||
images:
|
||||
rootfs-minimal:
|
||||
target: ve/docker
|
||||
kinds:
|
||||
- tar.xz
|
||||
tests:
|
||||
- method: docker
|
||||
|
||||
branches:
|
||||
Sisyphus:
|
||||
arches:
|
||||
i586:
|
||||
x86_64:
|
||||
p10:
|
||||
arches:
|
||||
i586:
|
||||
x86_64:
|
||||
branding: alt-container
|
||||
p11:
|
||||
arches:
|
||||
i586:
|
||||
x86_64:
|
||||
branding: alt-container
|
||||
|
||||
...
|
Loading…
Reference in New Issue
Block a user