Skip to content

Commit

Permalink
Merge pull request #207 from black-dragon74/fix-rsync
Browse files Browse the repository at this point in the history
gather: Fix rsync of files from the must-gather pod
  • Loading branch information
openshift-merge-bot[bot] authored Nov 8, 2024
2 parents ef5afd9 + d49df9f commit af5296e
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 af5296e

Please sign in to comment.