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 e5ea8c2
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 quay.io/fedora/fedora:37-x86_64

# 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 e5ea8c2

Please sign in to comment.