oci

c-os (base-44-20260820-r274)

Published 2026-08-20 03:13:26 +00:00 by mich in oci/c-os

Installation

docker pull git.m1ch.eu/oci/c-os:base-44-20260820-r274
sha256:c266f8d2121161675c2c13c431d7ae378a85a0f36653b44b8634227eca165673

Image layers

ostree export of commit 5119538b9079dbb8941d3120a5fdf7c1d0501d9baed16c3e82fcafc1498c5907
python3-botocore-1.43.72-1.fc44.noarch
nvidia-gpu-firmware-20260810-1.fc44.noarch
kernel-modules-7.1.8-200.fc44.x86_64
kernel-modules-core-7.1.8-200.fc44.x86_64
podman-5:5.8.4-1.fc44.x86_64
linux-firmware-20260810-1.fc44.noarch
atheros-firmware-20260810-1.fc44.noarch
python3-libs-3.14.7-1.fc44.x86_64
libicu-77.1-3.fc44.x86_64
rpm-6.0.2-1.fc44.x86_64
mt7xxx-firmware-20260810-1.fc44.noarch
qemu-user-static-mips-2:10.2.2-1.fc44.x86_64
kernel-core-7.1.8-200.fc44.x86_64
amd-gpu-firmware-20260810-1.fc44.noarch
skopeo-1:1.22.2-2.fc44.x86_64
bootc-1.16.7-1.fc44.x86_64
qemu-user-static-ppc-2:10.2.2-1.fc44.x86_64
glib2-2.88.3-1.fc44.x86_64
qemu-user-static-aarch64-2:10.2.2-1.fc44.x86_64
microcode_ctl-2:2.1-74.fc44.x86_64
qemu-user-static-xtensa-2:10.2.2-1.fc44.x86_64
rpm-ostree-2026.2-1.fc44.x86_64
systemd-udev-259.8-1.fc44.x86_64
qemu-user-static-sparc-2:10.2.2-1.fc44.x86_64
systemd-259.8-1.fc44.x86_64
intel-gpu-firmware-20260810-1.fc44.noarch
toolbox-0.3-4.fc44.x86_64
file-libs-5.46-10.fc44.x86_64
fwupd-2.1.7-1.fc44.x86_64
samba-client-libs-2:4.24.5-1.fc44.x86_64
qemu-user-static-riscv-2:10.2.2-1.fc44.x86_64
qemu-user-static-arm-2:10.2.2-1.fc44.x86_64
coreutils-common-9.10-5.fc44.x86_64
NetworkManager-libnm-1:1.56.1-2.fc44.x86_64
hwdata-0.410-1.fc44.noarch
python3-libdnf5-5.4.2.1-1.fc44.x86_64
182 components
systemd-pam-259.8-1.fc44.x86_64 and systemd-resolved-259.8-1.fc44.x86_64
vim-minimal-2:9.2.920-1.fc44.x86_64 and systemd-shared-259.8-1.fc44.x86_64 and systemd-libs-259.8-1.fc44.x86_64 and python3-boto3-1.43.72-1.fc44.noarch
12 components
glibc-2.43-8.fc44.x86_64
12 components
12 components
12 components
curl-8.18.0-8.fc44.x86_64 and glibc-common-2.43-8.fc44.x86_64 and libldb-2:4.24.5-1.fc44.x86_64 and libsmbclient-2:4.24.5-1.fc44.x86_64 and samba-common-2:4.24.5-1.fc44.noarch
12 components
12 components
11 components
9 components
12 components
12 components
12 components
12 components
12 components
12 components
12 components
python-pip-wheel-26.0.1-2.fc44.noarch and sos-4.11.2-1.fc44.noarch and bootupd-0.2.35-1.fc44.x86_64 and 7zip-26.02-1.fc44.x86_64 and p11-kit-0.26.5-1.fc44.x86_64
24 components
24 components
18 components
24 components
24 components
initramfs (kernel 7.1.8-200.fc44.x86_64) and rpmostree-unpackaged-content
Reserved for new packages
WORKDIR /tmp
/bin/sh -c --mount=type=tmpfs,target=/var --mount=type=tmpfs,target=/run --mount=type=tmpfs,target=/tmp --mount=ro,relabel=shared,type=bind,source=/scripts,target=scripts dnf -y install dnf5-plugins && grep -vE '^#' scripts/packages-remove | xargs dnf -y remove && grep -vE '^#' scripts/packages-add | xargs dnf -y install --setopt=install_weak_deps=False --allowerasing && dnf -y autoremove && ln /usr/bin/nvim /usr/bin/vim:sha256:493bd8cb6b0846299dddebc71d3af9c39154842e17cc00c4b760662f32f20e62
/bin/sh -c --mount=type=tmpfs,target=/var --mount=type=tmpfs,target=/run --mount=type=tmpfs,target=/tmp --mount=ro,relabel=shared,type=bind,source=/files,target=files find files -mindepth 1 -type d | sed -e 's/^files/mkdir -p /' -e 's|__|/|g' | bash && find files -mindepth 1 -type f -name "*__*" | sed -e 's!^files\(.*\)__.*$!mkdir -p $(echo \1 | sed -e "s|__|/|g" )!' | bash && find files -mindepth 1 -type f -not -name .gitkeep | sed -e 's!^files\(.*\)!cp files\1 $(echo \1 | sed -e "s|__|/|g" )!' | bash && find /usr/local/bin -type f -exec chmod 555 {} \; && find /usr/local/sbin -type f -exec chmod 550 {} \;:sha256:3a9781bec5d298eb0661d9d6a4abfed4f99d53a2a2b2c5a3882ce0577b39c113
/bin/sh -c echo -e "kernel.printk = 2\t4\t1\t7" >> /usr/lib/sysctl.d/99-user.conf && systemctl enable lm_sensors && systemctl enable sysstat && systemctl enable tuned && systemctl enable fstrim.timer && systemctl enable bootc-fetch.timer && systemctl enable bootc-boot.service && systemctl enable multiuser-reboot.timer && systemctl enable influx_monitor.service && systemctl mask bootc-fetch-apply-updates.timer
/bin/sh -c bootc container lint
LABEL "upstream-digest"="sha256:83c32e69cafccdbd590cb47cfad8e1061989604735c5896756c039b6ca98dbd2"

Labels

Key Value
containers.bootc 1
io.buildah.version 1.43.2
org.opencontainers.image.version 44.20260819.0
ostree.bootable true
ostree.commit 5119538b9079dbb8941d3120a5fdf7c1d0501d9baed16c3e82fcafc1498c5907
ostree.final-diffid sha256:12787d84fa137cd5649a9005efe98ec9d05ea46245fdc50aecb7dd007f2035b1
ostree.linux 7.1.8-200.fc44.x86_64
rpmostree.inputhash c392062942a72065f91e6a365c9d9d79370c60510f9dc53a9db33a335a7e2c95
upstream-digest sha256:83c32e69cafccdbd590cb47cfad8e1061989604735c5896756c039b6ca98dbd2
Details
Container
2026-08-20 03:13:26 +00:00
0
OCI / Docker
linux/amd64
1.2 GiB
Versions (99) View all
docker-43 2026-08-30
docker 2026-08-30
docker-44 2026-08-30