Skip to content

Commit

Permalink
Update workdir to work with Konflux
Browse files Browse the repository at this point in the history
  • Loading branch information
rhmdnd committed Dec 9, 2024
1 parent 4a81e96 commit 393c283
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images/must-gather/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ LABEL \
# must-gather.
RUN microdnf -y install openshift-clients jq tar rsync --enablerepo="rhocp-4.16-for-rhel-9-x86_64-rpms"

COPY /var/workdir/source/utils/must-gather/gather* /usr/bin/
COPY /var/workdir/source/utils/must-gather/fetch-raw-results-pod-template.yaml /usr/share/
WORKDIR /go/src/github.com/ComplianceAsCode/compliance-operator

COPY utils/must-gather/gather* /usr/bin/
COPY utils/must-gather/fetch-raw-results-pod-template.yaml /usr/share/

ENTRYPOINT /usr/bin/gather

0 comments on commit 393c283

Please sign in to comment.