| LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc." |
| LABEL url="https://www.redhat.com" |
| LABEL com.redhat.component="ubi9-container" name="ubi9" version="9.5" distribution-scope="public" |
| LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
| LABEL summary="Provides the latest release of Red Hat Universal Base Image 9." |
| LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
| LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
| LABEL io.k8s.display-name="Red Hat Universal Base Image 9" |
| LABEL io.openshift.expose-services="" |
| LABEL io.openshift.tags="base rhel9" |
| ENV container oci |
| COPY dir:0b5ad9e7b2278f0a72171d77f178b383d910ebd44b85411a07e9f9f8cd7232ac in / |
| COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. |
| CMD ["/bin/bash"] |
| COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json |
| LABEL "build-date"="2025-04-28T15:33:11" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="ef653792409ae12e17049047994ce871f185073a" "release"="1745854298" |
| ARG DESCRIPTION |
| ARG DESCRIPTION NAME |
| LABEL com.github.containers.toolbox="true" com.redhat.component="$NAME" com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" description="$DESCRIPTION" io.k8s.description="$DESCRIPTION" io.k8s.display-name="Red Hat Universal Base Image 9 for Toolbx" io.openshift.tags="rhel9 ubi9 toolbx toolbox" name="$NAME" usage="This image is meant to be used with the toolbox(1) command" summary="Image for creating UBI Toolbx containers" maintainer="Debarshi Ray <debarshir@redhat.com>" |
| LABEL version="9.5" |
| COPY file:a85cd98c0c8601578dfe4f4f312daa09666231c0342f4bdfe6ea7b627dbca03d in / |
| |61 DESCRIPTION=The Universal Base Image for Toolbx is designed and engineered to be used with the toolbox(1) command to create interactive command line environments for development and troubleshooting the host operating system. This image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. NAME=toolbox-container /bin/sh -c . /cachi2/cachi2.env && rm /etc/rpm/macros.image-language-conf && sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf |
| |61 DESCRIPTION=The Universal Base Image for Toolbx is designed and engineered to be used with the toolbox(1) command to create interactive command line environments for development and troubleshooting the host operating system. This image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. NAME=toolbox-container /bin/sh -c . /cachi2/cachi2.env && dnf --exclude glibc-langpack-en --exclude rpm-plugin-systemd-inhibit -y distro-sync && dnf -y swap coreutils-single coreutils-full && dnf -y swap curl-minimal curl-full && dnf -y swap glibc-minimal-langpack glibc-all-langpacks |
| COPY file:43272a5186c3a149c6aabc1ee62a4894b167f5f91447834dfcc6a570c1581d99 in / |
| |61 DESCRIPTION=The Universal Base Image for Toolbx is designed and engineered to be used with the toolbox(1) command to create interactive command line environments for development and troubleshooting the host operating system. This image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. NAME=toolbox-container /bin/sh -c . /cachi2/cachi2.env && dnf -y reinstall $(<missing-docs) && rm /missing-docs |
| COPY file:bd4236ba159e6b0a3fea1776410a150234789dc5cf63330fbb0e31c722ffb626 in / |
| |61 DESCRIPTION=The Universal Base Image for Toolbx is designed and engineered to be used with the toolbox(1) command to create interactive command line environments for development and troubleshooting the host operating system. This image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. NAME=toolbox-container /bin/sh -c . /cachi2/cachi2.env && dnf -y install $(<extra-packages) && rm /extra-packages |
| COPY file:f7604a424d22c68f056c2ebad480dedd68c6079f4e7c4bc1e349e979a7c41f78 in / |
| |61 DESCRIPTION=The Universal Base Image for Toolbx is designed and engineered to be used with the toolbox(1) command to create interactive command line environments for development and troubleshooting the host operating system. This image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. NAME=toolbox-container /bin/sh -c . /cachi2/cachi2.env && ret_val=0; while read file; do if ! compgen -G "$file" >/dev/null; then echo "$file: No such file or directory" >&2; ret_val=1; break; fi; done <ensure-files; if [ "$ret_val" -ne 0 ]; then false; fi |
| |61 DESCRIPTION=The Universal Base Image for Toolbx is designed and engineered to be used with the toolbox(1) command to create interactive command line environments for development and troubleshooting the host operating system. This image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. NAME=toolbox-container /bin/sh -c . /cachi2/cachi2.env && rm /ensure-files |
| |61 DESCRIPTION=The Universal Base Image for Toolbx is designed and engineered to be used with the toolbox(1) command to create interactive command line environments for development and troubleshooting the host operating system. This image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. NAME=toolbox-container /bin/sh -c . /cachi2/cachi2.env && broken_packages="$(rpm --all --query --state --queryformat "PACKAGE: %{NAME}\n" | sed --quiet --regexp-extended '/PACKAGE: /{s/PACKAGE: // ; h ; b }; /^not installed/ { g; p }' | uniq | sort)"; if [ "$broken_packages" != "" ]; then echo "Packages with missing files:" >&2; echo "$broken_packages" >&2; false; fi |
| |61 DESCRIPTION=The Universal Base Image for Toolbx is designed and engineered to be used with the toolbox(1) command to create interactive command line environments for development and troubleshooting the host operating system. This image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. NAME=toolbox-container /bin/sh -c . /cachi2/cachi2.env && dnf clean all |
| COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json |
| LABEL "build-date"="2025-04-28T19:23:41" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="619151d3d9bc107cf908c388ba95d7d2441b7a9a" "release"="1745868152" |
| ARG NAME |
| ARG NAME VERSION |
| LABEL com.github.containers.toolbox="true" name="$NAME" version="$VERSION" usage="custom ubi build" |
| |2 NAME=custom-rhel VERSION=latest /bin/sh -c dnf install --disableplugin subscription-manager --assumeyes zsh gcc cmake |