sha256:e3808db694e6a472f8705267d4a7e936670acb9c74130f0aaa04b8a95eee916c
OS/ARCH
Compressed size
166.05 MB
Last pushed
3 months by jjhickman
Type
Image
Manifest digest
sha256:09e4f8e231e0411b772b14f34cc72e5e3ca42436e6d95c93c3000c3de8863126
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=1.0.60 B11LABEL org.opencontainers.image.title=Garbanzo0 B12LABEL org.opencontainers.image.version=1.0.60 B13LABEL org.opencontainers.image.licenses=https://prosperitylicense.com/versions/3.0.0.html0 B14RUN |1 APP_VERSION=1.0.6 /bin/sh -c73.65 MB15WORKDIR /app93 B16RUN |1 APP_VERSION=1.0.6 /bin/sh -c972 B17COPY --chown=garbanzo:garbanzo /app/dist ./dist #369.12 KB18COPY --chown=garbanzo:garbanzo /app/node_modules ./node_modules #33.15 MB19COPY --chown=garbanzo:garbanzo /app/package.json ./ #1.32 KB20COPY --chown=garbanzo:garbanzo config/ ./config/ #961 B21COPY --chown=garbanzo:garbanzo docs/PERSONA.md ./docs/PERSONA.md #3.37 KB22COPY --chown=garbanzo:garbanzo docs/personas/ ./docs/personas/ #894 B23COPY --chown=garbanzo:garbanzo templates/ ./templates/ #226.07 KB24COPY --chown=garbanzo:garbanzo /app/src/utils/postgres-schema.sql ./src/utils/postgres-schema.sql #1.23 KB25RUN |1 APP_VERSION=1.0.6 /bin/sh -c178 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=1.0.60 B31VOLUME [/app/data /app/baileys_auth]0 B32USER garbanzo0 B33CMD ["dumb-init" "node" "dist/index.js"]0 BCommand
ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit