Sign inSign up

ysx88/avdb:latest

Multi-platform
Index digest

sha256:12c0b6828d98bd0c8185dba30a16418ef8ed55b7c635a9745665d7f1d143bb6f

OS/ARCH

Compressed size

182.71 MB

Last pushed

7 days by ysx88

Type

Image

Manifest digest

sha256:1d0ea478e1d2d11553e8c56a6f4cbae39af81f80cd7f453b005b3e251bb395bf

Image Layers

1# debian.sh --arch 'arm64' out/28.76 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;4.39 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.160 B
7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B
8RUN /bin/sh -c set -eux;13.74 MB
9RUN /bin/sh -c set -eux;251 B
10CMD ["python3"]0 B
11WORKDIR /app93 B
12COPY requirements.txt . # buildkit415 B
13RUN /bin/sh -c pip install130.16 MB
14COPY app ./app # buildkit4.16 MB
15COPY launcher /opt/avdb/launcher # buildkit214.26 KB
16COPY frontend/dist /frontend/dist # buildkit1.3 MB
17COPY docker/ota/ota-signing-keyring.json /usr/local/share/avdb/ota-signing-keyring.json # buildkit365 B
18RUN /bin/sh -c install -m1.83 KB
19ENV DOCKER_ENV=true0 B
20ENV TZ=Europe/Rome0 B
21ENV AVDB_OTA_MANIFEST_URL=https://github.com/li-peifeng/Avdb-OTA/releases/latest/download/manifest.json0 B
22ENV AVDB_OTA_RELEASE_API_URL=https://api.github.com/repos/li-peifeng/Avdb-OTA/releases/latest0 B
23ENV AVDB_OTA_KEY_FILE=/usr/local/share/avdb/ota.key0 B
24ENV AVDB_OTA_SIGNING_PUBLIC_KEYRING_FILE=/usr/local/share/avdb/ota-signing-keyring.json0 B
25HEALTHCHECK &{["CMD" "python" "-m" "app.healthcheck"]0 B
26ENTRYPOINT ["python" "/opt/avdb/launcher/avdb_launcher.py"]0 B
27CMD ["uvicorn" "app.api:app" "--host" "0.0.0.0"0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'