sha256:4429cb5c8dd9acb540bee780f1341a40a48c946940095c9273f8a322b176b9c5
OS/ARCH
linux/arm64
Compressed size
118.17 MB
Last pushed
7 months by influxdatadockerhub
Type
Image
Manifest digest
sha256:4429cb5c8dd9acb540bee780f1341a40a48c946940095c9273f8a322b176b9c5
Image Layers
1ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit4 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.13.10 B4RUN /bin/sh -c addgroup -g49.54 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV DATABASE_URL=/db/sqlite.db0 B11ENV INFLUX_PLUGINS_URL=https://raw.githubusercontent.com/influxdata/influxdb3_plugins/refs/heads/main0 B12ENV INFLUX_PLUGIN_LIST_PATH=library/plugin_library.json0 B13ENV INFLUX_PLUGIN_FOLDER=influxdata0 B14ENV COMMUNITY_PLUGIN_FOLDER=0 B15WORKDIR /app-root98 B16COPY /app-root/apps/backend/dist ./_backend_app # buildkit3.03 MB17COPY /app-root/apps/master/dist ./_master_app # buildkit3.71 MB18COPY /app-root/apps/querytool/dist ./_querytool_app # buildkit3.25 MB19COPY /app-root/license.txt ./license.txt # buildkit6.13 KB20WORKDIR /app-root/_backend_app32 B21RUN /bin/sh -c npm install47.08 MB22RUN /bin/sh -c npm prune1.87 MB23WORKDIR /app-root32 B24RUN /bin/sh -c apk update3.92 MB25RUN /bin/sh -c mkdir -p140 B26RUN /bin/sh -c mkdir -p114 B27COPY nginx.conf /etc/nginx/nginx.conf # buildkit1.14 KB28COPY entrypoint.sh ./entrypoint.sh # buildkit1.13 KB29RUN /bin/sh -c chmod +x1.15 KB30RUN /bin/sh -c apk add569.61 KB31RUN /bin/sh -c ls -lah93 B32RUN /bin/sh -c cat ./entrypoint.sh93 B33RUN /bin/sh -c file ./entrypoint.sh93 B34RUN /bin/sh -c mkdir -p110 B35RUN /bin/sh -c chmod 755110 B36RUN /bin/sh -c mkdir -p145 B37RUN /bin/sh -c chmod 755145 B38EXPOSE &{[{{87 0} {87 0}}]0 B39VOLUME [/app-root/config /db /etc/nginx/ssl /ca-certs0 B40ENTRYPOINT ["./entrypoint.sh"]0 BCommand
ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit