sha256:d01e7f9cfbde0809a921048d5ca3602bab01f18fdd71790fb73a10308896b578
OS/ARCH
linux/amd64
Compressed size
268.71 MB
Last pushed
5 months by torrust
Type
Image
Manifest digest
sha256:51777e8c201cba6dc8f1d940a0a24ffed04a692a9883763c896bc23f63e8edb7
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.76 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'