1.0.0
sha256:fc7d37b5a56a6c8404e85896f7e4ab6156183902cf4da6bc8949a582f0a1c29f
OS/ARCH
Compressed size
108.43 MB
Last pushed
5 days by adityashuffle
Type
Image
Manifest digest
sha256:0b48adad98ca356ce336eb286a6eb0fd104cc989f98d8f5d55480391376d1ead
Image Layers
1
ADD file ... in /
2.69 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
/bin/sh -c set -eux; apk
662.4 KB
6
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
0 B
7
ENV PYTHON_VERSION=3.10.0
0 B
8
/bin/sh -c set -ex &&
11.15 MB
9
/bin/sh -c cd /usr/local/bin &&
229 B
10
ENV PYTHON_PIP_VERSION=21.2.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/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py
0 B
13
ENV PYTHON_GET_PIP_SHA256=c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309
0 B
14
/bin/sh -c set -ex; wget
2.24 MB
15
CMD ["python3"]
0 B
16
RUN /bin/sh -c apk update
76.8 MB
17
COPY /install /usr/local # buildkit
32 B
18
COPY requirements.txt /requirements.txt # buildkit
215 B
19
RUN /bin/sh -c pip3 install
12.03 MB
20
COPY __init__.py /app/walkoff_app_sdk/__init__.py # buildkit
156 B
21
COPY app_base.py /app/walkoff_app_sdk/app_base.py # buildkit
33.34 KB
22
COPY /install /usr/local # buildkit
522.67 KB
23
COPY src /app # buildkit
1.67 KB
24
RUN /bin/sh -c apk add
2.32 MB
25
WORKDIR /app
32 B
26
CMD ["/bin/sh" "-c" "python app.py
0 B
Command
ADD file:9233f6f2237d79659a9521f7e390df217cec49f1a8aa3a12147bbca1956acdb9 in /