Sign inSign up
kapacitor logo

kapacitor:1.6

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

sha256:0a1c0d0dd72e8cecee44c6d208c3ed30b4b11c514db5282e966b6d0d806a5fde

OS/ARCH

Compressed size

131.56 MB

Last pushed

about 1 year by doijanky

Type

Image

Vulnerabilities

16
69
198
66
2

Manifest digest

sha256:8c021f54a6d6ac020b959c72420d809f11e8c2ac9593c6f4dce090da771ddfa3

Layers (16)

buildpack-deps:51e3b4152cfe7cf408f22cc58c219b5e03edd580205445c7f3679a37a98b5fad
0
2
118
57
0
kapacitor:1.6
16
67
78
9
2

7

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

41.87 MB


8

ENV KAPACITOR_VERSION=1.6.6

0 B


9

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

61.67 MB


10

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

227 B


11

EXPOSE map[9092/tcp:{}]

0 B


12

VOLUME [/var/lib/kapacitor]

0 B


13

COPY entrypoint.sh /entrypoint.sh # buildkit

231 B


14

ENTRYPOINT ["/entrypoint.sh"]

0 B


15

CMD ["kapacitord"]

0 B