1.0.0
sha256:3087e5e2e0897df36508c41d9ee8b0b1b7eb8454e4f7a4ce3eab19d6d8cbff17
OS/ARCH
Compressed size
214.05 MB
Last pushed
5 days by adityashuffle
Type
Image
Manifest digest
sha256:45ca2177cd0e8e56fba0cd559eeb660125ccb597cc02c981e8afed15d882b175
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
512.13 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.18 MB
27
RUN /bin/sh -c apk add
1.13 MB
28
RUN /bin/sh -c apk add
32.84 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.65 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.58 KB
36
RUN /bin/sh -c sync #
32 B
37
RUN /bin/sh -c ./configure --with-crypto
139.69 KB
38
RUN /bin/sh -c make #
1.16 MB
39
RUN /bin/sh -c make install
644.7 KB
40
RUN /bin/sh -c echo "Install
32 B
41
RUN /bin/sh -c git clone
23.04 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
367.41 KB
45
RUN /bin/sh -c python3 setup.py
143.15 KB
46
RUN /bin/sh -c apk del
242.17 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:9233f6f2237d79659a9521f7e390df217cec49f1a8aa3a12147bbca1956acdb9 in /