sha256:cd3c2c0eadb7f5185c4702b51880241fea116fe03d43ad28d880c94da0e822f8
OS/ARCH
Compressed size
105.21 MB
Last pushed
19 days by keekar
Type
Image
Manifest digest
sha256:b99b87ee3c52f1d473aa516a83a11ceb4f249a310f696cd01f58036700e83be9
Image Layers
1ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit3.69 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c addgroup -g41.23 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11COPY backend/package*.json ./ # buildkit68.21 KB12RUN /bin/sh -c npm install33.22 MB13COPY backend/ ./ # buildkit25.65 MB14COPY /app/frontend/dist ./public # buildkit156.09 KB15COPY config/app/config.json.example /tmp/config.json.example # buildkit1.54 KB16RUN /bin/sh -c node scripts/prepare-docker-bundled-config.mjs1.62 KB17COPY config/app/users.json.example /app/config/app/users.json.example # buildkit363 B18RUN /bin/sh -c mkdir -p32 B19COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.27 KB20RUN /bin/sh -c chmod +x2.26 KB21VOLUME [/data]0 B22ARG PORT=30200 B23EXPOSE [3020/tcp]0 B24HEALTHCHECK {Test:[CMD-SHELL node -e "require('http').get('http://localhost:${PORT}/health',0 B25ENV NODE_ENV=production0 B26ENV PORT=30200 B27ENV OSCAL_DOCKER_IMAGE=10 B28ENV OSCAL_PASS_DISABLED=10 B29ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B30CMD ["node" "server.js"]0 BCommand
ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit