sha256:ab377d8ede4520d5db8b69d329584b26df446cc17e3c4eab6e245b527ac7c593
OS/ARCH
Compressed size
58.98 MB
Last pushed
9 months by nishanthambati
Type
Image
Manifest digest
sha256:de1da84926521933a8230e76329f7c5922e2b313fbf1c8e54d0f4c5f06da7ba1
Image Layers
1# debian.sh --arch 'arm64' out/26.8 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;3.19 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;15.14 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update1.84 MB12WORKDIR /app92 B13COPY /install /usr/local # buildkit12 MB14ARG APP_PORT0 B15COPY . /app/api_service # buildkit6.65 KB16EXPOSE []0 B17CMD ["python" "-m" "api_service.main"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1763337600'