Introducing our new CEO Don Johnson - Read More
chronograf logo

chronograf:1.7

Multi-platform
Monitoring & Observability
Index digest

sha256:8e713d4afcfc6329fd54b889c2976df40089ac913584dfe16b3a89a64e1ad501

OS/ARCH

Compressed size

65.82 MB

Last pushed

10 days by doijanky

Type

Image

Vulnerabilities

0
1
4
122
4

Manifest digest

sha256:a3cd9c7ec095a509b5882ccb2edc4a7c31a34c5d5a86c4e44d68ea3848d877ca

Layers (11)

0

# debian.sh --arch 'amd64' out/ 'bullseye' '@1738540800'

30.25 MB


1

RUN /bin/sh -c set -ex && mkdir ~/.gnupg; echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; apt-get update && apt-get install -y gnupg dirmngr --no-install-recommends && rm -rf /var/lib/apt/lists/* && for key in 9D539D90D3328DC7D6C8D3B9D8FF8E1F7DF8B07E ; do gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; done # buildkit

4.21 MB


2

ENV CHRONOGRAF_VERSION=1.7.17

0 B


3

RUN /bin/sh -c ARCH= && dpkgArch="$(dpkg --print-architecture)" && case "${dpkgArch##*-}" in amd64) ARCH='amd64';; arm64) ARCH='arm64';; armhf) ARCH='armhf';; armel) ARCH='armel';; *) echo "Unsupported architecture: ${dpkgArch}"; exit 1;; esac && set -x && apt-get update && apt-get install -y ca-certificates curl --no-install-recommends && rm -rf /var/lib/apt/lists/* && curl -SLO "https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF_VERSION}_${ARCH}.deb.asc" && curl -SLO "https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF_VERSION}_${ARCH}.deb" && gpg --batch --verify chronograf_${CHRONOGRAF_VERSION}_${ARCH}.deb.asc chronograf_${CHRONOGRAF_VERSION}_${ARCH}.deb && dpkg -i chronograf_${CHRONOGRAF_VERSION}_${ARCH}.deb && rm -f chronograf_${CHRONOGRAF_VERSION}_${ARCH}.deb* && apt-get purge -y --auto-remove $buildDeps # buildkit

34.53 MB


4

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

12.25 KB


5

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

11.91 KB


6

EXPOSE map[8888/tcp:{}]

0 B


7

VOLUME [/var/lib/chronograf]

0 B


8

COPY entrypoint.sh /entrypoint.sh # buildkit

240 B


9

ENTRYPOINT ["/entrypoint.sh"]

0 B


10

CMD ["chronograf"]

0 B


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