Skip to content

Commit

Permalink
Added Dockerfile for openshift-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shaior committed May 9, 2024
1 parent 3b0c5f4 commit 99a08bc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
FROM registry.access.redhat.com/ubi9/ubi

# rpms required for building and running test suites
RUN dnf -y install \
jq \
git \
make \
gettext \
which \
skopeo \
findutils \
gcc \
python3 \
ansible \
diffutils \
&& dnf clean all

ENTRYPOINT [ "/bin/bash" ]

0 comments on commit 99a08bc

Please sign in to comment.