Skip to content

Commit

Permalink
PMM-13592 Don't copy the client tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 27, 2024
1 parent 531a9e9 commit 125a093
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/docker/server/Dockerfile.el9
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ COPY entrypoint.sh /opt/entrypoint.sh
COPY ansible /opt/ansible
COPY gitCommit /tmp/gitCommit

# Use COPY as we want to unarchive it with ansible
COPY pmm-client.tar.gz /tmp/

RUN --mount=type=bind,source=RPMS,target=/tmp/RPMS \
--mount=type=bind,source=pmm-client.tar.gz,target=/tmp/pmm-client.tar.gz \
install -T -p -m 644 /opt/ansible/ansible.cfg /etc/ansible/ansible.cfg && \
Expand Down

0 comments on commit 125a093

Please sign in to comment.