RHSA-2019:0679-02 Freshmaker fix https://pipeline.engineering.redhat.com/freshmakerevent/8717
Change-Id: I10cb6c906d0df77e6fd52db0713cbf8815d8799b Signed-off-by: nickboldt <nboldt@redhat.com>pull/8/head
parent
5c107c2e79
commit
e112fad833
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue