sha256:c5b5931da661791aaf0ad6a235870f7fd3d30f4407e25a1b71696aafea376a82
OS/ARCH
Compressed size
173.69 MB
Last pushed
2 months by jjhickman
Type
Image
Manifest digest
sha256:acc8346b3f1bfeb556e45020983f8a511367612463b810228635a6f57454b2c4
Image Layers
1ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit3.69 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=25.9.00 B4RUN /bin/sh -c addgroup -g52.18 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ARG APP_VERSION=3.3.00 B11LABEL org.opencontainers.image.title=Garbanzo0 B12LABEL org.opencontainers.image.version=3.3.00 B13LABEL org.opencontainers.image.licenses=https://prosperitylicense.com/versions/3.0.0.html0 B14RUN |1 APP_VERSION=3.3.0 /bin/sh -c76.98 MB15WORKDIR /app93 B16RUN |1 APP_VERSION=3.3.0 /bin/sh -c973 B17COPY --chown=garbanzo:garbanzo /app/dist ./dist #590.78 KB18COPY --chown=garbanzo:garbanzo /app/node_modules ./node_modules #38.82 MB19COPY --chown=garbanzo:garbanzo /app/stubs ./stubs #906 B20COPY --chown=garbanzo:garbanzo /app/package.json ./ #1.75 KB21COPY --chown=garbanzo:garbanzo config/ ./config/ #2.74 KB22COPY --chown=garbanzo:garbanzo docs/PERSONA.md ./docs/PERSONA.md #4.51 KB23COPY --chown=garbanzo:garbanzo docs/personas/ ./docs/personas/ #11.68 KB24COPY --chown=garbanzo:garbanzo templates/ ./templates/ #226.07 KB25COPY --chown=garbanzo:garbanzo /app/src/utils/postgres-schema.sql ./src/utils/postgres-schema.sql #1.7 KB26RUN |1 APP_VERSION=3.3.0 /bin/sh -c178 B27HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:3001/health0 B28EXPOSE [3001/tcp]0 B29ENV NODE_ENV=production0 B30ENV LOG_LEVEL=info0 B31ENV GARBANZO_VERSION=3.3.00 B32ENV GARBANZO_HOME=/app0 B33VOLUME [/app/data /app/baileys_auth]0 B34USER garbanzo0 B35CMD ["dumb-init" "node" "dist/index.js"]0 BCommand
ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit