latest
sha256:3087e5e2e0897df36508c41d9ee8b0b1b7eb8454e4f7a4ce3eab19d6d8cbff17
OS/ARCH
Compressed size
208.81 MB
Last pushed
5 days by adityashuffle
Type
Image
Manifest digest
sha256:853e149d57e73e23780fb1cb4ee3387c07ed43495f365b8b2c351711bcf00dea
Image Layers
1
ADD file ... in /
2.59 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
664.07 KB
6
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
0 B
7
ENV PYTHON_VERSION=3.10.0
0 B
8
/bin/sh -c set -ex &&
11.23 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
69.25 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
157 B
21
COPY app_base.py /app/walkoff_app_sdk/app_base.py # buildkit
33.34 KB
22
COPY /install /usr/local # buildkit
512.17 KB
23
COPY src /app # buildkit
1.94 KB
24
ENV YARA_VERSION=4.0.2
0 B
25
ENV YARA_PY_VERSION=4.0.2
0 B
26
RUN /bin/sh -c apk add
17.23 MB
27
RUN /bin/sh -c apk add
1.13 MB
28
RUN /bin/sh -c apk add
33.14 MB
29
RUN /bin/sh -c apk add
1.87 MB
30
RUN /bin/sh -c set -x
32 B
31
RUN /bin/sh -c echo "Install
32 B
32
RUN /bin/sh -c git clone
22.67 MB
33
RUN /bin/sh -c cd /tmp/yara
32 B
34
WORKDIR /tmp/yara
32 B
35
RUN /bin/sh -c ./bootstrap.sh #
898.8 KB
36
RUN /bin/sh -c sync #
32 B
37
RUN /bin/sh -c ./configure --with-crypto
139.73 KB
38
RUN /bin/sh -c make #
1.16 MB
39
RUN /bin/sh -c make install
640.53 KB
40
RUN /bin/sh -c echo "Install
32 B
41
RUN /bin/sh -c git clone
24.99 MB
42
RUN /bin/sh -c cd /tmp/yara-python
32 B
43
WORKDIR /tmp/yara-python
32 B
44
RUN /bin/sh -c python3 setup.py
362.07 KB
45
RUN /bin/sh -c python3 setup.py
142.98 KB
46
RUN /bin/sh -c apk del
241.98 KB
47
RUN /bin/sh -c git clone
5.72 MB
48
WORKDIR /app
32 B
49
CMD ["/bin/sh" "-c" "python app.py
0 B
Command
ADD file:df53811312284306901fdaaff0a357a4bf40d631e662fe9ce6d342442e494b6c in /