Sign inSign up

afsharidevops/content-bot:0.3.0

Multi-platform
Index digest

sha256:97595693ea9c9fa8af19ff7965aec9c25f7dde15760d577b8b6135ffda32db54

OS/ARCH

Compressed size

43 MB

Last pushed

5 days by afsharidevops

Type

Image

Manifest digest

sha256:5b058531a93cf0ac5499d8d1c84e5b5d47d568530674cfdf4b4eb0bd0720336f

Image Layers

1# debian.sh --arch 'arm64' out/26.81 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;3.21 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.150 B
6ENV PYTHON_SHA256=1e66a7945a48390ee4c2a4268a0e4185884059a13c4aab6d148aa208deea4a760 B
7RUN /bin/sh -c set -eux;11.91 MB
8RUN /bin/sh -c set -eux;250 B
9CMD ["python3"]0 B
10LABEL org.opencontainers.image.title=Content Bot org.opencontainers.image.version=0.3.0 org.opencontainers.image.description=Telegram0 B
11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONPATH=/app HOME=/tmp0 B
12RUN /bin/sh -c apt-get update32 B
13RUN /bin/sh -c groupadd --gid1.16 KB
14WORKDIR /app93 B
15COPY content/content_pipeline ./content_pipeline # buildkit27.63 KB
16COPY content-bot/requirements.txt ./content-bot/requirements.txt # buildkit186 B
17RUN /bin/sh -c pip install840.43 KB
18COPY content-bot/content_bot ./content_bot # buildkit212.56 KB
19USER 10004:100040 B
20CMD ["python" "-m" "content_bot"]0 B

Command

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