We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d21c9 commit 577fd41Copy full SHA for 577fd41
kubectl-kafkacat/Dockerfile
@@ -1,8 +1,10 @@
1
+# Select digest to have the same FROM as kafka-jre
2
FROM solsson/kafkacat@sha256:1266d140c52cb39bf314b6f22b6d7a01c4c9084781bc779fdfade51214a713a8
3
-ENV KUBERNETES_VERSION=1.7.1
4
+ENV KUBERNETES_VERSION=1.7.2
5
6
RUN set -ex; \
7
+ export DEBIAN_FRONTEND=noninteractive; \
8
runDeps=''; \
9
buildDeps='curl ca-certificates'; \
10
apt-get update && apt-get install -y $runDeps $buildDeps --no-install-recommends; \
0 commit comments