sha256:f582e0b2aa56af083429598b72813178e3c013966350f6a445430dcc5521e09b
OS/ARCH
Compressed size
201.84 MB
Last pushed
7 months by jjhickman
Type
Image
Manifest digest
sha256:2981a40d1020dc31bda6b6433733e2597713033d57371546e060a05297cdd664
Image Layers
1ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit3.68 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=25.6.10 B4RUN /bin/sh -c addgroup -g51.79 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ARG APP_VERSION=0.1.80 B11LABEL org.opencontainers.image.title=Garbanzo0 B12LABEL org.opencontainers.image.version=0.1.80 B13LABEL org.opencontainers.image.licenses=https://prosperitylicense.com/versions/3.0.0.html0 B14RUN |1 APP_VERSION=0.1.8 /bin/sh -c114.23 MB15WORKDIR /app93 B16RUN |1 APP_VERSION=0.1.8 /bin/sh -c970 B17COPY --chown=garbanzo:garbanzo /app/dist ./dist #227.51 KB18COPY --chown=garbanzo:garbanzo /app/node_modules ./node_modules #30.49 MB19COPY --chown=garbanzo:garbanzo /app/package.json ./ #1015 B20COPY --chown=garbanzo:garbanzo config/ ./config/ #998 B21COPY --chown=garbanzo:garbanzo docs/PERSONA.md ./docs/PERSONA.md #3.32 KB22COPY --chown=garbanzo:garbanzo templates/ ./templates/ #226.07 KB23RUN |1 APP_VERSION=0.1.8 /bin/sh -c179 B24HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3001/health0 B25EXPOSE [3001/tcp]0 B26ENV NODE_ENV=production0 B27ENV LOG_LEVEL=info0 B28ENV GARBANZO_VERSION=0.1.80 B29VOLUME [/app/data /app/baileys_auth]0 B30USER garbanzo0 B31CMD ["dumb-init" "node" "dist/index.js"]0 BCommand
ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit