Skip to content

Commit 1c913f5

Browse files
authored
Merge pull request #8 from dewan-ahmed/master
Adding openshift-ci directory
2 parents f6f6b12 + c4ed8e2 commit 1c913f5

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

openshift-ci/build-root/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Dockerfile to bootstrap build and test in openshift-ci
2+
3+
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13
4+
5+
RUN yum -y install dnf httpd-tools

openshift-ci/build-root/OWNERS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
2+
3+
approvers:
4+
- sbose78
5+
- wtam2018
6+
- amitkrout
7+
- chetan-rns
8+
- jannfis
9+
10+
reviewers:
11+
- sbose78
12+
- wtam2018
13+
- bigkevmcd
14+
- chetan-rns
15+
- shubhamagarwal19
16+
- keithchong
17+
- ishitasequeira
18+
- amitkrout
19+
- jannfis
20+
- jopit
21+
- jgwest
22+
- reginapizza
23+
- iam-veeramalla
24+
- dewan-ahmed

openshift-ci/build-root/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Base Image for running tests on OpenShift CI
2+
3+
This image is meant to be used as build root for tests on [OpenShift CI](https://github.com/openshift/release/blob/master/ci-operator/config/openshift/odo/redhat-developer-odo-master.yaml)
4+
You can find out more in the [
5+
](https://github.com/openshift/ci-operator/blob/master/CONFIGURATION.md)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM src
2+
3+
COPY oc /usr/bin/oc

0 commit comments

Comments
 (0)