sha256:d5f3bd044ded92ee731bbda127574593ffaf04a254cfecd44105c1e9592b76d7
OS/ARCH
linux/amd64
Compressed size
451.2 MB
Last pushed
over 1 year by nvdk
Type
Image
Manifest digest
sha256:591db738f3c191b6614d0e94ac4877fa3da7415e27c09594ccbe1d2afd594847
Image Layers
1# debian.sh --arch 'amd64' out/46.24 MB2RUN /bin/sh -c set -eux;22.9 MB3RUN /bin/sh -c set -eux;61.41 MB4RUN /bin/sh -c set -ex;201.56 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=22.15.00 B7RUN /bin/sh -c ARCH= &&53.25 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B14RUN /bin/sh -c apt-get update15.65 MB15ENV MU_SPARQL_ENDPOINT=http://database:8890/sparql0 B16ENV MU_APPLICATION_GRAPH=http://mu.semte.ch/application0 B17ENV NODE_ENV=production0 B18ENV HOST=0.0.0.00 B19ENV PORT=800 B20ENV LOG_SPARQL_ALL=true0 B21ENV DEBUG_AUTH_HEADERS=true0 B22WORKDIR /usr/src/app133 B23COPY package.json /usr/src/app/package.json # buildkit652 B24COPY ./scripts /app/scripts # buildkit1.05 KB25RUN /bin/sh -c npm install48.93 MB26COPY . /usr/src/app # buildkit44.94 KB27RUN /bin/sh -c chmod +x32 B28RUN /bin/sh -c chmod +x32 B29RUN /bin/sh -c chmod +x32 B30EXPOSE map[80/tcp:{}]0 B31CMD ["bash" "boot.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'