RHEL Docker Diff

Created Diff never expires
9 removals
Words removed60
Total words103
Words removed (%)58.25
22 lines
8 additions
Words added81
Total words124
Words added (%)65.32
22 lines
FROM koji/image-build
FROM koji/image-build


LABEL maintainer="Red Hat, Inc."
LABEL maintainer="Red Hat, Inc."


LABEL com.redhat.component="ubi7-minimal-container"
LABEL com.redhat.component="rhel7-atomic-container" \
LABEL name="ubi7-minimal"
name="rhel7-atomic" \
LABEL version="7.9"
version="7.9"


LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
LABEL com.redhat.license_terms="https://www.redhat.com/licenses/eulas"


#labels for container catalog
#labels for container catalog
LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 7."
LABEL summary="Provides the latest release of Red Hat Enterprise Linux 7 in a minimal, fully supported base image where several of the traditional operating system components such as python an systemd have been removed."
LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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 description="The Red Hat Enterprise Linux Base image is designed to be a minimal, fully supported base image where several of the traditional operating system components such as python an systemd have been removed. The Atomic Image also includes a simple package manager called microdnf which can add/update packages as needed."
LABEL io.k8s.display-name="Red Hat Universal Base Image 7 Minimal"
LABEL io.k8s.display-name="Red Hat Enterprise Linux 7"
LABEL io.openshift.tags="minimal rhel7"
LABEL io.openshift.tags="minimal rhel7"


ENV container oci
ENV container oci
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


CMD ["/bin/bash"]
CMD ["/bin/bash"]


RUN rm -rf /var/log/*
RUN rm -rf /var/log/*