sha256:d5af4abbb8c78b719fd85c35e5e036fb639b816c25ef6ba86e6f25e4a03bed01
OS/ARCH
linux/amd64
Compressed size
179.57 MB
Last pushed
11 months by tmacro
Type
Image
Manifest digest
sha256:d5af4abbb8c78b719fd85c35e5e036fb639b816c25ef6ba86e6f25e4a03bed01
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.14.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.08 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 B10ENV NO_PROXY=localhost,127.0.0.10 B11ENV no_proxy=localhost,127.0.0.10 B12ENV S3DATA=multiple0 B13ENV S3METADATA=mongodb0 B14EXPOSE [8000/tcp]0 B15EXPOSE [8002/tcp]0 B16ENV S3_CONFIG_FILE=/config/cloudserver.json0 B17ENV S3_LOCATION_FILE=/config/locations.json0 B18RUN /bin/sh -c apt-get update757.31 KB19WORKDIR /usr/src/app134 B20COPY /usr/src/app/node_modules ./node_modules/ # buildkit103 MB21COPY . /usr/src/app # buildkit1.2 MB22COPY images/flounder/entrypoint.sh /entrypoint.sh # buildkit276 B23ENTRYPOINT ["tini" "-g" "--" "/entrypoint.sh"]0 B24CMD ["node" "index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'