sha256:ef11203707bf3e577f764b7eacb376d019fa854f8bac3e3e153826c5a24a6add
OS/ARCH
Compressed size
84.32 MB
Last pushed
about 2 months by fbraz3
Type
Image
Manifest digest
sha256:6a8f592ec5d88a26ff10dcac884ac3c884eee4328cc523f267a29c38b6c5b35a
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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.22 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.49 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11WORKDIR /unispy-server103 B12COPY src/requirements.txt . # buildkit326 B13RUN /bin/sh -c apt update6.35 MB14RUN /bin/sh -c pip install36.05 MB15RUN /bin/sh -c groupadd -g1.19 KB16COPY src /unispy-server/src # buildkit160.04 KB17COPY common /unispy-server/common # buildkit78.42 KB18COPY docker/docker-entrypoint.sh /unispy-server/docker-entrypoint.sh # buildkit337 B19RUN /bin/sh -c chmod +x239.26 KB20ENV PYTHONPATH=/unispy-server/src0 B21ENV UNISPY_CONFIG=/unispy-server/common/config.json0 B22USER unispy0 B23ENTRYPOINT ["/unispy-server/docker-entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'