Change-Id: I10cb6c906d0df77e6fd52db0713cbf8815d8799b
Signed-off-by: nickboldt <nboldt@redhat.com>
pull/8/head
nickboldt 2019-04-02 12:09:40 -04:00
parent 5c107c2e79
commit e112fad833
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ RUN cd /go/src/github.com/eclipse/che-operator && export MOCK_API=true && go tes
/go/src/github.com/eclipse/che-operator/cmd/manager/main.go && cd ..
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/rhel7
FROM registry.access.redhat.com/rhel7:7.6-202
FROM registry.access.redhat.com/rhel7:7.6-202.1553789841
ENV SUMMARY="Red Hat CodeReady Workspaces Operator container" \
DESCRIPTION="Red Hat CodeReady Workspaces Operator container" \
@ -31,7 +31,7 @@ ENV SUMMARY="Red Hat CodeReady Workspaces Operator container" \
LABEL summary="$SUMMARY" \
description="$DESCRIPTION" \
io.k8s.description="$DESCRIPTION" \
io.k8s.display-name="Red Hat CodeReady Workspaces for OpenShift - Operator" \
io.k8s.display-name="$DESCRIPTION" \
io.openshift.tags="$PRODNAME,$COMPNAME" \
com.redhat.component="$PRODNAME-$COMPNAME" \
name="$PRODNAME/$COMPNAME" \