sha256:a9605c91540359c50d15013c3b63208fc63237c067bbb65d95ffd7b6f1a3e15a
OS/ARCH
Compressed size
925.39 MB
Last pushed
about 1 year by sdraeger1
Type
Image
Manifest digest
sha256:23ac476657bb0fdec5b496f953345f6c40d945956bbf54ebdbff780f9df5b8a1
Image Layers
1# debian.sh --arch 'arm64' out/28.74 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.21 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.180 B7ENV PYTHON_SHA256=ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f0 B8RUN /bin/sh -c set -eux;13.41 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update284.21 MB13COPY /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages # buildkit141.43 MB14COPY /usr/local/bin /usr/local/bin # buildkit1.16 KB15COPY packages/api /app/api # buildkit127.04 KB16RUN /bin/sh -c chmod +x32 B17COPY packages/api/docker-entrypoint.sh /docker-entrypoint.sh # buildkit429 B18RUN /bin/sh -c chmod +x32 B19COPY /app/web20 /app/web20 # buildkit225.56 MB20RUN /bin/sh -c if [587.96 KB21RUN /bin/sh -c mkdir -p24.7 KB22RUN /bin/sh -c ldd /app/bin/run_DDA_ASCII32 B23RUN /bin/sh -c mkdir -p237 B24COPY config/default.yml /etc/ddalab/config.yml # buildkit856 B25COPY docker-entrypoint.sh /entrypoint.sh # buildkit2.38 KB26RUN /bin/sh -c chmod +x32 B27COPY start.sh /usr/local/bin/start.sh # buildkit582 B28RUN /bin/sh -c chmod +x578 B29RUN /bin/sh -c useradd -m230.11 MB30EXPOSE map[3000/tcp:{} 8001/tcp:{}]0 B31USER ddalabuser0 B32WORKDIR /app32 B33CMD ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1754870400'