sha256:809f823a559121c92702d471fcdb564a1f36ea3e661af1fb3f48262aa6b81d49
OS/ARCH
Compressed size
84.88 MB
Last pushed
3 days by fbraz3
Type
Image
Manifest digest
sha256:14dd05ef50cc2603d5304719d9545ec93dd754bd554445937fe802cd3341817a
Image Layers
1# debian.sh --arch 'amd64' out/28.45 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=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.56 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /unispy-server103 B12COPY src/requirements.txt . # buildkit327 B13RUN /bin/sh -c apt update6.48 MB14RUN /bin/sh -c pip install36.69 MB15RUN /bin/sh -c groupadd -g1.19 KB16COPY src /unispy-server/src # buildkit160.27 KB17COPY common /unispy-server/common # buildkit78.42 KB18COPY docker/docker-entrypoint.sh /unispy-server/docker-entrypoint.sh # buildkit335 B19RUN /bin/sh -c chmod +x239.47 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 'amd64' out/ 'trixie' '@1789689600'