1.7.6-alpine
sha256:190fe3df103db60ab77611b2d61676364e67700115d5b11a0fdbfc659a62ab06
OS/ARCH
linux/amd64
Compressed size
72.39 MB
Last pushed
about 1 month by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:8aa7fdc7e08afb332c6fb54a7627e89d8207597e03e3a9daa3a325360c5368a9
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
280 B
3
RUN /bin/sh -c apk add --no-cache ca-certificates su-exec && update-ca-certificates # buildkit
296.61 KB
4
ENV KAPACITOR_VERSION=1.7.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 && addgroup -S kapacitor && adduser -S kapacitor -G kapacitor && mkdir -m 0750 -p /var/lib/kapacitor && chown kapacitor:kapacitor /var/lib/kapacitor # buildkit
71.98 MB
6
COPY kapacitor.conf /etc/kapacitor/kapacitor.conf # buildkit
222 B
7
EXPOSE map[9092/tcp:{}]
0 B
8
VOLUME [/var/lib/kapacitor]
0 B
9
COPY entrypoint.sh /entrypoint.sh # buildkit
276 B
10
ENTRYPOINT ["/entrypoint.sh"]
0 B
11
CMD ["kapacitord"]
0 B