hvn-dev (0.0.8)

Published 2025-02-25 22:21:02 +00:00 by local_admin in common/container-images

Installation

docker pull git.hvn.wf/common/hvn-dev:0.0.8
sha256:daa8777921852a6733d8a5b109a1ce3e13d3293fe5bf7c2f03a6a715b679d61e

Image layers

KIWI 10.2.9
ARG FLAVOR
|1 FLAVOR=stable /bin/sh -c echo -e "\n\n# Added during image build" >> /etc/dnf/dnf.conf && echo -e "minrate=100\ntimeout=60\n" >> /etc/dnf/dnf.conf
ARG FLAVOR INSTALL_RPMS
|5 FLAVOR=stable INSTALL_RPMS=podman fuse-overlayfs openssh-clients ucpp /bin/sh -c dnf -y makecache && dnf -y update && rpm --setcaps shadow-utils 2>/dev/null && case "${FLAVOR}" in stable) dnf -y install $INSTALL_RPMS --exclude container-selinux ;; testing) dnf -y install $INSTALL_RPMS --exclude container-selinux --enablerepo updates-testing ;; upstream) dnf -y install 'dnf-command(copr)' --enablerepo=updates-testing && dnf -y copr enable rhcontainerbot/podman-next && dnf -y install $INSTALL_RPMS --exclude container-selinux --enablerepo=updates-testing ;; *) printf "\\nFLAVOR argument must be set and valid, currently: '${FLAVOR}'\\n\\n" 1>&2 && exit 1 ;; esac && ln -s /usr/bin/ucpp /usr/local/bin/cpp && dnf clean all && rm -rf /var/cache /var/log/dnf* /var/log/yum.*
|5 FLAVOR=stable INSTALL_RPMS=podman fuse-overlayfs openssh-clients ucpp /bin/sh -c useradd podman && echo -e "podman:1:999\npodman:1001:64535" > /etc/subuid && echo -e "podman:1:999\npodman:1001:64535" > /etc/subgid
ADD file:3d3480db582f434f9bcfa5f55f3f8a6a5885e4f40b104b0ce3ba35b6780d5a69 in /etc/containers/containers.conf
ADD file:9dc1df7375d7fc9ea0193fc9c9d2247ef5e5ce280a65e4e60b1c027f7c41d069 in /home/podman/.config/containers/containers.conf
|5 FLAVOR=stable INSTALL_RPMS=podman fuse-overlayfs openssh-clients ucpp /bin/sh -c mkdir -p /home/podman/.local/share/containers && chown podman:podman -R /home/podman && chmod 644 /etc/containers/containers.conf
|5 FLAVOR=stable INSTALL_RPMS=podman fuse-overlayfs openssh-clients ucpp /bin/sh -c sed -e 's|^#mount_program|mount_program|g' -e '/additionalimage.*/a "/var/lib/shared",' -e 's|^mountopt[[:space:]]*=.*$|mountopt = "nodev,fsync=0"|g' /usr/share/containers/storage.conf > /etc/containers/storage.conf
|5 FLAVOR=stable INSTALL_RPMS=podman fuse-overlayfs openssh-clients ucpp /bin/sh -c printf '/run/secrets/etc-pki-entitlement:/run/secrets/etc-pki-entitlement\n/run/secrets/rhsm:/run/secrets/rhsm\n' > /etc/containers/mounts.conf
VOLUME /var/lib/containers
VOLUME /home/podman/.local/share/containers
|5 FLAVOR=stable INSTALL_RPMS=podman fuse-overlayfs openssh-clients ucpp /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="" BUILDAH_ISOLATION=chroot
LABEL "org.opencontainers.image.created"="2025-02-06T15:21:48+00:00" "org.opencontainers.image.authors"="podman@lists.podman.io" "org.opencontainers.image.source"="https://github.com/containers/image_build/blob/f27333ae1ff3efbc9e5a507bb44c90e3bacc937e/podman/" "org.opencontainers.image.revision"="f27333ae1ff3efbc9e5a507bb44c90e3bacc937e" "org.opencontainers.image.documentation"="https://github.com/containers/image_build/blob/f27333ae1ff3efbc9e5a507bb44c90e3bacc937e/podman/README.md" "built.by.repo"="https://github.com/containers/image_build.git" "built.by.commit"="f27333ae1ff3efbc9e5a507bb44c90e3bacc937e" "built.by.exec"="containers_build_push.sh" "built.by.digest"="sha256:113ae526992d1e4d777ecfb152085119d47d9ee32c2b6ffe2e25e16dbd3e953d" "built.by.logs"="https://cirrus-ci.com/task/5938226164137984" "org.opencontainers.image.version"="5.3.2" "org.opencontainers.image.url"="https://quay.io/containers/podman" "org.opencontainers.image.url"="https://quay.io/podman/stable"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
/bin/sh -c dnf -y install git zsh jq curl dnf-plugins-core; dnf config-manager addrepo --from-repofile=https://mise.jdx.dev/rpm/mise.repo; dnf install -y mise; dnf clean all; echo 'eval "$(/usr/bin/mise activate bash --shims)"' >> ~/.bashrc
/bin/sh -c export RUNNER_VERSION=$(curl -X 'GET' https://data.forgejo.org/api/v1/repos/forgejo/runner/releases/latest | jq .name -r | cut -c 2-); curl -L https://data.forgejo.org/forgejo/runner/releases/download/v${RUNNER_VERSION}/forgejo-runner-${RUNNER_VERSION}-linux-amd64 -o forgejo-runner ; cp forgejo-runner /usr/local/bin/forgejo-runner; chmod +x /usr/local/bin/forgejo-runner

Labels

Key Value
built.by.commit f27333ae1ff3efbc9e5a507bb44c90e3bacc937e
built.by.digest sha256:113ae526992d1e4d777ecfb152085119d47d9ee32c2b6ffe2e25e16dbd3e953d
built.by.exec containers_build_push.sh
built.by.logs https://cirrus-ci.com/task/5938226164137984
built.by.repo https://github.com/containers/image_build.git
io.buildah.version 1.38.1
license MIT
name fedora
org.opencontainers.image.authors podman@lists.podman.io
org.opencontainers.image.created 2025-02-06T15:21:48+00:00
org.opencontainers.image.documentation https://github.com/containers/image_build/blob/f27333ae1ff3efbc9e5a507bb44c90e3bacc937e/podman/README.md
org.opencontainers.image.license MIT
org.opencontainers.image.name fedora
org.opencontainers.image.revision f27333ae1ff3efbc9e5a507bb44c90e3bacc937e
org.opencontainers.image.source https://github.com/containers/image_build/blob/f27333ae1ff3efbc9e5a507bb44c90e3bacc937e/podman/
org.opencontainers.image.url https://quay.io/podman/stable
org.opencontainers.image.vendor Fedora Project
org.opencontainers.image.version 5.3.2
vendor Fedora Project
version 41
Details
Container
2025-02-25 22:21:02 +00:00
25
OCI / Docker
linux/amd64
podman@lists.podman.io
247 MiB
Versions (7) View all
0.0.8 2025-02-25
0.0.6 2025-02-22
0.0.4 2025-02-19
0.0.3 2025-02-19
0.0.2 2025-02-18