Softplayer

rootless-builder (9bc4c6b27c7f86cbdf034d2e3d5f7460953ff47b)

Published 2026-05-06 18:09:13 +00:00 by devops-bot

Installation

docker pull gitea.badhouseplants.net/softplayer/rootless-builder:9bc4c6b27c7f86cbdf034d2e3d5f7460953ff47b
sha256:d6920088f5a2ec11fdbf92e2f58376f1e710dd36f67850682af3126c689be31f

Image Layers

KIWI 10.3.0
ARG
ARG FLAVOR
LABEL "io.containers.capabilities"="CHOWN,DAC_OVERRIDE,FOWNER,FSETID,KILL,NET_BIND_SERVICE,SETFCAP,SETGID,SETPCAP,SETUID,CHOWN,DAC_OVERRIDE,FOWNER,FSETID,KILL,NET_BIND_SERVICE,SETFCAP,SETGID,SETPCAP,SETUID,SYS_CHROOT"
|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
|6 FLAVOR=stable INSTALL_RPMS=buildah fuse-overlayfs 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 -y 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.*
ADD file:3a8b287658af18d33557ced6fe553ea5f694cdd9c9295ea5ac665bcb3983e83c in /etc/containers/
|6 FLAVOR=stable INSTALL_RPMS=buildah fuse-overlayfs 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
|6 FLAVOR=stable INSTALL_RPMS=buildah fuse-overlayfs 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 && chmod 644 /etc/containers/storage.conf && chmod 644 /etc/containers/containers.conf
|6 FLAVOR=stable INSTALL_RPMS=buildah fuse-overlayfs 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
|6 FLAVOR=stable INSTALL_RPMS=buildah fuse-overlayfs cpp git-core /bin/sh -c useradd build && echo -e "root:1:65535\nbuild:1:999\nbuild:1001:64535" > /etc/subuid && echo -e "root:1:65535\nbuild:1:999\nbuild:1001:64535" > /etc/subgid && mkdir -p /home/build/.local/share/containers && mkdir -p /home/build/.config/containers && chown -R build:build /home/build
|6 FLAVOR=stable INSTALL_RPMS=buildah fuse-overlayfs cpp git-core /bin/sh -c sed -e 's|^#mount_program|mount_program|g' -e 's|^graphroot|#graphroot|g' -e 's|^runroot|#runroot|g' /etc/containers/storage.conf > /home/build/.config/containers/storage.conf && chown build:build /home/build/.config/containers/storage.conf
VOLUME /var/lib/containers
VOLUME /home/build/.local/share/containers
ENV BUILDAH_ISOLATION=chroot
LABEL "org.opencontainers.image.created"="2026-05-06T15:40:45+00:00" "org.opencontainers.image.authors"="podman@lists.podman.io" "org.opencontainers.image.source"="https://github.com/containers/image_build/blob/7afbb776a06a7de7ab2a73bab7066538e36d74a5/buildah/" "org.opencontainers.image.revision"="7afbb776a06a7de7ab2a73bab7066538e36d74a5" "org.opencontainers.image.documentation"="https://github.com/containers/image_build/blob/7afbb776a06a7de7ab2a73bab7066538e36d74a5/buildah/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/5470059465801728" "org.opencontainers.image.version"="1.43.1" "org.opencontainers.image.url"="https://quay.io/containers/buildah" "org.opencontainers.image.url"="https://quay.io/buildah/stable"org.opencontainers.image.created=2026-05-06T15:40:45+00:00,org.opencontainers.image.authors=podman@lists.podman.io,org.opencontainers.image.source=https://github.com/containers/image_build/blob/7afbb776a06a7de7ab2a73bab7066538e36d74a5/buildah/,org.opencontainers.image.revision=7afbb776a06a7de7ab2a73bab7066538e36d74a5,org.opencontainers.image.documentation=https://github.com/containers/image_build/blob/7afbb776a06a7de7ab2a73bab7066538e36d74a5/buildah/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/5470059465801728,org.opencontainers.image.version=1.43.1,org.opencontainers.image.url=https://quay.io/containers/buildah,org.opencontainers.image.url=https://quay.io/buildah/stable
/bin/sh -c microdnf install -y shadow-utils fuse-overlayfs slirp4netns iptables && microdnf clean all
/bin/sh -c useradd -m builduser && echo "builduser:100000:65536" >> /etc/subuid && echo "builduser:100000:65536" >> /etc/subgid
ENV _BUILDAH_STARTED_IN_USERNS="" BUILDAH_ISOLATION=chroot STORAGE_DRIVER=vfs
/bin/sh -c mkdir -p /home/builduser/.config/containers && mkdir -p /home/builduser/.local/share/containers/storage && chown -R builduser:builduser /home/builduser
/bin/sh -c printf '[storage]\n driver = "vfs"\n runroot = "/tmp/containers/runroot"\n graphroot = "/home/builduser/.local/share/containers/storage"\n ' > /home/builduser/.config/containers/storage.conf && chown builduser:builduser /home/builduser/.config/containers/storage.conf
USER 1001
WORKDIR /home/builduser
CMD ["buildah", "info"]

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/5470059465801728
built.by.repo https://github.com/containers/image_build.git
io.buildah.version 1.41.8
io.containers.capabilities CHOWN,DAC_OVERRIDE,FOWNER,FSETID,KILL,NET_BIND_SERVICE,SETFCAP,SETGID,SETPCAP,SETUID,CHOWN,DAC_OVERRIDE,FOWNER,FSETID,KILL,NET_BIND_SERVICE,SETFCAP,SETGID,SETPCAP,SETUID,SYS_CHROOT
org.opencontainers.image.authors podman@lists.podman.io
org.opencontainers.image.created 2026-05-06T15:40:45+00:00
org.opencontainers.image.documentation https://github.com/containers/image_build/blob/7afbb776a06a7de7ab2a73bab7066538e36d74a5/buildah/README.md
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 7afbb776a06a7de7ab2a73bab7066538e36d74a5
org.opencontainers.image.source https://github.com/containers/image_build/blob/7afbb776a06a7de7ab2a73bab7066538e36d74a5/buildah/
org.opencontainers.image.title fedora
org.opencontainers.image.url https://quay.io/buildah/stable
org.opencontainers.image.vendor Fedora Project
org.opencontainers.image.version 1.43.1
Details
Container
2026-05-06 18:09:13 +00:00
1
OCI / Docker
linux/amd64
podman@lists.podman.io
MIT
234 MiB
Versions (6) View all