Sign inSign up

afsharidevops/content-bot:0.1.0

Multi-platform
Index digest

sha256:480360769ce57e2946aef85489a41f19e089d690c34403b9ea9bd67e8dc393e9

OS/ARCH

Compressed size

42.87 MB

Last pushed

8 days by afsharidevops

Type

Image

Manifest digest

sha256:6d30f84f79d1297dd946df6a90d501d3a77a12049a7798a70945a610dcee9c96

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.1.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 # buildkit17.02 KB
16COPY content-bot/requirements.txt ./content-bot/requirements.txt # buildkit187 B
17RUN /bin/sh -c pip install840.43 KB
18COPY content-bot/content_bot ./content_bot # buildkit98.97 KB
19USER 10004:100040 B
20CMD ["python" "-m" "content_bot"]0 B

Command

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