plugin-container/build (935d092472410a16ad2e029a214c484c988ac5f6ca90ef9a306c56dd86e05dd6)

Published 2026-03-24 19:36:39 +00:00 by BjoernPetersen

Installation

docker pull code.bjoernpetersen.net/bjoernpetersen/plugin-container/build:935d092472410a16ad2e029a214c484c988ac5f6ca90ef9a306c56dd86e05dd6
sha256:5b831381ac030d40b420f741d49df9c92a6a5a16caf4ef2184607da538ae0902

Image layers

KIWI 10.2.45
ARG
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
|7 FLAVOR=stable INSTALL_RPMS=podman fuse-overlayfs openssh-clients cpp git-core /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 && dnf clean all && if test -n "$SOURCE_DATE_EPOCH" ; then sqlite3 /usr/lib/sysimage/libdnf5/transaction_history.sqlite "UPDATE trans SET dt_begin=$SOURCE_DATE_EPOCH, dt_end=$SOURCE_DATE_EPOCH; PRAGMA journal_mode=DELETE; PRAGMA journal_mode=WAL" ; fi && rm -fv /etc/machine-id /var/lib/systemd/random-seed /var/lib/dnf/repos/*/countme && rm -fv /usr/lib/systemd/profile.d/* && rm -rf /var/cache /var/log/dnf* /var/log/hawkey.log /var/log/yum.*
|7 FLAVOR=stable INSTALL_RPMS=podman fuse-overlayfs openssh-clients cpp git-core /bin/sh -c useradd podman && echo -e "root:1:65535\npodman:1:999\npodman:1001:64535" > /etc/subuid && echo -e "root:1:65535\npodman:1:999\npodman:1001:64535" > /etc/subgid
ADD file:61d10ab6c0331b9514a49daff10ab5ca3dd40f2f8be6daf6e09a0afffbbc8154 in /etc/containers/containers.conf
ADD file:de6cf50cb75c4a687045e16c7cb0e7d7eb9a10f795045d7f4fd4141cf8fdbbb9 in /home/podman/.config/containers/containers.conf
|7 FLAVOR=stable INSTALL_RPMS=podman fuse-overlayfs openssh-clients cpp git-core /bin/sh -c mkdir -p /home/podman/.local/share/containers && chown podman:podman -R /home/podman && chmod 644 /etc/containers/containers.conf
|7 FLAVOR=stable INSTALL_RPMS=podman fuse-overlayfs openssh-clients cpp git-core /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
|7 FLAVOR=stable INSTALL_RPMS=podman fuse-overlayfs openssh-clients cpp git-core /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
|7 FLAVOR=stable INSTALL_RPMS=podman fuse-overlayfs openssh-clients cpp git-core /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"="2026-03-24T15:59:39+00:00" "org.opencontainers.image.authors"="podman@lists.podman.io" "org.opencontainers.image.source"="https://github.com/containers/image_build/blob/7afbb776a06a7de7ab2a73bab7066538e36d74a5/podman/" "org.opencontainers.image.revision"="7afbb776a06a7de7ab2a73bab7066538e36d74a5" "org.opencontainers.image.documentation"="https://github.com/containers/image_build/blob/7afbb776a06a7de7ab2a73bab7066538e36d74a5/podman/README.md" "built.by.repo"="https://github.com/containers/image_build.git" "built.by.commit"="7afbb776a06a7de7ab2a73bab7066538e36d74a5" "built.by.exec"="containers_build_push.sh" "built.by.digest"="sha256:113ae526992d1e4d777ecfb152085119d47d9ee32c2b6ffe2e25e16dbd3e953d" "built.by.logs"="https://cirrus-ci.com/task/4877958059393024" "org.opencontainers.image.version"="5.8.1" "org.opencontainers.image.url"="https://quay.io/containers/podman" "org.opencontainers.image.url"="https://quay.io/podman/stable"org.opencontainers.image.created=2026-03-24T15:59:39+00:00,org.opencontainers.image.authors=podman@lists.podman.io,org.opencontainers.image.source=https://github.com/containers/image_build/blob/7afbb776a06a7de7ab2a73bab7066538e36d74a5/podman/,org.opencontainers.image.revision=7afbb776a06a7de7ab2a73bab7066538e36d74a5,org.opencontainers.image.documentation=https://github.com/containers/image_build/blob/7afbb776a06a7de7ab2a73bab7066538e36d74a5/podman/README.md,built.by.repo=https://github.com/containers/image_build.git,built.by.commit=7afbb776a06a7de7ab2a73bab7066538e36d74a5,built.by.exec=containers_build_push.sh,built.by.digest=sha256:113ae526992d1e4d777ecfb152085119d47d9ee32c2b6ffe2e25e16dbd3e953d,built.by.logs=https://cirrus-ci.com/task/4877958059393024,org.opencontainers.image.version=5.8.1,org.opencontainers.image.url=https://quay.io/containers/podman,org.opencontainers.image.url=https://quay.io/podman/stable
WORKDIR /script
COPY dir:a751a4895e2852ed4fed62a9b6386bb92386c85012352c162bc62abe5a17bdf6 in ./lib/
COPY file:107bc97e4c90bad6b9b9acffbbf1f716ec7ea32bac80cc953b56d0c53227137a in ./
ENTRYPOINT [ "/script/entrypoint.sh" ]

Labels

Key Value
built.by.commit 7afbb776a06a7de7ab2a73bab7066538e36d74a5
built.by.digest sha256:113ae526992d1e4d777ecfb152085119d47d9ee32c2b6ffe2e25e16dbd3e953d
built.by.exec containers_build_push.sh
built.by.logs https://cirrus-ci.com/task/4877958059393024
built.by.repo https://github.com/containers/image_build.git
io.buildah.version 1.42.2
license MIT
name fedora
org.opencontainers.image.authors podman@lists.podman.io
org.opencontainers.image.created 2026-03-24T15:59:39+00:00
org.opencontainers.image.documentation https://github.com/containers/image_build/blob/7afbb776a06a7de7ab2a73bab7066538e36d74a5/podman/README.md
org.opencontainers.image.license MIT
org.opencontainers.image.licenses MIT
org.opencontainers.image.name fedora
org.opencontainers.image.revision 7afbb776a06a7de7ab2a73bab7066538e36d74a5
org.opencontainers.image.source https://github.com/containers/image_build/blob/7afbb776a06a7de7ab2a73bab7066538e36d74a5/podman/
org.opencontainers.image.title fedora
org.opencontainers.image.url https://quay.io/podman/stable
org.opencontainers.image.vendor Fedora Project
org.opencontainers.image.version 5.8.1
vendor Fedora Project
version 43
Details
Container
2026-03-24 19:36:39 +00:00
0
OCI / Docker
linux/arm64/v8
podman@lists.podman.io
MIT
200 MiB
Versions (105) View all