Introducing our new CEO Don Johnson - Read More
chronograf logo

chronograf:1.9.4

Multi-platform
Monitoring & Observability
Index digest

sha256:928cd75952b597df3666886197cfdcd24a4017289422c0e12ec937c56f0131f4

OS/ARCH

Compressed size

67.05 MB

Last pushed

10 days by doijanky

Type

Image

Vulnerabilities

0
1
4
122
4

Manifest digest

sha256:223803850cb1cfcfeffabd1c1c631c968190b8e955ce6d7ee866185fd50bff73

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 ca-certificates 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

5.02 MB


2

ENV CHRONOGRAF_VERSION=1.9.4

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

35.01 MB


4

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

12.24 KB


5

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

11.9 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