sha256:75b056b2328ef3c2335663a175ee5ada51022aef8f88614d20a92e23af003dac
OS/ARCH
Compressed size
2.26 GB
Last pushed
about 2 months by asfjenkins
Type
Image
Manifest digest
sha256:1610e084c67ab6c3281250157a016c3594324b25d8866c212863a180c524c1fb
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.35 MB5ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B6ENV PYTHON_VERSION=3.9.250 B7ENV PYTHON_SHA256=00e07d7c0f2f0cc002432d1ee84d2a40dae404a99303e3f97701c10966c918340 B8RUN /bin/sh -c set -eux;14.73 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update170.75 MB12EXPOSE [8080/tcp]0 B13RUN /bin/sh -c useradd -ms3.23 KB14RUN /bin/sh -c chown -R129.52 KB15USER devlake0 B16ENV PYTHONUNBUFFERED=10 B17WORKDIR /app32 B18RUN /bin/sh -c mkdir logs115 B19VOLUME [/app/logs]0 B20COPY --chown=devlake:devlake python/ /app/python/ #91.8 KB21RUN /bin/sh -c python3 -m67.7 MB22RUN /bin/sh -c curl -LsSf20.85 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 #51.86 MB25ARG DEBUG=0 B26ENV LD_LIBRARY_PATH=/app/libs0 B27RUN |1 DEBUG= /bin/sh -c114 B28COPY /usr/local/deps/target/lib/*.so* /app/libs # buildkit1.65 MB29COPY /go/bin /usr/bin # buildkit18.54 MB30RUN |1 DEBUG= /bin/sh -c155 B31COPY /app/bin /app/bin # buildkit888.09 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.02 GB37USER devlake0 B38ENTRYPOINT ["/usr/bin/tini" "--"]0 B39CMD ["lake"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1760918400'