sha256:c5b5931da661791aaf0ad6a235870f7fd3d30f4407e25a1b71696aafea376a82
OS/ARCH
Compressed size
172.53 MB
Last pushed
2 months by jjhickman
Type
Image
Manifest digest
sha256:162293d2196d3632027a6ac097c3dac26f612b6a3928be5a00e9e27b159e2e7a
Image Layers
1ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit4.01 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=25.9.00 B4RUN /bin/sh -c addgroup -g53.44 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 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 -c73.7 MB15WORKDIR /app93 B16RUN |1 APP_VERSION=3.3.0 /bin/sh -c972 B17COPY --chown=garbanzo:garbanzo /app/dist ./dist #591.19 KB18COPY --chown=garbanzo:garbanzo /app/node_modules ./node_modules #39.35 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.52 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.71 KB26RUN |1 APP_VERSION=3.3.0 /bin/sh -c176 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-aarch64.tar.gz / # buildkit