Block a user
filebot-monitor (1.1.0)
Published 2026-04-08 19:12:04 -05:00 by Backtalk6858
Installation
docker pull gitea.reverseproxyserver.net/backtalk6858/filebot-monitor:1.1.0sha256:62cd6382e476b6f629332242a9dfa91901300f27e147c4d4030672935c569b4d
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:6d6bdec36f3282e8506d4ebfcecc427191e59c9cf197a51a9e5787e7490eb0d6 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| ENV PUID=1000 PGID=1000 UMASK=002 |
| RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip docker.io gosu && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c mkdir -p /data /app # buildkit |
| WORKDIR /app |
| COPY requirements.txt ./ # buildkit |
| RUN /bin/sh -c pip3 install --no-cache-dir -r requirements.txt # buildkit |
| COPY file-monitor.py ./ # buildkit |
| COPY entrypoint.sh ./ # buildkit |
| RUN /bin/sh -c chmod +x file-monitor.py entrypoint.sh # buildkit |
| VOLUME [/data] |
| ENTRYPOINT ["./entrypoint.sh"] |
| CMD ["python3" "./file-monitor.py"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 22.04 |