Skip to content

Commit

Permalink
Merge pull request #208 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…07-to-release-4.17

[release-4.17] gather: Fix rsync of files from the must-gather pod
  • Loading branch information
openshift-merge-bot[bot] authored Nov 8, 2024
2 parents ddd47a6 + 3307662 commit c71320a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
FROM registry.ci.openshift.org/ocp/4.17:cli

WORKDIR /tmp
WORKDIR /usr/bin
COPY collection-scripts .

COPY . .

RUN mkdir -p /templates

COPY collection-scripts/* /usr/bin/
COPY templates/* /templates/
WORKDIR /
COPY templates ./templates

# We do not need it as of now
# jq is not preinstalled on openshift/origin-cli either
Expand Down

0 comments on commit c71320a

Please sign in to comment.