sha256:52f7280c425e86755eea634a1347ba9bd0dbc1ffb81f66d475b76554f53edc4b
OS/ARCH
linux/amd64
Compressed size
3.04 GB
Last pushed
28 days by tolfsh
Type
Image
Manifest digest
sha256:52f7280c425e86755eea634a1347ba9bd0dbc1ffb81f66d475b76554f53edc4b
Image Layers
1
ADD file ... in /
27.78 MB
2
CMD ["bash"]
0 B
3
COPY sources/install/common.sh sources/install/entrypoint.sh sources/install/preinstall.sh /root/sources/install/
3.06 KB
4
WORKDIR /root/sources/install
32 B
5
RUN /bin/sh -c echo "${TAG}-${VERSION}"
155 B
6
RUN /bin/sh -c chmod +x
1.49 KB
7
RUN /bin/sh -c ./preinstall.sh update
26.13 MB
8
RUN /bin/sh -c ./preinstall.sh colorecho
93 B
9
RUN /bin/sh -c apt-get install
6.95 MB
10
RUN /bin/sh -c curl -sL
17.85 MB
11
RUN /bin/sh -c apt-fast install
27.33 MB
12
RUN /bin/sh -c ./preinstall.sh add_debian_repository_components
368 B
13
COPY sources/assets/apt/sources.list.d /root/sources/assets/apt/sources.list.d # buildkit
345 B
14
COPY sources/assets/apt/preferences.d /root/sources/assets/apt/preferences.d # buildkit
304 B
15
RUN /bin/sh -c cp -v
307 B
16
RUN /bin/sh -c cp -v
265 B
17
RUN /bin/sh -c apt-get update
16.67 MB
18
RUN /bin/sh -c ./preinstall.sh colorecho
93 B
19
RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-fast
464.64 MB
20
COPY sources/assets /root/sources/assets # buildkit
1.64 MB
21
RUN /bin/sh -c ./preinstall.sh deploy_exegol
10.7 KB
22
RUN /bin/sh -c ./preinstall.sh install_exegol-history
393 B
23
RUN /bin/sh -c ./preinstall.sh filesystem
294 B
24
RUN /bin/sh -c cp -v
1.05 KB
25
RUN /bin/sh -c cp -v
417 B
26
COPY sources/install/package_base.sh /root/sources/install/ # buildkit
6.12 KB
27
RUN /bin/sh -c ./entrypoint.sh install_locales
6.87 MB
28
RUN /bin/sh -c ./entrypoint.sh install_asdf
375.12 KB
29
RUN /bin/sh -c ./entrypoint.sh
314.1 MB
30
RUN /bin/sh -c chsh -s
615 B
31
RUN /bin/sh -c ./entrypoint.sh add-history
251 B
32
RUN /bin/sh -c ./entrypoint.sh add-history
381 B
33
RUN /bin/sh -c ./entrypoint.sh add-history
410 B
34
RUN /bin/sh -c ./entrypoint.sh add-history
433 B
35
RUN /bin/sh -c ./entrypoint.sh add-history
510 B
36
RUN /bin/sh -c ./entrypoint.sh add-history
559 B
37
RUN /bin/sh -c ./entrypoint.sh add-aliases
646 B
38
RUN /bin/sh -c ./entrypoint.sh add-aliases
667 B
39
RUN /bin/sh -c ./entrypoint.sh add-aliases
671 B
40
RUN /bin/sh -c ./entrypoint.sh add-aliases
681 B
41
RUN /bin/sh -c ./entrypoint.sh add-aliases
720 B
42
RUN /bin/sh -c ./entrypoint.sh add-aliases
730 B
43
RUN /bin/sh -c ./entrypoint.sh install_rust_cargo
264.5 MB
44
RUN /bin/sh -c ./entrypoint.sh install_rvm
686.1 MB
45
RUN /bin/sh -c ./entrypoint.sh install_java11
372.84 MB
46
RUN /bin/sh -c ./entrypoint.sh install_java21
387.98 MB
47
RUN /bin/sh -c ln -s
196 B
48
RUN /bin/sh -c update-alternatives --set
3.17 KB
49
RUN /bin/sh -c ./entrypoint.sh install_go
278.75 MB
50
RUN /bin/sh -c ./entrypoint.sh install_ohmyzsh
14.4 MB
51
RUN /bin/sh -c ./entrypoint.sh install_fzf
2.16 MB
52
RUN /bin/sh -c ./entrypoint.sh install_yarn
2.17 MB
53
RUN /bin/sh -c ./entrypoint.sh add-aliases
985 B
54
RUN /bin/sh -c ./entrypoint.sh add-test-command
333 B
55
RUN /bin/sh -c cp -v
1.26 KB
56
RUN /bin/sh -c mv /root/sources/assets/logrotate/*
356 B
57
RUN /bin/sh -c chmod 644
941 B
58
RUN /bin/sh -c cp -v
189 B
59
RUN /bin/sh -c touch ~/.hushlogin
148 B
60
RUN /bin/sh -c mkdir -p
173 B
61
RUN /bin/sh -c tldr -u
4.59 MB
62
RUN /bin/sh -c zsh -c
84 MB
63
RUN /bin/sh -c bundle config
209 B
64
RUN /bin/sh -c cat /root/sources/assets/patches/openssl.patch
4.57 KB
65
RUN /bin/sh -c ./entrypoint.sh add-test-command
344 B
66
RUN /bin/sh -c ./entrypoint.sh add-test-command
405 B
67
RUN /bin/sh -c /root/.pyenv/shims/pip3 install
94.94 MB
68
COPY sources/install/package_network.sh /root/sources/install # buildkit
4.52 KB
69
RUN /bin/sh -c ./entrypoint.sh install_nmap
7.29 MB
70
COPY sources/install /root/sources/install # buildkit
61.22 KB
71
RUN /bin/sh -c chmod +x
64.23 KB
72
WORKDIR /workspace
99 B
73
ENTRYPOINT ["/.exegol/entrypoint.sh"]
0 B
74
ARG TAG=base
0 B
75
ARG VERSION=3.1.5
0 B
76
ARG BUILD_DATE=Fri Jan 24 16:36:35
0 B
77
LABEL org.exegol.tag=base
0 B
78
LABEL org.exegol.version=3.1.5
0 B
79
LABEL org.exegol.build_date=Fri Jan 24 16:36:35
0 B
80
LABEL org.exegol.app=Exegol
0 B
81
LABEL org.exegol.src_repository=https://github.com/tolfsh/Exegol-images
0 B
Command
ADD file:d4bb05cb4d403a78b4ab5cd8d620330659d5aeb25f847d104ebc02c3a0f32624 in /