sha256:8b9b096d648ec4f25108ac487724c326d30e2698c27d6ea2bca7e799c85a09d6
OS/ARCH
Compressed size
148.02 MB
Last pushed
8 days by kasmdockerbot
Type
Image
Manifest digest
sha256:4ce64c5b02a2a22db4d8f2215682fb27339e59f9e7b4c38cd82284c02f6c7216
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get -qq60.33 MB12COPY /usr/local /usr/local # buildkit35.68 MB13COPY /opt/venv /opt/venv # buildkit10.48 MB14ENV VIRTUAL_ENV=/opt/venv0 B15ENV PATH=/opt/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B16EXPOSE [3389/tcp]0 B17COPY ./start.sh / # buildkit232 B18COPY ./tools/passthrough /usr/local/share/passthrough/ # buildkit40.78 KB19RUN /bin/sh -c python3 -c260.81 KB20RUN /bin/sh -c rm /usr/local/share/passthrough/passthrough.py196 B21RUN /bin/sh -c mkdir -p263 B22COPY ./tools/passthrough/conf/passthrough.app.config.yaml ./tools/passthrough/conf/rdpproxy.ini /usr/local/etc/rdpproxy/conf/ #20.79 KB23RUN /bin/sh -c chown -R20.8 KB24COPY tools/healthcheck.sh /usr/bin/healthcheck.sh # buildkit1.04 KB25RUN /bin/sh -c chmod +x1.04 KB26USER 1000:10000 B27CMD ["/start.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'