Skip to content

Commit 91223b5

Browse files
authored
Merge pull request #172 from influxdata/kapacitor-1.4.0
kapacitor 1.4.0
2 parents d3e4390 + 4c151ef commit 91223b5

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

kapacitor/1.2/Dockerfile renamed to kapacitor/1.4/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
FROM buildpack-deps:stretch-curl
22

3+
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
4+
DEBIAN_FRONTEND=noninteractive apt-get install -y bash-completion && \
5+
awk 'f{if(sub(/^#/,"",$0)==0){f=0}};/^# enable bash completion/{f=1};{print;}' /etc/bash.bashrc > /etc/bash.bashrc.new && \
6+
mv /etc/bash.bashrc.new /etc/bash.bashrc
7+
38
RUN set -ex && \
49
for key in \
510
05CE15085FC09D18E99EFB22684A14CF2582E0C5 ; \
@@ -9,7 +14,7 @@ RUN set -ex && \
914
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1015
done
1116

12-
ENV KAPACITOR_VERSION 1.2.1
17+
ENV KAPACITOR_VERSION 1.4.0
1318
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1419
case "${dpkgArch##*-}" in \
1520
amd64) ARCH='amd64';; \

kapacitor/1.2/alpine/Dockerfile renamed to kapacitor/1.4/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache ca-certificates && \
55
update-ca-certificates
66

7-
ENV KAPACITOR_VERSION 1.2.1
7+
ENV KAPACITOR_VERSION 1.4.0
88

99
RUN set -ex && \
1010
apk add --no-cache --virtual .build-deps wget gnupg tar && \
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)