sha256:f4d6cb657c9369d3f3bdeccc5eb07652142f36b3cce89aee304fedc040ae78cd
OS/ARCH
linux/amd64
Compressed size
209.55 MB
Last pushed
6 months by vadims06
Type
Image
Manifest digest
sha256:f4d6cb657c9369d3f3bdeccc5eb07652142f36b3cce89aee304fedc040ae78cd
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;249 B10CMD ["python3"]0 B12WORKDIR /home/watcher/watcher/131 B13RUN /bin/sh -c apt-get update97.3 MB15ENV GROUP_ID=1000 USER_ID=10000 B16WORKDIR /home/watcher/watcher/32 B17ADD ./requirements.txt /home/watcher/watcher/requirements.txt # buildkit428 B18RUN /bin/sh -c pip install60.24 MB19RUN /bin/sh -c touch watcher.log185 B20COPY /home/watcher/watcher/ /tmp/pythonbuilder/ # buildkit5.61 MB21RUN /bin/sh -c cd /tmp/pythonbuilder5.1 MB22COPY ./pysniff.py /home/watcher/watcher/pysniff.py # buildkit847 B23COPY ./custom_logger.py /home/watcher/watcher/custom_logger.py # buildkit1.76 KB24COPY ./exceptions.py /home/watcher/watcher/exceptions.py # buildkit375 B25COPY ./ospf_te_layers.py /home/watcher/watcher/ospf_te_layers.py # buildkit2.13 KB26COPY ./bgp_receiver_grpc_direct.py /home/watcher/watcher/bgp_receiver_grpc_direct.py # buildkit2.17 KB27COPY ./api /home/watcher/watcher/api # buildkit95.93 KB28COPY ./utils /home/watcher/watcher/utils # buildkit24.26 KB29COPY ./LICENSE /home/watcher/watcher/LICENSE # buildkit3.74 KB30COPY ./entrypoint.sh /entrypoint.sh # buildkit226 B31RUN /bin/sh -c chmod +x260 B32ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'