Skip to content

Commit

Permalink
tests: include offline_log_viewer in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Jul 4, 2022
1 parent 5d56e22 commit a30d5d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,7 @@ RUN mkdir -p /opt/scripts && \
curl https://raw.githubusercontent.com/redpanda-data/seastar/2a9504b3238cba4150be59353bf8d0b3a01fe39c/scripts/seastar-addr2line -o /opt/scripts/seastar-addr2line && \
chmod +x /opt/scripts/seastar-addr2line

RUN mkdir -p /opt/scripts/offline_log_viewer
COPY --chown=0:0 tools/offline_log_viewer /opt/scripts/offline_log_viewer

CMD service ssh start && tail -f /dev/null
3 changes: 2 additions & 1 deletion tests/docker/Dockerfile.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
!tests/docker/ssh
!tests/setup.py
!tests/python
!tests/go
!tests/go
!tools/offline_log_viewer

0 comments on commit a30d5d3

Please sign in to comment.