sha256:6f8de39f8a39a0af5f500f83bb88ee092d52f04ba015af0f5984f5ef39fbc31e
OS/ARCH
Compressed size
66.42 MB
Last pushed
almost 2 years by nadavtasher
Type
Image
Manifest digest
sha256:5cf943d631a7fc0d756fb0dbe3ee2be8032fdda887a7e712024380ed809ae2bb
Image Layers
1ADD file ... in / 27.78 MB2CMD ["bash"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4ENV LANG=C.UTF-80 B5RUN /bin/sh -c set -eux;3.35 MB6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B7ENV PYTHON_VERSION=3.10.150 B8ENV PYTHON_SHA256=aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe790 B9RUN /bin/sh -c set -eux;14.92 MB10RUN /bin/sh -c set -eux;249 B11CMD ["python3"]0 B12EXPOSE map[8080/tcp:{} 8443/tcp:{}]0 B13VOLUME [/data]0 B14STOPSIGNAL SIGINT0 B15RUN /bin/sh -c apt update321.98 KB16COPY resources/requirements.txt /tmp/requirements.txt # buildkit250 B17RUN /bin/sh -c pip install20.03 MB18COPY resources/entrypoint.conf /etc/entrypoint.conf # buildkit319 B19COPY src /application # buildkit36.69 KB20WORKDIR /application/backend32 B21CMD ["python" "/application/entrypoint.py"]0 B22RUN /bin/sh -c openssl req2 KBCommand
ADD file:90b9dd8f12120e8b2cd3ece45fcbe8af67e40565e2032a40f64bd921c43e2ce7 in /