sha256:043c2f00980f5f1a91b44ad918a52ebb2d47dd6adc9c1abb738f048bf8a2ee94
OS/ARCH
linux/amd64
Compressed size
102.46 MB
Last pushed
about 2 months by germannewsmaker
Type
Image
Manifest digest
sha256:fecb07f1c485d3034d72f462a092f67ebaa7bed2fea2c13c23ae2f5c381a6fe2
Image Layers
1# debian.sh --arch 'amd64' out/47.02 MB2COPY docker-entrypoint.sh /usr/local/bin # buildkit294 B3COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit34.91 MB4RUN /bin/sh -c mkdir -p185 B5ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin0 B6ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=00 B7ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=00 B8ARG BUN_INSTALL_BIN=/usr/local/bin0 B9ENV BUN_INSTALL_BIN=/usr/local/bin0 B10RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh3.32 KB11WORKDIR /home/bun/app139 B12ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B13CMD ["/usr/local/bin/bun"]0 B14RUN /bin/sh -c apt-get update5.96 MB15ENV TZ=Etc/UTC0 B16WORKDIR /myspeed97 B17COPY /myspeed/server /myspeed/server # buildkit30.81 KB18COPY /myspeed/package.json /myspeed/package.json # buildkit642 B19COPY /myspeed/node_modules /myspeed/node_modules # buildkit12.99 MB20COPY /client/build /myspeed/build # buildkit1.54 MB21VOLUME [/myspeed/data]0 B22EXPOSE [5216/tcp]0 B23CMD ["bun" "run" "server/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1777939200'