oci

c-os (base-43-20260512-r168)

Published 2026-05-12 12:00:04 +00:00 by mich in oci/c-os

Installation

docker pull git.m1ch.eu/oci/c-os:base-43-20260512-r168
sha256:f744da00b18db0fb6d09d8c9999679f101f4a13de6d12b1deac7a384661b2776

Image layers

ostree export of commit 0acba4f97a98017af1530768235694553268205e711ea481c54324c918cc4615
python3-botocore-1.43.2-1.fc43.noarch
nvidia-gpu-firmware-20260410-1.fc43.noarch
kernel-modules-7.0.4-100.fc43.x86_64
kernel-modules-core-7.0.4-100.fc43.x86_64
linux-firmware-20260410-1.fc43.noarch
podman-5:5.8.2-1.fc43.x86_64
python3-libs-3.14.4-2.fc43.x86_64
atheros-firmware-20260410-1.fc43.noarch
libicu-77.1-1.fc43.x86_64
rpm-6.0.1-1.fc43.x86_64
qemu-user-static-mips-2:10.1.5-1.fc43.x86_64
kernel-core-7.0.4-100.fc43.x86_64
amd-gpu-firmware-20260410-1.fc43.noarch
skopeo-1:1.22.2-1.fc43.x86_64
mt7xxx-firmware-20260410-1.fc43.noarch
samba-client-libs-2:4.23.7-2.fc43.x86_64
qemu-user-static-aarch64-2:10.1.5-1.fc43.x86_64
microcode_ctl-2:2.1-71.1.fc43.x86_64
glib2-2.86.5-1.fc43.x86_64
qemu-user-static-ppc-2:10.1.5-1.fc43.x86_64
qemu-user-static-xtensa-2:10.1.5-1.fc43.x86_64
rpm-ostree-2026.1-3.fc43.x86_64
systemd-udev-258.7-1.fc43.x86_64
qemu-user-static-sparc-2:10.1.5-1.fc43.x86_64
systemd-258.7-1.fc43.x86_64
bootc-1.15.2-1.fc43.x86_64
toolbox-0.3-1.fc43.x86_64
file-libs-5.46-9.fc43.x86_64
coreutils-common-9.7-8.fc43.x86_64
qemu-user-static-riscv-2:10.1.5-1.fc43.x86_64
qemu-user-static-arm-2:10.1.5-1.fc43.x86_64
NetworkManager-libnm-1:1.54.3-2.fc43.x86_64
fwupd-2.0.20-1.fc43.x86_64
hwdata-0.406-1.fc43.noarch
brcmfmac-firmware-20260410-1.fc43.noarch
qemu-user-static-x86-2:10.1.5-1.fc43.x86_64
177 components
systemd-pam-258.7-1.fc43.x86_64 and systemd-resolved-258.7-1.fc43.x86_64
systemd-shared-258.7-1.fc43.x86_64 and systemd-libs-258.7-1.fc43.x86_64 and vim-minimal-2:9.2.390-1.fc43.x86_64 and python3-boto3-1.43.2-1.fc43.noarch
11 components
12 components
12 components
glibc-common-2.42-12.fc43.x86_64 and libldb-2:4.23.7-2.fc43.x86_64 and samba-common-libs-2:4.23.7-2.fc43.x86_64 and libsmbclient-2:4.23.7-2.fc43.x86_64 and samba-common-2:4.23.7-2.fc43.noarch
12 components
10 components
10 components
12 components
12 components
12 components
12 components
12 components
12 components
12 components
12 components
12 components
12 components
12 components
24 components
24 components
24 components
24 components
bluez-5.86-4.fc43.x86_64 and bootupd-0.2.33-1.fc43.x86_64 and util-linux-2.41.4-7.fc43.x86_64 and p11-kit-0.26.2-1.fc43.x86_64 and util-linux-core-2.41.4-7.fc43.x86_64
initramfs (kernel 7.0.4-100.fc43.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 --allowerasing && dnf -y autoremove && ln /usr/bin/nvim /usr/bin/vim:sha256:25e111fd9938864d09c141429a65ea5b35661cd665ac02f855b94ddd35c1d9f3
/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:c8995605bc3f5ca1c87210399714d29a759891ddb611399eb3b23b5fa2879235
/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:0062f3715c1cfffde5f8415383b3d975592d14fbe88cffb6135d54346d314632"

Labels

Key Value
containers.bootc 1
io.buildah.version 1.43.1
org.opencontainers.image.version 43.20260512.0
ostree.bootable true
ostree.commit 0acba4f97a98017af1530768235694553268205e711ea481c54324c918cc4615
ostree.final-diffid sha256:12787d84fa137cd5649a9005efe98ec9d05ea46245fdc50aecb7dd007f2035b1
ostree.linux 7.0.4-100.fc43.x86_64
rpmostree.inputhash e06c4a49aa7db1c625bcd1385543ed94a036adc1d70295dd75f660cb74c8ea02
upstream-digest sha256:0062f3715c1cfffde5f8415383b3d975592d14fbe88cffb6135d54346d314632
Details
Container
2026-05-12 12:00:04 +00:00
0
OCI / Docker
linux/amd64
1.3 GiB
Versions (60) View all
docker-44 2026-05-16
docker 2026-05-16
docker-43 2026-05-16