From a455c82ac01b569356646831a415dac1a4fe39bc Mon Sep 17 00:00:00 2001 From: Douglas Viroel Date: Fri, 5 Jan 2024 10:54:06 -0300 Subject: [PATCH] Add ci-opertor base image config for Prow jobs This config file is used by Prow to define the base image for almost all jobs. It is a config per project. --- .ci-operator.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .ci-operator.yaml diff --git a/.ci-operator.yaml b/.ci-operator.yaml new file mode 100644 index 0000000..71ef616 --- /dev/null +++ b/.ci-operator.yaml @@ -0,0 +1,4 @@ +build_root_image: + name: tools + namespace: openstack-k8s-operators + tag: ci-build-root-golang-1.19-sdk-1.31