Skip to content

Commit

Permalink
Merge pull request #280 from ficap/fix-openshift
Browse files Browse the repository at this point in the history
Make testsuite image runnable in OpenShift
  • Loading branch information
pehala authored Nov 13, 2023
2 parents 4fdbdc2 + 3399ef3 commit 614a609
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ WORKDIR /opt/workdir/kuadrant-testsuite

COPY . .

RUN mkdir -m 0700 /test-run-results && mkdir -m 0700 /opt/workdir/virtualenvs && chown testsuite /test-run-results && \
RUN mkdir -m 0770 /test-run-results && mkdir -m 0750 /opt/workdir/virtualenvs && chown testsuite /test-run-results && \
chown testsuite -R /opt/workdir/*

RUN touch /run/kubeconfig && chmod 660 /run/kubeconfig && chown testsuite /run/kubeconfig

USER testsuite


Expand Down

0 comments on commit 614a609

Please sign in to comment.