Skip to content

Commit

Permalink
Adds an image for Yolean/kubernetes-kafka#41 and similar init containers
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Aug 3, 2017
1 parent 71d21c9 commit 577fd41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubectl-kafkacat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Select digest to have the same FROM as kafka-jre
FROM solsson/kafkacat@sha256:1266d140c52cb39bf314b6f22b6d7a01c4c9084781bc779fdfade51214a713a8

ENV KUBERNETES_VERSION=1.7.1
ENV KUBERNETES_VERSION=1.7.2

RUN set -ex; \
export DEBIAN_FRONTEND=noninteractive; \
runDeps=''; \
buildDeps='curl ca-certificates'; \
apt-get update && apt-get install -y $runDeps $buildDeps --no-install-recommends; \
Expand Down

0 comments on commit 577fd41

Please sign in to comment.