runner-hvn (v0.1.0-main)

Published 2025-11-23 12:59:00 +00:00 by robot_0rkjnefe

Installation

docker pull git.hvn.wf/haven2.0/runner-hvn:v0.1.0-main
sha256:e2c43a2e700eb1103cf8a93159a8d46840ac67d064aa150b64df74a15da19eb7

Image layers

ADD file:966583dfcd62b970491cd0f3247bc5ec24f5004b9857324649452ae8f57cd5e1 in /
LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 10 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20251118"
CMD ["/bin/bash"]
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
/bin/sh -c dnf upgrade --refresh; dnf -y update; yum -y reinstall shadow-utils; dnf install -y dnf-plugins-core git openssl-devel buildah podman nodejs jq which -x container-selinux ; dnf copr enable -y lihaohong/forgejo-cli; dnf install -y forgejo-cli; yum install -y yum-utils; yum-config-manager --add-repo https://mise.jdx.dev/rpm/mise.repo; yum install -y mise; mise settings experimental=true; alias apt-get="dnf"; alias apt="dnf"; dnf clean all; rm -rf /var/cache /var/log/dnf* /var/log/yum.*
/bin/sh -c useradd podman; echo podman:10000:5000 > /etc/subuid; echo podman:10000:5000 > /etc/subgid;
VOLUME /var/lib/containers
VOLUME /home/podman/.local/share/containers
COPY file:a747ffbcf013a21de6c3f5d837d45a864926267cde4ef294c2ddfddeec13a12a in /etc/containers/containers.conf
COPY file:04ac9d7170f0863b7b35349cfdbd7fd765b0d762bf0420af8663aea693f427c8 in /home/podman/.config/containers/containers.conf
COPY file:93a8a72a4a39834f765ae01f092bc6270c6601cadc3d809b6e07abc2c9d7b1a9 in /etc/containers/storage.conf
/bin/sh -c chown podman:podman -R /home/podman
/bin/sh -c chmod 644 /etc/containers/containers.conf; sed -i -e 's|^#mount_program|mount_program|g' -e '/additionalimage.*/a "/var/lib/shared",' -e 's|^mountopt[[:space:]]*=.*$|mountopt = "nodev,fsync=0"|g' /etc/containers/storage.conf
/bin/sh -c mkdir -p /var/lib/shared/overlay-images /var/lib/shared/overlay-layers /var/lib/shared/vfs-images /var/lib/shared/vfs-layers; touch /var/lib/shared/overlay-images/images.lock; touch /var/lib/shared/overlay-layers/layers.lock; touch /var/lib/shared/vfs-images/images.lock; touch /var/lib/shared/vfs-layers/layers.lock
ENV _CONTAINERS_USERNS_CONFIGURED=""

Labels

Key Value
io.buildah.version 1.41.5
org.label-schema.build-date 20251118
org.label-schema.license GPLv2
org.label-schema.name CentOS Stream 10 Base Image
org.label-schema.schema-version 1.0
org.label-schema.vendor CentOS
Details
Container
2025-11-23 12:59:00 +00:00
9
OCI / Docker
linux/amd64
279 MiB
Versions (2) View all
v0.1.0-main 2025-11-23
dev 2025-11-11