sha256:021917dd30404dda692b23de5de9871ec14505c5c95b0c8a2fd56276229cc359
OS/ARCH
linux/amd64
Compressed size
267.08 MB
Last pushed
5 months by torrust
Type
Image
Manifest digest
sha256:791c45abb365ec7198b795594b1552e362f1947614eb594d5f16e9cdb5551a92
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2LABEL org.opencontainers.image.title=Torrust Tracker Deployer0 B3LABEL org.opencontainers.image.description=Deployment tool for Torrust0 B4LABEL org.opencontainers.image.vendor=Torrust0 B5LABEL org.opencontainers.image.source=https://github.com/torrust/torrust-tracker-deployer0 B6LABEL org.opencontainers.image.licenses=MIT0 B7RUN /bin/sh -c apt-get update56.2 MB8ENV PIPX_HOME=/opt/pipx0 B9ENV PIPX_BIN_DIR=/usr/local/bin0 B10RUN /bin/sh -c pipx install25.59 MB11RUN /bin/sh -c pipx runpip118.63 MB12RUN /bin/sh -c apt-get update32.5 MB13ARG USER_ID=10000 B14ARG DEPLOYER_USER=deployer0 B15ENV USER_ID=10000 B16ENV DEPLOYER_USER=deployer0 B17ENV TZ=Etc/UTC0 B18ENV TORRUST_TD_DATA_DIR=/var/lib/torrust/deployer/data0 B19ENV TORRUST_TD_BUILD_DIR=/var/lib/torrust/deployer/build0 B20ENV TORRUST_TD_ENVS_DIR=/var/lib/torrust/deployer/envs0 B21ENV TORRUST_TD_LOG_DIR=/var/log/torrust/deployer0 B22RUN |2 USER_ID=1000 DEPLOYER_USER=deployer /bin/sh4.07 KB23RUN |2 USER_ID=1000 DEPLOYER_USER=deployer /bin/sh242 B24COPY /app/bin/torrust-tracker-deployer /usr/bin/torrust-tracker-deployer # buildkit5.75 MB25COPY --chmod=0555 ./docker/deployer/entry_script_sh /usr/local/bin/entry.sh #1.39 KB26VOLUME [/var/lib/torrust/deployer/data /var/lib/torrust/deployer/build /var/lib/torrust/deployer/envs]0 B27WORKDIR /var/lib/torrust/deployer32 B28USER deployer0 B29ENTRYPOINT ["/usr/local/bin/entry.sh"]0 B30CMD ["--help"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'