dockerfiles/buildah/stable (v1.35.0)
Published 2024-03-30 08:08:55 +01:00 by runejuhl
Installation
docker pull git.petardo.dk/runejuhl/dockerfiles/buildah/stable:v1.35.0sha256:51f853f79231c48c95236ce8b62cecf1f5f42b145be9551d487288a10da2396eImage layers
| 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 |
| |1 FLAVOR=stable /bin/sh -c dnf -y makecache && dnf -y update && rpm --setcaps shadow-utils 2>/dev/null && case "${FLAVOR}" in stable) dnf -y install buildah fuse-overlayfs cpp --exclude container-selinux ;; testing) dnf -y install --enablerepo=updates-testing buildah fuse-overlayfs cpp --exclude container-selinux ;; upstream) dnf -y install 'dnf-command(copr)' --enablerepo=updates-testing && dnf -y copr enable rhcontainerbot/podman-next && dnf -y install buildah fuse-overlayfs --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 && rm -rf /var/cache /var/log/dnf* /var/log/yum.* |
| ADD file:8d8634aea5b9ee82cf2c39086e2fd82fbee0b14e23f86111e0577bee1cdeb424 in /etc/containers/ |
| |1 FLAVOR=stable /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 |
| |1 FLAVOR=stable /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 |
| |1 FLAVOR=stable /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 |
| |1 FLAVOR=stable /bin/sh -c useradd build && echo -e "build:1:999\nbuild:1001:64535" > /etc/subuid && echo -e "build: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 |
| |1 FLAVOR=stable /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"="2024-03-29T15:21:46+00:00" "org.opencontainers.image.authors"="podman@lists.podman.io" "org.opencontainers.image.url"="https://quay.io/buildah/stable" "org.opencontainers.image.source"="https://github.com/containers/image_build/blob/90c5404f42a078b17b03071fede81959dbd5a348/buildah/" "org.opencontainers.image.revision"="90c5404f42a078b17b03071fede81959dbd5a348" "org.opencontainers.image.documentation"="https://github.com/containers/image_build/blob/90c5404f42a078b17b03071fede81959dbd5a348/buildah/README.md" "built.by.repo"="image_build" "built.by.commit"="90c5404f42a078b17b03071fede81959dbd5a348" "built.by.exec"="containers_build_push.sh" "built.by.digest"="sha256:8fac02e89c53327b15291338c0c2caab1d7f7ea9610ad0c69e99b85eb704de18" "built.by.logs"="https://cirrus-ci.com/task/6481626947911680" "org.opencontainers.image.version"="1.35.0" |
Labels
| Key | Value |
|---|---|
| built.by.commit | 90c5404f42a078b17b03071fede81959dbd5a348 |
| built.by.digest | sha256:8fac02e89c53327b15291338c0c2caab1d7f7ea9610ad0c69e99b85eb704de18 |
| built.by.exec | containers_build_push.sh |
| built.by.logs | https://cirrus-ci.com/task/6481626947911680 |
| built.by.repo | image_build |
| io.buildah.version | 1.35.0 |
| 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 |
| license | MIT |
| name | fedora |
| org.opencontainers.image.authors | podman@lists.podman.io |
| org.opencontainers.image.created | 2024-03-29T15:21:46+00:00 |
| org.opencontainers.image.documentation | https://github.com/containers/image_build/blob/90c5404f42a078b17b03071fede81959dbd5a348/buildah/README.md |
| org.opencontainers.image.revision | 90c5404f42a078b17b03071fede81959dbd5a348 |
| org.opencontainers.image.source | https://github.com/containers/image_build/blob/90c5404f42a078b17b03071fede81959dbd5a348/buildah/ |
| org.opencontainers.image.url | https://quay.io/buildah/stable |
| org.opencontainers.image.version | 1.35.0 |
| vendor | Fedora Project |
| version | 39 |
Details
2024-03-30 08:08:55 +01:00
Versions (2)
View all
Container
1
OCI / Docker
linux/amd64
podman@lists.podman.io
173 MiB