sha256:c6189cf2b2c92a74a53f0c7b19b54ef07bf66535825c5bd917882c8963d56a95
OS/ARCH
Compressed size
23.98 MB
Last pushed
7 months by daprrelease
Type
Image
Manifest digest
sha256:6fe4b677532218059703ae3612237c817022851104053207d96f32ab42aea421
Image Layers
1
ADD file ... in /
3.9 MB
2
CMD ["/bin/sh"]
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;
452.95 KB
6
ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
0 B
7
ENV PYTHON_VERSION=3.12.5
0 B
8
RUN /bin/sh -c set -eux;
11.04 MB
9
RUN /bin/sh -c set -eux;
231 B
10
ENV PYTHON_PIP_VERSION=24.2
0 B
11
ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/66d8a0f637083e2c3ddffc0cb1e65ce126afb856/public/get-pip.py
0 B
12
ENV PYTHON_GET_PIP_SHA256=6fb7b781206356f45ad79efbb19322caa6c2a5ad39092d0d44d0fec94117e118
0 B
13
RUN /bin/sh -c set -eux;
3.72 MB
14
CMD ["python3"]
0 B
15
WORKDIR /app
93 B
16
COPY . . # buildkit
963 B
17
RUN /bin/sh -c pip install
4.87 MB
18
ENTRYPOINT ["python"]
0 B
19
CMD ["app.py"]
0 B
Command
ADD file:a71f7e9bc66668361f88637c724c44deeb2774ec268ff0a68bd99014c8a02a84 in /