2024.03.12
sha256:e5f88a26d201bd0d43b3277ee046bba60ff71962c64864e03007750203e95593
OS/ARCH
Compressed size
199.47 MB
Last pushed
12 months by nadavtasher
Type
Image
Manifest digest
sha256:5e0bf66fe8f2edb355635de729322b229ccf32c561a2e74b0f8df2eb3d438d42
Image Layers
1
ADD file ... in /
28.66 MB
2
CMD ["bash"]
0 B
3
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
4
ENV LANG=C.UTF-8
0 B
5
RUN /bin/sh -c set -eux;
1.02 MB
6
ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
0 B
7
ENV PYTHON_VERSION=3.8.16
0 B
8
RUN /bin/sh -c set -eux;
10.47 MB
9
RUN /bin/sh -c set -eux;
245 B
10
ENV PYTHON_PIP_VERSION=22.0.4
0 B
11
ENV PYTHON_SETUPTOOLS_VERSION=57.5.0
0 B
12
ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py
0 B
13
ENV PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d746207
0 B
14
RUN /bin/sh -c set -eux;
3.05 MB
15
CMD ["python3"]
0 B
16
RUN /bin/sh -c pip install
16.9 MB
17
COPY puppy/puppy /usr/local/lib/python3.8/site-packages/puppy # buildkit
16.31 KB
18
COPY backend /application/backend # buildkit
1.84 KB
19
COPY frontend /application/frontend # buildkit
29.41 KB
20
WORKDIR /application/backend
32 B
21
CMD ["python" "app.py"]
0 B
22
RUN /bin/sh -c apt update
125.13 MB
23
RUN /bin/sh -c curl -SL
14.17 MB
24
COPY patches/ssh_config /etc/ssh/ssh_config # buildkit
298 B
25
COPY backend /application/backend # buildkit
3.05 KB
26
COPY frontend /application/frontend # buildkit
14.64 KB
Command
ADD file:0fee550e337f1bd111a7ef785a9553674f25649f37deffa4aa8107ef6445d259 in /