Skip to content

Commit 577fd41

Browse files
committed
Adds an image for Yolean/kubernetes-kafka#41 and similar init containers
1 parent 71d21c9 commit 577fd41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kubectl-kafkacat/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
# Select digest to have the same FROM as kafka-jre
12
FROM solsson/kafkacat@sha256:1266d140c52cb39bf314b6f22b6d7a01c4c9084781bc779fdfade51214a713a8
23

3-
ENV KUBERNETES_VERSION=1.7.1
4+
ENV KUBERNETES_VERSION=1.7.2
45

56
RUN set -ex; \
7+
export DEBIAN_FRONTEND=noninteractive; \
68
runDeps=''; \
79
buildDeps='curl ca-certificates'; \
810
apt-get update && apt-get install -y $runDeps $buildDeps --no-install-recommends; \

0 commit comments

Comments
 (0)