sha256:5a87e60a23603928436e7a4da52bf92430fdee8a1572246b0951fa2be80f9b07
OS/ARCH
linux/amd64
Compressed size
224.79 MB
Last pushed
about 1 month by celljuke82
Type
Image
Manifest digest
sha256:c47ff52e8895b39cf619a1f0788021a39bfda6e7dafc89001db14bee7d33939d
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 upgrade197.69 KB11WORKDIR /app93 B12LABEL org.opencontainers.image.source=https://github.com/casebender/webapp0 B13LABEL org.opencontainers.image.description=CaseBender API Service0 B14LABEL org.opencontainers.image.vendor=CaseBender0 B15LABEL org.opencontainers.image.licenses=Proprietary0 B16LABEL org.opencontainers.image.title=casebender-api0 B17RUN /bin/sh -c apk add426.93 KB18COPY --chown=api:nodejs /app/deploy ./ #169.12 MB19ENV NODE_ENV=production0 B20ENV PORT=30050 B21ENV HOST=0.0.0.00 B22ENV SERVICE_NAME=api-service0 B23USER api0 B24HEALTHCHECK &{["CMD-SHELL" "node -e \"require('node:http').get('http://127.0.0.1:3005/health',0 B25ENTRYPOINT ["dumb-init" "--"]0 B26CMD ["node" "dist/index.js"]0 BCommand
ADD alpine-minirootfs-3.23.5-x86_64.tar.gz / # buildkit