Sign inSign up
kapacitor logo

kapacitor:1.7

Multi-platform
Also known as:
1.7.7
Monitoring & observability
Index digest

sha256:9ff2e544a9451417dcfcb2424f45ee66daf6a367eadccd1a46df3de3033023b0

OS/ARCH

Compressed size

148.89 MB

Last pushed

9 days by doijanky

Type

Image

Vulnerabilities

12
43
65
12
3

Manifest digest

sha256:8f4718239ae1862988dd8b878c86ceefdec7db4cb548281fb451e6a1b8dfaa57

Layers (15)

buildpack-deps:db47c9af4685e12db4ee9eac041267ed91e8254332f28a1cf4f28da356b9dda7
0
0
17
7
0
kapacitor:1.7
12
43
48
5
3

6

RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y bash-completion && awk 'f{if(sub(/^#/,"",$0)==0){f=0}};/^# enable bash completion/{f=1};{print;}' /etc/bash.bashrc > /etc/bash.bashrc.new && mv /etc/bash.bashrc.new /etc/bash.bashrc # buildkit

53.61 MB


7

ENV KAPACITOR_VERSION=1.7.7

0 B


8

RUN /bin/sh -c set -eux && ARCH= && dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in amd64) ARCH='amd64';; arm64) ARCH='arm64';; *) echo "Unsupported architecture: ${dpkgArch}"; exit 1;; esac && wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor_${KAPACITOR_VERSION}-1_${ARCH}.deb.asc && wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor_${KAPACITOR_VERSION}-1_${ARCH}.deb && export GNUPGHOME="$(mktemp -d)" && echo "disable-ipv6" >> $GNUPGHOME/dirmngr.conf && gpg --batch --keyserver hkp://keyserver.ubuntu.com --recv-keys 9D539D90D3328DC7D6C8D3B9D8FF8E1F7DF8B07E && gpg --batch --verify kapacitor_${KAPACITOR_VERSION}-1_${ARCH}.deb.asc kapacitor_${KAPACITOR_VERSION}-1_${ARCH}.deb && rm -rf "$GNUPGHOME" && dpkg -i kapacitor_${KAPACITOR_VERSION}-1_${ARCH}.deb && gpgconf --kill all && rm -f kapacitor_${KAPACITOR_VERSION}-1_${ARCH}.deb* # buildkit

67.81 MB


9

COPY kapacitor.conf /etc/kapacitor/kapacitor.conf # buildkit

224 B


10

EXPOSE map[9092/tcp:{}]

0 B


11

VOLUME [/var/lib/kapacitor]

0 B


12

COPY entrypoint.sh /entrypoint.sh # buildkit

296 B


13

ENTRYPOINT ["/entrypoint.sh"]

0 B


14

CMD ["kapacitord"]

0 B