2024-07-11 20:47:57 UTC
44.5 MB
1.11.5-c1.11.5
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c6a83fedfae6ed8a4f5f7cbb6a7b6f1c1ec3d86fea8cb9e5ba2e5e6673fde9f6 - 7.77% (3.46 MB)
[#001] sha256:1c19734685fd9086e9ad843f1b99a803203af9fdccff2c76de84208583c3c3d2 - 0.0% (280 Bytes)
[#002] sha256:85f14e2497a545d02fdaf49273f100d16d98f4c907fed55d91225317add7e764 - 2.64% (1.17 MB)
[#003] sha256:d725c34f7f87aeb14d4fee68f16bab4af46fb516ebe408ecdc622b04b08de55d - 89.59% (39.8 MB)
[#004] sha256:2abb241390f62c4fc5afb047a941dccb49079d03d340ef1687d9c14e204dd4bd - 0.0% (240 Bytes)
[#005] sha256:a47a7da7cef25f802a7c8815b60b103a6dffe11055f8ec3eecea16bbb430e5be - 0.0% (253 Bytes)
[#006] sha256:a2680241baf83e1c07dee46cd3cc4c0455e72935e48e58fdb268965318701655 - 0.0% (1.25 KB)
/bin/sh -c #(nop) ADD file:99093095d62d0421541d882f9ceeddb2981fe701ec0aa9d2c08480712d5fed21 in /
2024-07-11 20:47:57 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-07-11 20:47:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo 'hosts: files dns' >> /etc/nsswitch.conf # buildkit
2024-07-11 20:47:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache tzdata bash ca-certificates && update-ca-certificates # buildkit
2024-07-11 20:47:57 UTC (buildkit.dockerfile.v0)ENV INFLUXDB_VERSION=1.11.5-c1.11.5
2024-07-11 20:47:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex && 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/enterprise/releases/influxdb-data-${INFLUXDB_VERSION}_linux_amd64.tar.gz.asc && wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data-${INFLUXDB_VERSION}_linux_amd64.tar.gz && gpg --batch --verify influxdb-data-${INFLUXDB_VERSION}_linux_amd64.tar.gz.asc influxdb-data-${INFLUXDB_VERSION}_linux_amd64.tar.gz && mkdir -p /usr/src && tar -C /usr/src -xzf influxdb-data-${INFLUXDB_VERSION}_linux_amd64.tar.gz && rm -f /usr/src/influxdb-*/influxdb.conf && chmod +x /usr/src/influxdb-*/usr/bin/* && cp -a /usr/src/influxdb-*/usr/bin/. /usr/bin/ && gpgconf --kill all && rm -rf *.tar.gz* /usr/src /root/.gnupg && apk del .build-deps # buildkit
2024-07-11 20:47:57 UTC (buildkit.dockerfile.v0)COPY influxdb.conf /etc/influxdb/influxdb.conf # buildkit
2024-07-11 20:47:57 UTC (buildkit.dockerfile.v0)EXPOSE map[8086/tcp:{}]
2024-07-11 20:47:57 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/influxdb]
2024-07-11 20:47:57 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2024-07-11 20:47:57 UTC (buildkit.dockerfile.v0)COPY init-influxdb.sh /init-influxdb.sh # buildkit
2024-07-11 20:47:57 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2024-07-11 20:47:57 UTC (buildkit.dockerfile.v0)CMD ["influxd"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.