Introducing our new CEO Don Johnson - Read More
chronograf logo

chronograf:alpine

Monitoring & Observability
Index digest

sha256:fd22e60efc394d9cf49addff75db9896bdaa59a92831d5a649f57600241b5aef

OS/ARCH

linux/amd64

Compressed size

30.34 MB

Last pushed

about 1 month by doijanky

Type

Image

Vulnerabilities

0
1
4
122
4

Manifest digest

sha256:565eafbccd78da51863ddc5af1c325bd0755703b61e5058bf3f7bb8744fbfbd6

Layers (13)

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.49 KB


4

ENV CHRONOGRAF_VERSION=1.10.5

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/chronograf/releases/chronograf-${CHRONOGRAF_VERSION}-static_linux_amd64.tar.gz.asc && wget --no-verbose https://dl.influxdata.com/chronograf/releases/chronograf-${CHRONOGRAF_VERSION}-static_linux_amd64.tar.gz && gpg --batch --verify chronograf-${CHRONOGRAF_VERSION}-static_linux_amd64.tar.gz.asc chronograf-${CHRONOGRAF_VERSION}-static_linux_amd64.tar.gz && mkdir -p /usr/src && tar -C /usr/src -xzf chronograf-${CHRONOGRAF_VERSION}-static_linux_amd64.tar.gz && rm -f /usr/src/chronograf-*/chronograf.conf && chmod +x /usr/src/chronograf-*/* && cp -a /usr/src/chronograf-*/* /usr/bin/ && gpgconf --kill all && rm -rf *.tar.gz* /usr/src /root/.gnupg && apk del .build-deps && addgroup -S chronograf && adduser -S chronograf -G chronograf && mkdir -m 0750 -p /var/lib/chronograf && chown chronograf:chronograf /var/lib/chronograf # buildkit

27.87 MB


6

COPY LICENSE /usr/share/chronograf/LICENSE # buildkit

12.24 KB


7

COPY agpl-3.0.md /usr/share/chronograf/agpl-3.0.md # buildkit

11.9 KB


8

EXPOSE map[8888/tcp:{}]

0 B


9

VOLUME [/var/lib/chronograf]

0 B


10

COPY entrypoint.sh /entrypoint.sh # buildkit

293 B


11

ENTRYPOINT ["/entrypoint.sh"]

0 B


12

CMD ["chronograf"]

0 B


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