Sign inSign up

keekar/oscal_reports:latest

Multi-platform
Security
Index digest

sha256:3152e23626ec3bca4831cfd2b39c90d2fd66d0f5c1783c5d293bee78c1346aa6

OS/ARCH

Compressed size

105.22 MB

Last pushed

8 days by keekar

Type

Image

Manifest digest

sha256:0abe0502b4cc987c334a00c4b5cccd14532a28607a933c433b0de75e0f37a8f2

Image Layers

1ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit3.69 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=20.20.20 B
4RUN /bin/sh -c addgroup -g41.23 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10WORKDIR /app93 B
11COPY backend/package*.json ./ # buildkit68.22 KB
12RUN /bin/sh -c npm install33.22 MB
13COPY backend/ ./ # buildkit25.65 MB
14COPY config/constants/ /config/constants/ # buildkit1.58 KB
15COPY config/catalogues/ /config/catalogues/ # buildkit1.72 KB
16COPY /app/frontend/dist ./public # buildkit160.84 KB
17COPY config/app/config.json.example /tmp/config.json.example # buildkit1.54 KB
18RUN /bin/sh -c node scripts/prepare-docker-bundled-config.mjs1.62 KB
19COPY config/app/users.json.example /app/config/app/users.json.example # buildkit363 B
20RUN /bin/sh -c mkdir -p32 B
21COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.27 KB
22RUN /bin/sh -c chmod +x2.26 KB
23VOLUME [/data]0 B
24ARG PORT=30200 B
25EXPOSE [3020/tcp]0 B
26HEALTHCHECK {Test:[CMD-SHELL node -e "require('http').get('http://localhost:${PORT}/health',0 B
27ENV NODE_ENV=production0 B
28ENV PORT=30200 B
29ENV OSCAL_DOCKER_IMAGE=10 B
30ENV OSCAL_PASS_DISABLED=10 B
31ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B
32CMD ["node" "server.js"]0 B

Command

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit