github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/fanal/analyzer/buildinfo/testdata/dockerfile/Dockerfile-ubi8-8.3-227 (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 ENV arch x86_64 22 23 CMD ["/bin/bash"] 24 25 RUN rm -rf /var/log/* 26 #rhbz 1609043 27 RUN mkdir -p /var/log/rhsm 28 29 ADD ubi8-container-8.3-227.json /root/buildinfo/content_manifests/ubi8-container-8.3-227.json 30 LABEL "release"="227" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2020-12-10T01:59:40.343735" "architecture"=$arch "vcs-type"="git" "vcs-ref"="3652f52021079930cba3bf90d27d9f191b18115b" "com.redhat.build-host"="cpt-1002.osbs.prod.upshift.rdu2.redhat.com" "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." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.3-227"