sha256:b733b09660abe783bfb345b8601bde7d329efa58d938608b6f36e59f00bc8e3a
OS/ARCH
Compressed size
170.15 MB
Last pushed
2 months by jjhickman
Type
Image
Manifest digest
sha256:4270c567eddc51b953390e41fec7369bce3bd0137c15310a4b7c9873419e9dac
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=2.0.00 B11LABEL org.opencontainers.image.title=Garbanzo0 B12LABEL org.opencontainers.image.version=2.0.00 B13LABEL org.opencontainers.image.licenses=https://prosperitylicense.com/versions/3.0.0.html0 B14RUN |1 APP_VERSION=2.0.0 /bin/sh -c76.97 MB15WORKDIR /app93 B16RUN |1 APP_VERSION=2.0.0 /bin/sh -c972 B17COPY --chown=garbanzo:garbanzo /app/dist ./dist #448.5 KB18COPY --chown=garbanzo:garbanzo /app/node_modules ./node_modules #35.43 MB19COPY --chown=garbanzo:garbanzo /app/package.json ./ #1.39 KB20COPY --chown=garbanzo:garbanzo config/ ./config/ #1.22 KB21COPY --chown=garbanzo:garbanzo docs/PERSONA.md ./docs/PERSONA.md #4.52 KB22COPY --chown=garbanzo:garbanzo docs/personas/ ./docs/personas/ #4.6 KB23COPY --chown=garbanzo:garbanzo templates/ ./templates/ #226.07 KB24COPY --chown=garbanzo:garbanzo /app/src/utils/postgres-schema.sql ./src/utils/postgres-schema.sql #1.71 KB25RUN |1 APP_VERSION=2.0.0 /bin/sh -c176 B26HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:3001/health0 B27EXPOSE [3001/tcp]0 B28ENV NODE_ENV=production0 B29ENV LOG_LEVEL=info0 B30ENV GARBANZO_VERSION=2.0.00 B31VOLUME [/app/data /app/baileys_auth]0 B32USER garbanzo0 B33CMD ["dumb-init" "node" "dist/index.js"]0 BCommand
ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit