Sign inSign up

jjhickman/garbanzo:3.3.0

Multi-platform
Machine learning & AI
Index digest

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 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=25.9.00 B
4RUN /bin/sh -c addgroup -g52.18 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10ARG APP_VERSION=3.3.00 B
11LABEL org.opencontainers.image.title=Garbanzo0 B
12LABEL org.opencontainers.image.version=3.3.00 B
13LABEL org.opencontainers.image.licenses=https://prosperitylicense.com/versions/3.0.0.html0 B
14RUN |1 APP_VERSION=3.3.0 /bin/sh -c76.98 MB
15WORKDIR /app93 B
16RUN |1 APP_VERSION=3.3.0 /bin/sh -c973 B
17COPY --chown=garbanzo:garbanzo /app/dist ./dist #590.78 KB
18COPY --chown=garbanzo:garbanzo /app/node_modules ./node_modules #38.82 MB
19COPY --chown=garbanzo:garbanzo /app/stubs ./stubs #906 B
20COPY --chown=garbanzo:garbanzo /app/package.json ./ #1.75 KB
21COPY --chown=garbanzo:garbanzo config/ ./config/ #2.74 KB
22COPY --chown=garbanzo:garbanzo docs/PERSONA.md ./docs/PERSONA.md #4.51 KB
23COPY --chown=garbanzo:garbanzo docs/personas/ ./docs/personas/ #11.68 KB
24COPY --chown=garbanzo:garbanzo templates/ ./templates/ #226.07 KB
25COPY --chown=garbanzo:garbanzo /app/src/utils/postgres-schema.sql ./src/utils/postgres-schema.sql #1.7 KB
26RUN |1 APP_VERSION=3.3.0 /bin/sh -c178 B
27HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:3001/health0 B
28EXPOSE [3001/tcp]0 B
29ENV NODE_ENV=production0 B
30ENV LOG_LEVEL=info0 B
31ENV GARBANZO_VERSION=3.3.00 B
32ENV GARBANZO_HOME=/app0 B
33VOLUME [/app/data /app/baileys_auth]0 B
34USER garbanzo0 B
35CMD ["dumb-init" "node" "dist/index.js"]0 B

Command

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit