sha256:fa0b1933cf00cd0a1f680cb21b286e3bc091ed49d50083916c9f821f93ac72e3
OS/ARCH
linux/arm64/v8
Compressed size
54.56 MB
Last pushed
about 1 year by devops943
Type
Image
Manifest digest
sha256:fa0b1933cf00cd0a1f680cb21b286e3bc091ed49d50083916c9f821f93ac72e3
Image Layers
1
ADD file ... in /
27.81 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;
3.17 MB
6
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
0 B
7
ENV PYTHON_VERSION=3.11.8
0 B
8
RUN /bin/sh -c set -eux;
12.25 MB
9
RUN /bin/sh -c set -eux;
244 B
10
ENV PYTHON_PIP_VERSION=24.0
0 B
11
ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
0 B
12
ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
0 B
13
ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
0 B
14
RUN /bin/sh -c set -eux;
3.25 MB
15
CMD ["python3"]
0 B
16
RUN /bin/sh -c apt-get update
1.68 MB
17
WORKDIR /usr/local/app
134 B
18
COPY requirements.txt ./requirements.txt # buildkit
207 B
19
RUN /bin/sh -c pip install
6.4 MB
20
COPY . . # buildkit
2.89 KB
21
EXPOSE map[80/tcp:{}]
0 B
22
CMD ["gunicorn" "app:app" "-b" "0.0.0.0:80"
0 B
Command
ADD file:a3e4f94158c3515dc70de5aa81c136a9f7daf5adcac636a15c237097cb454140 in /