sha256:353aa21d3161703c90ffa1fcd314f984a26b5ef230c1d601691709a3e1756621
OS/ARCH
Compressed size
447.84 MB
Last pushed
about 2 months by yuntian123456
Type
Image
Manifest digest
sha256:d92b7e5871d3d9b7c9d3d8ed93c4882f30bf5b6ba0ef4e4c949827aa0f36bfb4
Image Layers
1# debian.sh --arch 'arm64' out/26.81 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.2 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;15.19 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11WORKDIR /app93 B12ENV TZ=Asia/Shanghai0 B13RUN /bin/sh -c ln -snf192 B14RUN /bin/sh -c apt-get update197.08 MB15RUN /bin/sh -c groupadd -g3.23 KB16COPY requirements.txt . # buildkit1.9 KB17RUN /bin/sh -c pip install200.66 MB18COPY *.py ./ # buildkit16.34 KB19COPY api/ ./api/ # buildkit76.33 KB20COPY data_provider/ ./data_provider/ # buildkit135.42 KB21COPY bot/ ./bot/ # buildkit43.89 KB22COPY src/ ./src/ # buildkit888.88 KB23COPY strategies/ ./strategies/ # buildkit14.16 KB24COPY /app/static ./static/ # buildkit1.21 MB25COPY docker/entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit1.05 KB26RUN /bin/sh -c python -c97.9 KB27RUN /bin/sh -c mkdir -p2.35 MB28RUN /bin/sh -c EF_DATA_DIR="$(python -c85.91 KB29ENV PYTHONUNBUFFERED=10 B30ENV LOG_DIR=/app/logs0 B31ENV DATABASE_PATH=/app/data/stock_analysis.db0 B32ENV WEBUI_HOST=0.0.0.00 B33ENV API_PORT=80000 B34EXPOSE map[8000/tcp:{}]0 B35VOLUME [/app/data /app/logs /app/reports]0 B36HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/api/health0 B37ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B38CMD ["python" "main.py" "--schedule"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'