github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/fanal/analyzer/buildinfo/testdata/dockerfile/Dockerfile.sad (about) 1 FROM sha256:4224eead35ea350b4b9d4ac67550e92efb9a50d3855cb3381469fe4c7e3f2053 2 3 LABEL maintainer="Red Hat, Inc." 4 5 LABEL com.redhat.component="ubi8-container" \ 6 name="ubi8" \ 7 version="8.3" 8 9 #label for EULA 10 LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" 11 12 #labels for container catalog 13 LABEL summary="Provides the latest release of Red Hat Universal Base Image 8." 14 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." 15 LABEL io.k8s.display-name="Red Hat Universal Base Image 8" 16 LABEL io.openshift.expose-services="" 17 LABEL io.openshift.tags="base rhel8" 18 19 ENV container oci 20 ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 21 22 CMD ["/bin/bash"] 23 24 RUN rm -rf /var/log/* 25 #rhbz 1609043 26 RUN mkdir -p /var/log/rhsm 27 28 ADD ubi8-container-8.3-227.json /root/buildinfo/content_manifests/ubi8-container-8.3-227.json