Skip to content

Commit

Permalink
Adds the ps command as a minimal layer on top of
Browse files Browse the repository at this point in the history
the kafka image used in current stable github.com/Yolean/kubernetes-kafka

See:
 - #6
 - Yolean/kubernetes-kafka#206
  • Loading branch information
solsson committed Sep 29, 2018
1 parent fa15376 commit 5df87ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kafka-1.0.2-ps/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM solsson/kafka-jre@sha256:6ceb312a233f7903f554cf0d9391e9b5a927ebe9d807480506aee4d16d96bb71 as ps

FROM solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789

COPY --from=ps /lib/x86_64-linux-gnu/libprocps.so.6* /lib/x86_64-linux-gnu/
COPY --from=ps /bin/ps /bin/ps

0 comments on commit 5df87ac

Please sign in to comment.