sha256:68b7124f10104c4b5f5388b18607983b053a3fc2feaf0ba247a14ec052bba0e5
OS/ARCH
linux/amd64
Compressed size
210.54 MB
Last pushed
about 2 months by elementoperations
Type
Image
Manifest digest
sha256:68b7124f10104c4b5f5388b18607983b053a3fc2feaf0ba247a14ec052bba0e5
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c mkdir app93 B11WORKDIR /app32 B12RUN /bin/sh -c apt-get update114.02 MB13COPY package.json /app/package.json # buildkit984 B14COPY yarn.lock /app/yarn.lock # buildkit104.83 KB15RUN /bin/sh -c yarn --check-files19.96 MB16COPY /build/node_modules/node-purple /app/node_modules/node-purple # buildkit110.95 KB17COPY /build/lib /app/lib # buildkit170.27 KB18COPY /config/config.schema.yaml /app/config/config.schema.yaml # buildkit1.11 KB19VOLUME [/data]0 B20ENV LD_PRELOAD=/usr/lib/libpurple.so.00 B21ENTRYPOINT ["node" "--enable-source-maps" "/app/lib/Program.js" "--port"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'