• Joined on 2026-02-27

tg-deploy-watcher (watcher)

Published 2026-05-25 16:35:05 +03:00 by kmixnn

Installation

docker pull git.devnn.ru/kmixnn/tg-deploy-watcher:watcher
sha256:534e40a8095649da2b60db1c7ec1015c6ca1d8bb90fe048114e4e53f3dba2a0a

Images

Digest OS / Arch Size
389265df32 linux/arm64 787 MiB

Image Layers ( linux/arm64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:2bed1fbf8253926f27dc275983c274712d836e9b6acdb1059d29c072d8f63a03 in /
CMD ["/bin/bash"]
ARG DEBIAN_FRONTEND=noninteractive
ARG TZ=America/Los_Angeles
ARG DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright/python:v%version%-jammy
RUN |3 DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright/python:v%version%-jammy /bin/sh -c apt-get update && apt-get install -y python3 python3-distutils curl && update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python get-pip.py && rm get-pip.py && apt-get install -y --no-install-recommends git openssh-client gpg && rm -rf /var/lib/apt/lists/* && adduser pwuser # buildkit
ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
COPY ./dist/*-manylinux*.whl /tmp/ # buildkit
RUN |3 DEBIAN_FRONTEND=noninteractive TZ=America/Los_Angeles DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright/python:v%version%-jammy /bin/sh -c mkdir /ms-playwright && mkdir /ms-playwright-agent && cd /ms-playwright-agent && pip install virtualenv && virtualenv venv && . venv/bin/activate && if [ "$(uname -m)" = "x86_64" ]; then pip install /tmp/*manylinux1_x86_64*.whl; fi && if [ "$(uname -m)" = "aarch64" ]; then pip install /tmp/*manylinux_2_17_aarch64*.whl; fi && playwright mark-docker-image "${DOCKER_IMAGE_NAME_TEMPLATE}" && playwright install --with-deps && rm -rf /var/lib/apt/lists/* && if [ "$(uname -m)" = "aarch64" ]; then rm /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstwebrtc.so; else rm /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwebrtc.so; fi && rm /tmp/*.whl && rm -rf /ms-playwright-agent && chmod -R 777 /ms-playwright # buildkit
WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive TZ=Europe/Moscow
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends tzdata xvfb x11vnc fluxbox novnc websockify && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && rm -rf /var/lib/apt/lists/* # buildkit
COPY pyproject.toml ./ # buildkit
RUN /bin/sh -c pip install --no-cache-dir playwright==1.45.0 python-telegram-bot>=21.0 python-dotenv>=1.0 aiosqlite>=0.20 # buildkit
COPY src/ ./src/ # buildkit
COPY entrypoint.sh ./entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x ./entrypoint.sh # buildkit
VOLUME [/data]
ENTRYPOINT ["./entrypoint.sh"]
CMD ["run"]

Labels

Key Value
com.docker.compose.project tg-deploy-watcher
com.docker.compose.service watcher
com.docker.compose.version 5.1.4
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-05-25 16:35:05 +03:00
0
OCI / Docker
Versions (4) View all
vk-updater 2026-05-25
bug-watcher 2026-05-25
watcher 2026-05-25
updater 2026-05-25