tilo-fex-buildroot-candidate (f45ce6a8290deafa519c5fa2d369bd53fc6b82fb-42471)
Published 2026-09-25 07:22:10 +00:00 by qos-ci
Installation
docker pull code.tilo.so/tilo/tilo-fex-buildroot-candidate:f45ce6a8290deafa519c5fa2d369bd53fc6b82fb-42471sha256:7cfe4d072faa726303ea5640313b4a6adabe736aefd7d8c5532cc29ea7836698Image layers
| ostree export of commit 812e11ff953af307485ca278bf3de893e32a7d7ac8cc42bd806ff42f2165ed88 |
| kernel-core-7.1.5-201.fc44.aarch64 |
| python3-botocore-1.43.52-1.fc44.noarch |
| nvidia-gpu-firmware-20260622-1.fc44.noarch |
| kernel-modules-7.1.5-201.fc44.aarch64 |
| kernel-modules-core-7.1.5-201.fc44.aarch64 |
| linux-firmware-20260622-1.fc44.noarch |
| python3-libs-3.14.6-1.fc44.aarch64 |
| podman-5:5.8.4-1.fc44.aarch64 |
| atheros-firmware-20260622-1.fc44.noarch |
| rpm-6.0.2-1.fc44.aarch64 |
| libicu-77.1-3.fc44.aarch64 |
| mt7xxx-firmware-20260622-1.fc44.noarch |
| qemu-user-static-mips-2:10.2.2-1.fc44.aarch64 |
| amd-gpu-firmware-20260622-1.fc44.noarch |
| skopeo-1:1.22.2-2.fc44.aarch64 |
| glibc-gconv-extra-2.43-7.fc44.aarch64 |
| bootc-1.16.4-1.fc44.aarch64 |
| glib2-2.88.2-1.fc44.aarch64 |
| qemu-user-static-xtensa-2:10.2.2-1.fc44.aarch64 |
| systemd-259.8-1.fc44.aarch64 |
| qemu-user-static-ppc-2:10.2.2-1.fc44.aarch64 |
| qemu-user-static-aarch64-2:10.2.2-1.fc44.aarch64 |
| systemd-udev-259.8-1.fc44.aarch64 |
| qemu-user-static-sparc-2:10.2.2-1.fc44.aarch64 |
| rpm-ostree-2026.2-1.fc44.aarch64 |
| intel-gpu-firmware-20260622-1.fc44.noarch |
| file-libs-5.46-10.fc44.aarch64 |
| toolbox-0.3-4.fc44.aarch64 |
| fwupd-2.1.7-1.fc44.aarch64 |
| samba-client-libs-2:4.24.4-1.fc44.aarch64 |
| qemu-user-static-riscv-2:10.2.2-1.fc44.aarch64 |
| qemu-user-static-arm-2:10.2.2-1.fc44.aarch64 |
| coreutils-common-9.10-4.fc44.aarch64 |
| NetworkManager-libnm-1:1.56.1-2.fc44.aarch64 |
| hwdata-0.409-1.fc44.noarch |
| python3-libdnf5-5.4.2.1-1.fc44.aarch64 |
| 161 components |
| systemd-resolved-259.8-1.fc44.aarch64 |
| vim-minimal-2:9.2.843-1.fc44.aarch64 and systemd-shared-259.8-1.fc44.aarch64 and systemd-libs-259.8-1.fc44.aarch64 and systemd-pam-259.8-1.fc44.aarch64 and python3-boto3-1.43.52-1.fc44.noarch |
| 13 components |
| qemu-user-static-sh4-2:10.2.2-1.fc44.aarch64 and qemu-user-static-hexagon-2:10.2.2-1.fc44.aarch64 and glibc-2.43-7.fc44.aarch64 |
| 13 components |
| 13 components |
| 13 components |
| 6 components |
| 13 components |
| 13 components |
| 9 components |
| 10 components |
| 13 components |
| 13 components |
| 13 components |
| 13 components |
| 13 components |
| 13 components |
| 13 components |
| python-pip-wheel-26.0.1-2.fc44.noarch |
| 26 components |
| 26 components |
| 17 components |
| 26 components |
| 26 components |
| initramfs (kernel 7.1.5-201.fc44.aarch64) and rpmostree-unpackaged-content |
| Reserved for new packages |
| RUN /bin/sh -c dnf install -y git cmake ninja-build pkgconf-pkg-config ccache clang lld llvm llvm-devel clang-devel python3-clang python3-setuptools alsa-lib-devel libdrm-devel libglvnd-devel libX11-devel libXrandr-devel libXrender-devel libxcb-devel wayland-devel libxshmfence-devel squashfs-tools squashfuse erofs-fuse erofs-utils qt6-qtdeclarative-devel gcc-c++ glibc-devel make perl xz && dnf clean all # buildkit |
| COPY os/external-assets/github-assets.tsv /tmp/external-assets.tsv # buildkit |
| COPY os/tests/fex-assembler.sh /usr/libexec/tilo/test-fex-assembler # buildkit |
| ARG BUILD_JOBS=2 |
| RUN |1 BUILD_JOBS=2 /bin/sh -c set -eu; case "$BUILD_JOBS" in ''|*[!0-9]*|0) echo 'BUILD_JOBS must be positive' >&2; exit 1;; esac; test "$BUILD_JOBS" -gt 0; cd /tilo-assets; awk -F '\t' '$2 == "nasm-2.16.03.tar.xz" { print $1 " " $2; found++ } END { if (found != 1) exit 1 }' /tmp/external-assets.tsv > /tmp/nasm.sha256; sha256sum --check --strict /tmp/nasm.sha256; mkdir /tmp/nasm-source; tar -xJf nasm-2.16.03.tar.xz -C /tmp/nasm-source --strip-components=1; cd /tmp/nasm-source; ./configure --prefix=/usr/local; make -j"$BUILD_JOBS"; make install; install -D -m 0644 LICENSE /usr/share/licenses/tilo-fex-nasm/LICENSE; bash /usr/libexec/tilo/test-fex-assembler /usr/local/bin/nasm; install -d /usr/lib/tilo; cp /tmp/nasm.sha256 /usr/lib/tilo/fex-nasm-source.sha256; rpm -qa --qf '%{NAME}-%{EPOCHNUM}:%{VERSION}-%{RELEASE}.%{ARCH}\n' | LC_ALL=C sort > /usr/lib/tilo/fex-buildroot-packages.txt; uname -m > /usr/lib/tilo/fex-buildroot-arch; rm -rf /tmp/nasm-source /tmp/nasm.sha256 /tmp/external-assets.tsv # buildkit |
| RUN |1 BUILD_JOBS=2 /bin/sh -c dnf install -y clang21 clang21-devel llvm21-devel && dnf clean all && /usr/lib64/llvm21/bin/clang --version > /usr/lib/tilo/fex-generator-compiler-version && rpm -qa --qf '%{NAME}-%{EPOCHNUM}:%{VERSION}-%{RELEASE}.%{ARCH}\n' | LC_ALL=C sort > /usr/lib/tilo/fex-buildroot-packages.txt # buildkit |
Labels
| Key | Value |
|---|---|
| containers.bootc | 1 |
| org.opencontainers.image.revision | f45ce6a8290deafa519c5fa2d369bd53fc6b82fb |
| org.opencontainers.image.version | 44.20260731.0 |
| org.tilo.development-only | true |
| ostree.bootable | true |
| ostree.commit | 812e11ff953af307485ca278bf3de893e32a7d7ac8cc42bd806ff42f2165ed88 |
| ostree.final-diffid | sha256:12787d84fa137cd5649a9005efe98ec9d05ea46245fdc50aecb7dd007f2035b1 |
| ostree.linux | 7.1.5-201.fc44.aarch64 |
| rpmostree.inputhash | 3c4a06be480b6b712f6499aa828ae2ce89c6cf1524f790cf614b61a895d810f5 |
Details
2026-09-25 07:22:10 +00:00
Versions (2)
View all
Container
14
OCI / Docker
linux/arm64
1.8 GiB