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

155.59 MB

Last pushed

15 days by doijanky

Type

Image

Vulnerabilities

12
43
65
12
3

Manifest digest

sha256:e0bc43b951f7a5638c65a385a4de750943e3af306f7aaafc824eb09225756044

Layers (15)

buildpack-deps:17829f035b73e21be054f627436aeaeffa4a2f173b59f2b51c76ed574241506c
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

54.28 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

72.05 MB


9

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

226 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