Skip to content

Commit

Permalink
UPSTREAM: <carry>: Updating ose-ovirt-machine-controllers images to b…
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Mar 9, 2023
1 parent 22d89b3 commit 4cddb88
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.19-openshift-4.13
tag: rhel-8-release-golang-1.19-openshift-4.14
4 changes: 2 additions & 2 deletions Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.13 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 AS builder

ARG version
ARG release
Expand All @@ -30,6 +30,6 @@ RUN git --version
RUN make build


FROM registry.ci.openshift.org/ocp/4.13:base
FROM registry.ci.openshift.org/ocp/4.14:base

COPY --from=builder /go/cluster-api-provider-ovirt/bin/machine-controller-manager /

0 comments on commit 4cddb88

Please sign in to comment.