sha256:b3f24ce78141f03e30185738688ff564299a9920d244a3a1794a3b84edf1fc48
OS/ARCH
linux/amd64
Compressed size
92.75 MB
Last pushed
about 2 months by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:7d30e734c47523a3498eed34139e832c6f8c6fc7cdd00afe7f73199f59291331
2
RUN /bin/sh -c echo 'hosts: files dns' >> /etc/nsswitch.conf # buildkit
280 B
3
RUN /bin/sh -c apk add --no-cache ca-certificates setpriv && update-ca-certificates # buildkit
294.34 KB
4
ENV KAPACITOR_VERSION=1.8.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 24C975CBA61A024EE1B631787C3D57159FC2F927 ; 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 && addgroup -S kapacitor && adduser -S kapacitor -G kapacitor && mkdir -m 0750 -p /var/lib/kapacitor && chown kapacitor:kapacitor /var/lib/kapacitor # buildkit
93.11 MB
6
COPY kapacitor.conf /etc/kapacitor/kapacitor.conf # buildkit
226 B
7
EXPOSE map[9092/tcp:{}]
0 B
8
VOLUME [/var/lib/kapacitor]
0 B
9
COPY entrypoint.sh /entrypoint.sh # buildkit
296 B
10
ENTRYPOINT ["/entrypoint.sh"]
0 B
11
CMD ["kapacitord"]
0 B