Sign inSign up
kapacitor logo

kapacitor:1.8.5

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

sha256:25453167d98802edcf8d46764f05d9fb03c3faa33806f8f5ff3f113dc8cc1fb2

OS/ARCH

Compressed size

159.14 MB

Last pushed

3 months by doijanky

Type

Image

Vulnerabilities

9
27
85
19
4

Manifest digest

sha256:1f7ddfc9ec7f399f648211cffaa9312f2f34d63f17be553e679cc1996bfa2019

Layers (15)

buildpack-deps:809a99ec03f416b8b47d5b16160d9750f68b9b281369a5ab1a10db0d61b128ad
0
0
61
16
0
kapacitor:1.8.5
9
27
24
3
4

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

52.07 MB


7

ENV KAPACITOR_VERSION=1.8.5

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 24C975CBA61A024EE1B631787C3D57159FC2F927 && 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

80.16 MB


9

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

225 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