Sign inSign up
influxdb logo

influxdb:1.11-data

Also known as:
1.11.9-data
Internet of things
Data science
Databases & storage
Index digest

sha256:f2151284d4fbc623de1f949bd94a518d823f4bb16a496b9f4424d9cc4c4a0bf3

OS/ARCH

linux/amd64

Compressed size

109.42 MB

Last pushed

about 12 hours by doijanky

Type

Image

Vulnerabilities

13
44
48
55
7

Manifest digest

sha256:dcd40eb11ac5c42589755417236e89eb53b9e62dc2befa8cad45a2c85f3c4b34

Layers (12)

buildpack-deps:c389636b63f353a41bcba4a57f64d6935fec731c8f00799b9228bb5cd01b4c4c
3
11
7
52
4
influxdb:1.11-data
10
33
41
3
3

2

RUN /bin/sh -c set -ex && mkdir ~/.gnupg; echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; for key in 24C975CBA61A024EE1B631787C3D57159FC2F927 ; do gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; done # buildkit

5.07 KB


3

ENV INFLUXDB_VERSION=1.11.9-c1.11.9

0 B


4

RUN /bin/sh -c wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb.asc && wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb && gpg --batch --verify influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb.asc influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb && dpkg -i influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb && rm -f influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb* # buildkit

42.17 MB


5

COPY influxdb.conf /etc/influxdb/influxdb.conf # buildkit

243 B


6

EXPOSE map[8086/tcp:{}]

0 B


7

VOLUME [/var/lib/influxdb]

0 B


8

COPY entrypoint.sh /entrypoint.sh # buildkit

251 B


9

COPY init-influxdb.sh /init-influxdb.sh # buildkit

1.28 KB


10

ENTRYPOINT ["/entrypoint.sh"]

0 B


11

CMD ["influxd"]

0 B