Sign inSign up

connectedmotiondocker/smokebox-dashboard:sha-437994c

Manifest digest

sha256:37730e242f721c8a4e3f2877683918b2c1956766f80f7bebbe4f83cf367f3dc5

OS/ARCH

linux/amd64

Compressed size

62.07 MB

Last pushed

15 days by connectedmotiondocker

Type

Image

Manifest digest

sha256:37730e242f721c8a4e3f2877683918b2c1956766f80f7bebbe4f83cf367f3dc5

Image Layers

1# debian.sh --arch 'amd64' out/28.41 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.07 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.140 B
7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B
8RUN /bin/sh -c set -eux;11.56 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B
12WORKDIR /app93 B
13RUN /bin/sh -c apt-get update4.84 MB
14COPY requirements.txt ./ # buildkit192 B
15RUN /bin/sh -c pip install12.94 MB
16COPY . . # buildkit129.55 KB
17ENV STATE_DIR=/app/state PORT=80800 B
18ENV SERIAL_ENABLED=0 BLE_ENABLED=00 B
19RUN /bin/sh -c useradd --create-home132.88 KB
20USER spud0 B
21EXPOSE [8080/tcp]0 B
22HEALTHCHECK {Test:[CMD-SHELL curl -fsS "http://127.0.0.1:${PORT}/api/serial/status"0 B
23CMD ["sh" "-c" "exec gunicorn0 B

Command

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