sha256:c412c9f76e4a81566e188e64f03933f40e60e28df1fabfe1a53e2a0b3657058e
OS/ARCH
Compressed size
1.77 GB
Last pushed
about 1 year by helicone
Type
Image
Manifest digest
sha256:4a83c80a653d57c0190379d3ec682cf6714d0cf25e49dab121ef5cbcd0d7956f
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.67 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 ./ # buildkit601 B21RUN /bin/bash -c . venv/bin/activate521 MB22RUN /bin/bash -c . venv/bin/activate37.67 MB23RUN /bin/bash -c . venv/bin/activate32 B24RUN /bin/bash -c apt install1.5 MB25WORKDIR /usr/src/app32 B26COPY ./shared ./shared # buildkit3.12 KB27COPY ./packages ./packages # buildkit129.8 KB28COPY ./package.json ./package.json # buildkit344 B29WORKDIR /usr/src/app/valhalla/jawn175 B30COPY ./valhalla/jawn . # buildkit716.54 KB31RUN /bin/bash -c find /usr/src/app/valhalla/jawn233 B32ENV PORT=85850 B33RUN /bin/bash -c yarn #912.38 MB34RUN /bin/bash -c yarn build17.81 MB35COPY ./valhalla/prompt_security/main.py /usr/src/app/valhalla/prompt_security/main.py # buildkit2.64 KB36COPY ./valhalla/prompt_security/run_service.sh /usr/src/app/valhalla/prompt_security/run_service.sh # buildkit480 B37RUN /bin/bash -c chmod +x475 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 # buildkit385 B46CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisor/supervisord.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'