torrserve2qbittorrent-bridge-bot (test-1.0.0.7)
Published 2025-03-03 19:20:46 +01:00 by jenkins-ci-cd
Installation
docker pull git.tswf.io/public-repos/torrserve2qbittorrent-bridge-bot:test-1.0.0.7
sha256:60c165f172770c3f0a5e5b79e01f7c8ae20d3507fa09258f1a04726d9f3d6a20
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"] |