Skip to content

Commit

Permalink
WIP: Be explicit in must-gather script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rhmdnd committed Dec 9, 2024
1 parent b228581 commit 581f58f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/must-gather/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ RUN microdnf -y install openshift-clients jq tar rsync --enablerepo="rhocp-4.16-

WORKDIR /go/src/github.com/ComplianceAsCode/compliance-operator
COPY . .
RUN ls /go/src/github.com/ComplianceAsCode/compliance-operator
RUN ls /go/src/github.com/ComplianceAsCode/compliance-operator/utils/must-gather/

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

ENTRYPOINT /usr/bin/gather

0 comments on commit 581f58f

Please sign in to comment.