Exegol icon indicating copy to clipboard operation
Exegol copied to clipboard

Building custom image seem not working

Open Numidara opened this issue 7 months ago • 1 comments

Describe the bug

Hello, When i wanted build my custom image with exegol install myimage, i am blocked on the step 14/20. Cordialy

Steps To Reproduce

exegol install myimage [?] Do you want to build locally a custom image? [y/N]: y [?] Select a build profile (full): osint BLOCKED on -> [*] Step 14/20 : RUN ./entrypoint.sh package_base Tested on Ubuntu WSL and Ubuntu 22.04

Exegol Wrapper Version

On ubuntu WSL : 
exegol version -vvv
[*] Exegol is currently in version v4.3.11
[*] Exegol Discord serv.: https://discord.gg/cXThyp7D6P
[*] Exegol documentation: https://exegol.rtfd.io/
[D] Pip installation: On ✔ (pipx)
[D] Git source installation: Off 🪓
[D] Host OS: Linux (Kernel)
[D] Arch: amd64
[D] Raw arch: x86_64
[D] Docker desktop: Off 🪓
[D] Shell type: Linux
[D] Last wrapper update check: 13/05/2025

On Ubuntu 22.04 :
exegol version -vvv
[sudo] password for ellast: 
[] Exegol is currently in version v4.3.11
[] Exegol Discord serv.: https://discord.gg/cXThyp7D6P
[*] Exegol documentation: https://exegol.rtfd.io/
[D] Pip installation: On ✔ (pipx)
[D] Git source installation: Off 🪓
[D] Host OS: Linux (Kernel)
[D] Arch: amd64
[D] Raw arch: x86_64
[D] Docker desktop: Off 🪓
[D] Shell type: Linux
[D] Last wrapper update check: 11/05/2025

Host OS

Linux

Configuration of the concerned container

Not applicable

Execution logs in debug mode

too many line
The script is not blocked but just very very long to work.
[...]
Setting up python3-oslo.config (1:9.0.0-3) ...
Setting up python3-oslo.log (5.0.1-1) ...
Setting up python3-novnc (1:1.3.0-1) ...
Setting up novnc (1:1.3.0-1) ...
[EXEGOL ERROR] Temp fix expired. Exiting.
[V]  ---> Removed intermediate container 7a974536d60d
[-] Docker build error: The command '/bin/sh -c ./entrypoint.sh package_desktop' returned a non-zero code: 1
[!] An error occurred during the image build (code: 1). Exiting.

Exception


Anything else?

Maybe make a progress bar or a echo alert ? Because under -vvv the user not see at all the process and is extremely long. At the end, the process my return code 1

Numidara avatar May 25 '25 12:05 Numidara

Hello

Can you retry with the latest wrapper version 5.0.0 and the new build action ? The temp fix error should no longer be blocking for local builds.

Dramelac avatar Jun 13 '25 13:06 Dramelac