sha256:be6350dddf0e41e24f0c6b05cd86b28e7aadb300b8362467ceb066686ed2e57f
OS/ARCH
linux/amd64
Compressed size
232.85 MB
Last pushed
8 days by celljuke82
Type
Image
Manifest digest
sha256:49244e0dce193331dfd387dba3e4ddc968c2c4762cf2ec538f322340ce61e45f
Image Layers
1ADD alpine-minirootfs-3.23.5-x86_64.tar.gz / # buildkit3.67 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c addgroup -g50.19 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 B10RUN /bin/sh -c apk upgrade2.55 MB11WORKDIR /app93 B12LABEL org.opencontainers.image.source=https://github.com/casebender/webapp0 B13LABEL org.opencontainers.image.description=CaseBender Worker Service0 B14LABEL org.opencontainers.image.vendor=CaseBender0 B15LABEL org.opencontainers.image.licenses=Proprietary0 B16LABEL org.opencontainers.image.title=casebender-worker0 B17RUN /bin/sh -c apk add427 KB18COPY --chown=worker:nodejs /app/deploy ./ #174.82 MB19ENV NODE_ENV=production0 B20ENV PORT=30020 B21ENV HEALTH_PORT=30020 B22ENV HEALTH_ENABLED=true0 B23RUN /bin/sh -c mkdir -p122 B24USER worker0 B25HEALTHCHECK &{["CMD-SHELL" "node -e \"require('node:http').get('http://127.0.0.1:3002/health/live',0 B26ENTRYPOINT ["dumb-init" "--"]0 B27CMD ["node" "dist/index.js"]0 BCommand
ADD alpine-minirootfs-3.23.5-x86_64.tar.gz / # buildkit