We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cc5ca7 + 9e40109 commit fbff9c2Copy full SHA for fbff9c2
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: release
3
namespace: openshift
4
- tag: rhel-8-release-golang-1.19-openshift-4.14
+ tag: rhel-8-release-golang-1.20-openshift-4.14
Dockerfile.rhel
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.14 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.14 AS builder
16
WORKDIR /go/src/github.com/openshift/machine-api-provider-azure
17
COPY . .
18
# VERSION env gets set in the openshift/release image and refers to the golang version, which interferes with our own
0 commit comments