sha256:afa698533c12465ceb00a5eb42d752addf9d6690d27193d0665a092f018c6741
OS/ARCH
Compressed size
128.18 MB
Last pushed
about 2 months by 178inaba
Type
Image
Manifest digest
sha256:768cdf5b2fd340685d94039fc18f3b3ec55d134989836f02c867ad8f857baf78
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.18.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update4.29 MB11WORKDIR /app93 B12COPY package.json package-lock.json ./ #70.17 KB13RUN /bin/sh -c npm ci47.37 MB14COPY firebase.json ./ # buildkit238 B15ENV FIREBASE_PROJECT=demo-project0 B16EXPOSE [9099/tcp]0 B17HEALTHCHECK {Test:[CMD-SHELL curl -f localhost:9099]0 B18CMD ["sh" "-c" "exec node_modules/.bin/firebase0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'