Sign inSign up

spurin/diveintolabs-20260818:portal

Multi-platform
Index digest

sha256:b041339f30ae8070494e1d0730a147346f3d990b5fad10d1c5371e192d0bb722

OS/ARCH

Compressed size

107.8 MB

Last pushed

about 1 month by spurin

Type

Image

Manifest digest

sha256:5eb2a48ad927bfb38eb00af19d7e08f9b828503891121f1b88c300d2f63be4e6

Image Layers

1ADD alpine-minirootfs-3.24.0-x86_64.tar.gz / # buildkit3.69 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=22.22.30 B
4RUN /bin/sh -c addgroup -g49.89 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10WORKDIR /app93 B
11ENV NODE_ENV=production0 B
12ENV NEXT_TELEMETRY_DISABLED=10 B
13ENV PORT=30000 B
14ENV HOSTNAME=0.0.0.00 B
15ENV DIVEINTO_DEBUG=00 B
16ENV NODE_NO_WARNINGS=10 B
17ENV LABAPI_INTERNAL_URL=http://labapi:80000 B
18ENV BOOTSTRAPAPI_INTERNAL_URL=http://portal:80000 B
19COPY /app/.next/standalone ./ # buildkit19.14 MB
20COPY /app/server.js ./server.js # buildkit12 KB
21COPY /app/node_modules/http-proxy ./node_modules/http-proxy # buildkit65.74 KB
22COPY /app/node_modules/eventemitter3 ./node_modules/eventemitter3 # buildkit9.57 KB
23COPY /app/node_modules/follow-redirects ./node_modules/follow-redirects # buildkit9.88 KB
24COPY /app/node_modules/requires-port ./node_modules/requires-port # buildkit3.02 KB
25COPY /app/node_modules/ws ./node_modules/ws # buildkit34.16 KB
26COPY /app/node_modules/next ./node_modules/next # buildkit33.75 MB
27RUN /bin/sh -c mkdir -p235 B
28EXPOSE map[3000/tcp:{}]0 B
29CMD ["node" "server.js"]0 B

Command

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