diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 46d8010b6..a4eb6d965 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.17-openshift-4.11 + tag: rhel-8-release-golang-1.18-openshift-4.12 diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index b565fb842..2d10c13d2 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,9 +1,9 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-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/k8snetworkplumbingwg/sriov-network-operator COPY . . RUN make _build-manager BIN_PATH=build/_output/cmd -FROM registry.ci.openshift.org/ocp/4.11:base +FROM registry.ci.openshift.org/ocp/4.12:base LABEL io.k8s.display-name="OpenShift sriov-network-operator" \ io.k8s.description="This is the component that manange and config sriov component in Openshift cluster" \ io.openshift.tags="openshift,networking,sr-iov" \