torrserve2qbittorrent-bridge-bot (test-1.0.0.6)
Published 2025-03-03 18:39:23 +01:00 by jenkins-ci-cd
Installation
docker pull git.tswf.io/public-repos/torrserve2qbittorrent-bridge-bot:test-1.0.0.6
sha256:52781a4102f7d70ee26c8b193deb044ec0aa0165c9eb6306c2d9683b5c789120
Image Layers
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
RUN /bin/sh -c addgroup -S app && adduser -S app -G app # buildkit |
USER app |
WORKDIR /home/app/ |
COPY /build/app . # buildkit |
RUN /bin/sh -c chmod +x app # buildkit |
CMD ["./app"] |