Skip to content

Commit

Permalink
Merge pull request #435 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.12-ose-cluster-samples-operator

Updating ose-cluster-samples-operator images to be consistent with ART
  • Loading branch information
openshift-ci[bot] committed Jul 15, 2022
2 parents 375a4a9 + 738d21f commit 9750097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.18-openshift-4.11
tag: rhel-8-release-golang-1.18-openshift-4.12
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,9 +1,9 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder
WORKDIR /go/src/github.com/openshift/cluster-samples-operator
COPY . .
RUN make build

FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.11
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.12
COPY --from=builder /go/src/github.com/openshift/cluster-samples-operator/cluster-samples-operator /usr/bin/
RUN ln -f /usr/bin/cluster-samples-operator /usr/bin/cluster-samples-operator-watch
COPY manifests/image-references manifests/0* /manifests/
Expand Down

0 comments on commit 9750097

Please sign in to comment.