sha256:8432be83329e3a17976f851c5393ba468246b24a8193a9fa4c17b8252408f85d
OS/ARCH
Compressed size
1.77 GB
Last pushed
about 1 year by helicone
Type
Image
Manifest digest
sha256:e4a7f59dff1a0087faf7a1bbcd3c4a7d0244d47ff06ec5c45bcb792c363c6613
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.19.40 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.3 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit450 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /usr/src/app/valhalla/prompt_security182 B11SHELL [/bin/bash -c]0 B12RUN /bin/bash -c apt-get update33.65 MB13RUN /bin/bash -c python3 -m6.68 MB14RUN /bin/bash -c apt-get update1.62 MB15RUN /bin/bash -c apt-get update32 B16RUN /bin/bash -c echo "deb2.3 MB17RUN /bin/bash -c apt-get install214.21 MB18ENV FFMPEG_PATH=/usr/bin/ffmpeg0 B19ENV FFPROBE_PATH=/usr/bin/ffprobe0 B20COPY ./valhalla/prompt_security/requirements.txt ./ # buildkit603 B21RUN /bin/bash -c . venv/bin/activate519.81 MB22RUN /bin/bash -c . venv/bin/activate37.46 MB23RUN /bin/bash -c . venv/bin/activate32 B24RUN /bin/bash -c apt install1.5 MB25WORKDIR /usr/src/app32 B26COPY ./shared ./shared # buildkit3.13 KB27COPY ./packages ./packages # buildkit159.71 KB28COPY ./package.json ./package.json # buildkit352 B29WORKDIR /usr/src/app/valhalla/jawn177 B30COPY ./valhalla/jawn . # buildkit718.75 KB31RUN /bin/bash -c find /usr/src/app/valhalla/jawn239 B32ENV PORT=85850 B33RUN /bin/bash -c yarn #912.78 MB34RUN /bin/bash -c yarn build17.84 MB35COPY ./valhalla/prompt_security/main.py /usr/src/app/valhalla/prompt_security/main.py # buildkit2.65 KB36COPY ./valhalla/prompt_security/run_service.sh /usr/src/app/valhalla/prompt_security/run_service.sh # buildkit485 B37RUN /bin/bash -c chmod +x481 B38ENV PYTHONUNBUFFERED=10 B39ENV PYTHONFAULTHANDLER=10 B40ENV DLQ_MESSAGES_PER_MINI_BATCH=10 B41ENV DLQ_WORKER_COUNT=10 B42ENV NORMAL_WORKER_COUNT=30 B43ENV CSB_API_KEY=12345678900 B44ENV ENABLE_PROMPT_SECURITY=true0 B45COPY ./valhalla/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit386 B46CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'