Sign inSign up

afsharidevops/content-bot:0.4.1

Multi-platform
Index digest

sha256:baeaa7ba6a1eeb7cbd615cbf236fc64490a1a4a5386d93ca5308b236dead1421

OS/ARCH

Compressed size

43.46 MB

Last pushed

3 days by afsharidevops

Type

Image

Manifest digest

sha256:5f1c0a486f1f9c37f3da5190f8739f83283396e7602e846818d53dc20ba4dd66

Image Layers

1# debian.sh --arch 'amd64' out/26.92 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.37 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.150 B
6ENV PYTHON_SHA256=1e66a7945a48390ee4c2a4268a0e4185884059a13c4aab6d148aa208deea4a760 B
7RUN /bin/sh -c set -eux;12.01 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.4.1 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 /app92 B
15COPY content/content_pipeline ./content_pipeline # buildkit27.67 KB
16COPY content-bot/requirements.txt ./content-bot/requirements.txt # buildkit186 B
17RUN /bin/sh -c pip install872.54 KB
18COPY content-bot/content_bot ./content_bot # buildkit281.92 KB
19USER 10004:100040 B
20CMD ["python" "-m" "content_bot"]0 B

Command

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