Files
odo/openshift-ci/build-root/Dockerfile
Armel Soro 6d83e4043b Fix issue with OpenShift CI Interop tests failing due to error with glibc when executing any oc command (#7243)
* Use build root tag compatible with oc 4.16 (and below)

For reference, the following command was used to list all the image
tags:

```
skopeo list-tags docker://registry.ci.openshift.org/openshift/release
```

* Update README.md for build root image
2024-05-22 08:08:28 +00:00

6 lines
199 B
Docker

# Dockerfile to bootstrap build and test in openshift-ci
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.19-openshift-4.15
RUN yum -y install make wget gcc git httpd-tools