Sign inSign up
kapacitor logo

kapacitor:1.7.6

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

sha256:eabcbf5b8534051d147522a5b9eb8e5972e570365798a1898b4e7d4153386e18

OS/ARCH

Compressed size

135.83 MB

Last pushed

over 1 year by doijanky

Type

Image

Vulnerabilities

13
45
175
63
3

Manifest digest

sha256:29a541c9a13c26e81bc8990cd9a0eebb7ec5e7f414d40801b26adb93d07ed631

Layers (16)

buildpack-deps:0f98bfc975f932a15ac2c38e18405ff12da9ee578b79fea45074454db5e8a287
0
2
124
57
0
kapacitor:1.7.6
13
43
51
6
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

40.2 MB


8

ENV KAPACITOR_VERSION=1.7.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

67.82 MB


10

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

224 B


11

EXPOSE map[9092/tcp:{}]

0 B


12

VOLUME [/var/lib/kapacitor]

0 B


13

COPY entrypoint.sh /entrypoint.sh # buildkit

297 B


14

ENTRYPOINT ["/entrypoint.sh"]

0 B


15

CMD ["kapacitord"]

0 B