sha256:c674ffd458360f3d9f255e1f14141ec90cc2678cc8ea52189843c2fda888fb5e
OS/ARCH
Compressed size
83.5 MB
Last pushed
about 2 months by fbraz3
Type
Image
Manifest digest
sha256:13df57f4873fc31ae5782f33fdb2e67c5cf27d4931ed1891680a5414633f03f8
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=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /unispy-server103 B12COPY src/requirements.txt . # buildkit325 B13RUN /bin/sh -c apt update5.32 MB14RUN /bin/sh -c pip install36.53 MB15RUN /bin/sh -c groupadd -g1.19 KB16COPY src /unispy-server/src # buildkit159.95 KB17COPY common /unispy-server/common # buildkit78.41 KB18RUN /bin/sh -c chown -R238.99 KB19ENV PYTHONPATH=/unispy-server/src0 B20ENV UNISPY_CONFIG=/unispy-server/common/config.json0 B21USER unispy0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'