sha256:81b2affc9c7cd23973f5c7e756ca8f2ada6b6ee373765f19a5af46f793ec16e5
OS/ARCH
linux/amd64
Compressed size
268.7 MB
Last pushed
5 months by torrust
Type
Image
Manifest digest
sha256:d6812aa5153f0929c61485c98feac0b3a126fd53cb296e520cc702229cf8707f
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 update59.02 MB8ENV PIPX_HOME=/opt/pipx0 B9ENV PIPX_BIN_DIR=/usr/local/bin0 B10RUN /bin/sh -c pipx install24.95 MB11RUN /bin/sh -c pipx runpip118.07 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/sh243 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' '@1775433600'