FROM openshift/golang-builder@sha256:4820580c3368f320581eb9e32cf97aeec179a86c5749753a14ed76410a293d83 AS builder
ENV __doozer=update BUILD_RELEASE=202202160023.p0.g45e9b62.assembly.stream BUILD_VERSION=v4.10.0 OS_GIT_MAJOR=4 OS_GIT_MINOR=10 OS_GIT_PATCH=0 OS_GIT_TREE_STATE=clean OS_GIT_VERSION=4.10.0-202202160023.p0.g45e9b62.assembly.stream SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=45e9b62 OS_GIT_VERSION=4.10.0-202202160023.p0.g45e9b62.assembly.stream-45e9b62 SOURCE_DATE_EPOCH=1625564334 SOURCE_GIT_COMMIT=45e9b621adb42ea25f65157964381e838b598c5c SOURCE_GIT_TAG=v1.2.0-904-g45e9b621 SOURCE_GIT_URL=https://github.com/openshift/contour 
WORKDIR /
COPY . .
RUN make build

FROM openshift/ose-base:v4.10.0.20220216.010142
ENV __doozer=update BUILD_RELEASE=202202160023.p0.g45e9b62.assembly.stream BUILD_VERSION=v4.10.0 OS_GIT_MAJOR=4 OS_GIT_MINOR=10 OS_GIT_PATCH=0 OS_GIT_TREE_STATE=clean OS_GIT_VERSION=4.10.0-202202160023.p0.g45e9b62.assembly.stream SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=45e9b62 OS_GIT_VERSION=4.10.0-202202160023.p0.g45e9b62.assembly.stream-45e9b62 SOURCE_DATE_EPOCH=1625564334 SOURCE_GIT_COMMIT=45e9b621adb42ea25f65157964381e838b598c5c SOURCE_GIT_TAG=v1.2.0-904-g45e9b621 SOURCE_GIT_URL=https://github.com/openshift/contour 
COPY --from=builder /contour /usr/bin/
ENTRYPOINT ["/usr/bin/contour"]

LABEL \
        io.openshift.release.operator="true" \
        io.k8s.display-name="Kubernetes Contour" \
        io.k8s.description="Ingress controller that works by deploying the Envoy proxy as a reverse proxy and load balancer." \
        maintainer="<aos-network-edge-staff@redhat.com>" \
        name="openshift/ose-contour-rhel8" \
        com.redhat.component="ose-contour-container" \
        io.openshift.maintainer.product="OpenShift Container Platform" \
        release="202202160023.p0.g45e9b62.assembly.stream" \
        io.openshift.build.commit.id="45e9b621adb42ea25f65157964381e838b598c5c" \
        io.openshift.build.source-location="https://github.com/openshift/contour" \
        io.openshift.build.commit.url="https://github.com/openshift/contour/commit/45e9b621adb42ea25f65157964381e838b598c5c" \
        version="v4.10.0"

