Sign inSign up
kapacitor logo

kapacitor:1.8.1

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

sha256:f06f97276610557892ac3864fa787194130f4edde6e5b21a4b2219379f785826

OS/ARCH

Compressed size

163.36 MB

Last pushed

about 1 year by doijanky

Type

Image

Vulnerabilities

10
43
150
60
3

Manifest digest

sha256:83a283e3f8ff5a85c07ec7f0a5e8a92034d4a2697e81c618c56f63b7ccf689fe

Layers (16)

buildpack-deps:8fe9a7285f419db233e2ca8da13fedc22bcb8d2ee384fe85c985b75a087c267c
0
2
108
56
0
kapacitor:1.8.1
10
41
42
4
3

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

46.43 MB


8

ENV KAPACITOR_VERSION=1.8.1

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

88.22 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

298 B


14

ENTRYPOINT ["/entrypoint.sh"]

0 B


15

CMD ["kapacitord"]

0 B