This instance is meant for quick testing and is wiped every monday morning.
Please use boot.ci-tron.dev for production deployments.
#!ipxe
set hostname ondracka-gateway
set gateway_img_path registry.freedesktop.org/gfx-ci/ci-tron/gateway:latest
set gateway_cache_device auto
set gateway_extra_cmdline
# TODO: Automatically pick the latest version of b2c
set b2c_version v0.9.18
set linux_arch {{ client.cpu_arch.linux }}
set go_arch {{ client.cpu_arch.go }}
set b2c_url_path gfx-ci/boot2container/-/releases/${b2c_version}/downloads/initramfs.linux_${go_arch}.cpio.xz
set kernel_url_path gfx-ci/boot2container/-/releases/${b2c_version}/downloads/linux-${linux_arch}
# Safe URLs, but probably much slower than the Freedesktop.org-CDN-provided ones defined below
set b2c_url https://demo.ci-tron.dev/glfdo/${b2c_url_path}
set kernel_url https://demo.ci-tron.dev/glfdo/${kernel_url_path}
# Comment the following lines if your gateway fails to boot due to SSL issues so that the above URLs are used
set b2c_url https://gitlab.freedesktop.org/${b2c_url_path}
set kernel_url https://gitlab.freedesktop.org/${kernel_url_path}
kernel ${kernel_url} initrd=initrd.magic net.ifnames=0 b2c.ntp_peer=auto b2c.pipefail b2c.swap=32G b2c.extra_args_url="{{ secrets_url }}" b2c.volume="ci-tron-cache" b2c.hostname=${hostname} b2c.run="-ti --pull=always -v ci-tron-cache:/cache -v ci-tron-config-48df2d991de3a9973232bfa7f71cf8eccc70a660:/config -v /dev:/dev -v /lib/modules:/lib/modules -v /lib/firmware:/lib/firmware docker://${gateway_img_path}" b2c.cache_device="${gateway_cache_device}" b2c.shutdown_cmd="reboot -f" ${gateway_extra_cmdline}
initrd ${b2c_url}
initrd ${kernel_url}.depmod.cpio.xz
{% if client.cpu_arch.linux == "x86_64" -%}
initrd ${kernel_url}.ucode.cpio # For Intel platforms, remove for AMD
initrd ${kernel_url}.gpu.cpio
{%- endif %}
initrd ${kernel_url}.wifi.cpio
boot
| Path | Size | Last modified | Actions |
|---|---|---|---|
| config/boot/boot.ipxe | 1748 | 2026-01-30 11:05:10.262000+00:00 |
|
| config/boot/secrets | 258 | 2026-01-30 11:05:10.264000+00:00 |
|
| config/config.env | 148 | 2026-01-30 11:11:17.101000+00:00 |
|
| config/mars_db.yaml | 374 | 2026-01-30 11:05:10.269000+00:00 |
|
| config/network/hostapd-mgmt.conf | 250 | 2026-01-30 11:05:10.272000+00:00 |
|
| config/ssh/authorized_keys | 749 | 2026-01-30 11:05:10.275000+00:00 |
|
| ci-gateway-ondracka-rpi_arm64.img.README | 560 | 2026-01-30 11:06:21.616000+00:00 |
|
| ci-gateway-ondracka-rpi_arm64.img.xz | 2155740 | 2026-01-30 11:06:21.629000+00:00 |
|
| ci-gateway-ondracka-rpi_arm64.img.xz.sha256sum | 129 | 2026-01-30 11:06:21.642000+00:00 |
|
| ci-gateway-ondracka.crt | 4837 | 2026-01-30 11:06:21.609000+00:00 |
|
| ci-gateway-ondracka.fingerprint | 41 | 2026-01-30 11:06:21.614000+00:00 |
|
| ci-gateway-ondracka.key | 1704 | 2026-01-30 11:06:21.604000+00:00 |
|
| ci-gateway-ondracka.req | 891 | 2026-01-30 11:06:21.606000+00:00 |
|