Introducing our new CEO Don Johnson - Read More
kapacitor logo

kapacitor:1.6-alpine

Monitoring & Observability
Index digest

sha256:383742c63eec3e1322e04d8055360003305ff642d4f48f911e296b579267983e

OS/ARCH

linux/amd64

Compressed size

66.28 MB

Last pushed

about 1 month by doijanky

Type

Image

Vulnerabilities

0
1
4
122
4

Manifest digest

sha256:789378870b5b1de26d038a303ee956bd3323718a393c1f38966e30e98769cd48

Layers (12)

0

ADD alpine-minirootfs-3.20.5-x86_64.tar.gz / # buildkit

3.63 MB


1

CMD ["/bin/sh"]

0 B


2

RUN /bin/sh -c echo 'hosts: files dns' >> /etc/nsswitch.conf # buildkit

279 B


3

RUN /bin/sh -c apk add --no-cache ca-certificates && update-ca-certificates # buildkit

294.38 KB


4

ENV KAPACITOR_VERSION=1.6.6

0 B


5

RUN /bin/sh -c set -ex && mkdir ~/.gnupg; echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; apk add --no-cache --virtual .build-deps wget gnupg tar && for key in 9D539D90D3328DC7D6C8D3B9D8FF8E1F7DF8B07E ; do gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; done && wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc && wget --no-verbose https://dl.influxdata.com/kapacitor/releases/kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && gpg --batch --verify kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz.asc kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && mkdir -p /usr/src && tar -C /usr/src -xzf kapacitor-${KAPACITOR_VERSION}_linux_amd64.tar.gz && cp -ar /usr/src/kapacitor-*/* / && gpgconf --kill all && rm -rf *.tar.gz* /usr/src /root/.gnupg && apk del .build-deps # buildkit

65.58 MB


6

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

223 B


7

EXPOSE map[9092/tcp:{}]

0 B


8

VOLUME [/var/lib/kapacitor]

0 B


9

COPY entrypoint.sh /entrypoint.sh # buildkit

228 B


10

ENTRYPOINT ["/entrypoint.sh"]

0 B


11

CMD ["kapacitord"]

0 B


This image couldn't be analyzed
It may have an unsupported architecture, or exceed the maximum size