39 lines
1,021 B
JSON
Executable file
39 lines
1,021 B
JSON
Executable file
{
|
|
"version": "2",
|
|
"pipelines": [
|
|
{
|
|
"name": "build",
|
|
"runner": "org.osbuild.linux",
|
|
"stages": [
|
|
{
|
|
"type": "org.osbuild.debootstrap",
|
|
"options": {
|
|
"suite": "bookworm",
|
|
"mirror": "http://deb.debian.org/debian",
|
|
"arch": "amd64",
|
|
"variant": "minbase",
|
|
"apt_proxy": "http://192.168.1.101:3142"
|
|
}
|
|
},
|
|
{
|
|
"type": "org.osbuild.apt",
|
|
"options": {
|
|
"packages": ["systemd", "systemd-sysv", "dbus", "udev"],
|
|
"recommends": false,
|
|
"update": true,
|
|
"apt_proxy": "http://192.168.1.101:3142"
|
|
}
|
|
},
|
|
{
|
|
"type": "org.osbuild.ostree.commit",
|
|
"options": {
|
|
"repo": "debian-atomic",
|
|
"branch": "debian/bookworm",
|
|
"subject": "Debian Bookworm base system",
|
|
"body": "Debian Bookworm minbase system with systemd"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|