sha256:03f880ae178f0ebb260e180a8fe58bd30c5f9b8987268fee92e614c323132384
OS/ARCH
Compressed size
2.2 GB
Last pushed
11 days by asfjenkins
Type
Image
Manifest digest
sha256:d80d30a56cf380415f7d6edffa5ddc6f1167b6d0e59b6392d1835a767d0825df
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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.37 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.160 B7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B8RUN /bin/sh -c set -eux;15.28 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update161.76 MB12EXPOSE [8080/tcp]0 B13RUN /bin/sh -c useradd -ms3.22 KB14RUN /bin/sh -c chown -R135.1 KB15USER devlake0 B16ENV PYTHONUNBUFFERED=10 B17WORKDIR /app32 B18RUN /bin/sh -c mkdir logs114 B19VOLUME [/app/logs]0 B20COPY --chown=devlake:devlake python/ /app/python/ #105.22 KB21RUN /bin/sh -c python3 -m5.48 MB22RUN /bin/sh -c curl -LsSf18.97 MB23ENV PATH=/app/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B24RUN /bin/sh -c /app/python/build.sh #61.79 MB25ARG DEBUG=0 B26ENV LD_LIBRARY_PATH=/app/libs0 B27RUN |1 DEBUG= /bin/sh -c116 B28COPY /usr/local/deps/target/lib/*.so* /app/libs # buildkit1.66 MB29COPY /go/bin /usr/bin # buildkit20 MB30RUN |1 DEBUG= /bin/sh -c154 B31COPY /app/bin /app/bin # buildkit914.08 MB32COPY /app/resources /app/resources # buildkit3.26 KB33ENV PATH=/app/bin:/app/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B34ENV DEBUG=0 B35USER root0 B36RUN |1 DEBUG= /bin/sh -c1 GB37USER devlake0 B38ENTRYPOINT ["/usr/bin/tini" "--"]0 B39CMD ["lake"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'