sha256:893f8fddac5d61cd983112653df294fa4600670eaee78a8112ab36af0365a5d5
OS/ARCH
linux/amd64
Compressed size
286.67 MB
Last pushed
9 months by manofdocker4ever
Type
Image
Manifest digest
sha256:893f8fddac5d61cd983112653df294fa4600670eaee78a8112ab36af0365a5d5
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;13.7 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c groupadd --gid3.25 KB12RUN /bin/sh -c pip3 install12.08 MB13USER appuser0 B14WORKDIR /home/appuser32 B15COPY --chown=appuser:appuser app /home/appuser/app #994 B16COPY --chown=appuser:appuser k8s /home/appuser/k8s #733 B17COPY Dockerfile /home/appuser/Dockerfile # buildkit564 B18ENV VIRTUAL_ENV=/home/appuser/venv0 B19RUN /bin/sh -c virtualenv ${VIRTUAL_ENV}7.8 MB20RUN /bin/sh -c . ${VIRTUAL_ENV}/bin/activate223.47 MB21EXPOSE &{[{{24 0} {24 0}}]0 B22COPY --chown=appuser:appuser run.sh /home/appuser/run.sh #271 B23RUN /bin/sh -c chmod +x285 B24ENTRYPOINT ["./run.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1765152000'