oci

c-os (docker-44-20260829-r284)

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

Installation

docker pull git.m1ch.eu/oci/c-os:docker-44-20260829-r284
sha256:30aaa3ac5f3e076651172822d5e563ff5dd362513e2482ba5a2c1c0db27adcb6

Image layers

ostree export of commit 89a67497d2a7e6cd6c4738d912e299d32cde3f7842d10fb699c7095576a426aa
python3-botocore-1.43.77-1.fc44.noarch
nvidia-gpu-firmware-20260810-1.fc44.noarch
kernel-modules-7.1.10-200.fc44.x86_64
kernel-modules-core-7.1.10-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.10-200.fc44.x86_64
amd-gpu-firmware-20260810-1.fc44.noarch
skopeo-1:1.22.2-2.fc44.x86_64
bootc-1.16.9-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.6-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.3.0-2.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.967-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.77-1.fc44.noarch
12 components
glibc-2.43-8.fc44.x86_64
12 components
12 components
12 components
curl-8.18.0-9.fc44.x86_64 and glibc-common-2.43-8.fc44.x86_64 and libldb-2:4.24.6-1.fc44.x86_64 and samba-common-2:4.24.6-1.fc44.noarch and libsmbclient-2:4.24.6-1.fc44.x86_64
12 components
12 components
12 components
9 components
12 components
12 components
12 components
12 components
12 components
12 components
12 components
openssl-1:3.5.7-2.fc44.x86_64 and dracut-108-7.fc44.x86_64 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
17 components
24 components
24 components
initramfs (kernel 7.1.10-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:74c9f547a64a08fcb07648532066e64d24583c98e55b73ec8587b4455ae46c67
/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:24a7ad83014cca3354d89273c8b43e61c3e8482c4b7872a3bf82f05c8fe0df3d
/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:9c3997cafe559f0b19b755f13a5a83ae4f6ffbbc0e56a9f0508ec0311bcf0faf"
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 grep -vE '^#' scripts/packages-add | xargs dnf -y install --setopt=install_weak_deps=False --allowerasing && dnf -y autoremove:sha256:5dfedea6df8215d179b430097256f8007558af130ad060cf98b8cce9744d9f44
/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:e8d3d36a8ec7f52c7c4862e9dbd4bfcccfa048e30716de544338cd8d2313e78e
/bin/sh -c --mount=type=tmpfs,target=/var --mount=type=tmpfs,target=/run --mount=type=tmpfs,target=/tmp curl -sL "https://github.com/henrygd/beszel/releases/latest/download/beszel-agent_$(uname -s)_$(uname -m | sed -e 's/x86_64/amd64/' -e 's/armv6l/arm/' -e 's/armv7l/arm/' -e 's/aarch64/arm64/').tar.gz" | tar -xz --directory /usr/local/bin beszel-agent
/bin/sh -c bootc container lint
LABEL "upstream-digest"="sha256:c1d71668b8f36f3103074e1d00f0ddab07f03a6e67f61dce77994dadaad03115"
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 dnf5 config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo && grep -vE '^#' scripts/packages-add | xargs dnf -y install --setopt=install_weak_deps=False --allowerasing:sha256:4a1f7289106e1ab613d2990a5a535e02b5026264ad2d7dd49c470108170ac34f
/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:06b7444e8e153570ab216333ad80f41653f27944976ea7b70edc171fbb610992
/bin/sh -c systemctl enable docker-prune.timer && systemctl enable docker.service
/bin/sh -c bootc container lint
LABEL "upstream-digest"="sha256:b1f29516112ea876242bd7e22580e25ef96e0a2e6610aa32581d1ea4838dfe60"

Labels

Key Value
containers.bootc 1
io.buildah.version 1.43.2
org.opencontainers.image.version 44.20260828.0
ostree.bootable true
ostree.commit 89a67497d2a7e6cd6c4738d912e299d32cde3f7842d10fb699c7095576a426aa
ostree.final-diffid sha256:12787d84fa137cd5649a9005efe98ec9d05ea46245fdc50aecb7dd007f2035b1
ostree.linux 7.1.10-200.fc44.x86_64
rpmostree.inputhash cd3d2215f5c8e7783e6e5f50932b5009389df67a970003f65dd844d0b582b6b0
upstream-digest sha256:b1f29516112ea876242bd7e22580e25ef96e0a2e6610aa32581d1ea4838dfe60
Details
Container
2026-08-29 03:26:59 +00:00
0
OCI / Docker
linux/amd64
1.4 GiB
Versions (99) View all
docker-43 2026-08-30
docker 2026-08-30
docker-44 2026-08-30