sha256:cefb2c255bba82c4b255a99c20b47c810f904e92a99a08f2f60525c307e5b636
OS/ARCH
Compressed size
201.83 MB
Last pushed
7 months by jjhickman
Type
Image
Manifest digest
sha256:767bf607d2842146576339b6d740cd7622a23d50933b1243f6a915a05d67b5ce
Image Layers
1ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit3.68 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=25.6.10 B4RUN /bin/sh -c addgroup -g51.79 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ARG APP_VERSION=0.1.60 B11LABEL org.opencontainers.image.title=Garbanzo0 B12LABEL org.opencontainers.image.version=0.1.60 B13LABEL org.opencontainers.image.licenses=https://prosperitylicense.com/versions/3.0.0.html0 B14RUN |1 APP_VERSION=0.1.6 /bin/sh -c114.23 MB15WORKDIR /app93 B16RUN |1 APP_VERSION=0.1.6 /bin/sh -c970 B17COPY --chown=garbanzo:garbanzo /app/dist ./dist #218.85 KB18COPY --chown=garbanzo:garbanzo /app/node_modules ./node_modules #30.49 MB19COPY --chown=garbanzo:garbanzo /app/package.json ./ #987 B20COPY --chown=garbanzo:garbanzo config/ ./config/ #999 B21COPY --chown=garbanzo:garbanzo docs/PERSONA.md ./docs/PERSONA.md #3.32 KB22COPY --chown=garbanzo:garbanzo templates/ ./templates/ #226.07 KB23RUN |1 APP_VERSION=0.1.6 /bin/sh -c178 B24HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3001/health0 B25EXPOSE [3001/tcp]0 B26ENV NODE_ENV=production0 B27ENV LOG_LEVEL=info0 B28ENV GARBANZO_VERSION=0.1.60 B29VOLUME [/app/data /app/baileys_auth]0 B30USER garbanzo0 B31CMD ["dumb-init" "node" "dist/index.js"]0 BCommand
ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit