Xvfb missing from image #321

Closed
opened 2025-12-29 06:18:48 +01:00 by adam · 4 comments
Owner

Originally created by @johnf on GitHub (Feb 8, 2022).

I think the upstream arch image may have changed and is breaking things.

Xvfb is missing

nohup: failed to run command 'Xvfb': No such file or directory

If I install manually using pacman like the DOckerfile does I get an error about a conflixt between two different xfat packages

If I then install manually supermin has issues with the kernel version. The Dockerfiles reference 5.14 but the underlying image has 5.16 installed.

Originally created by @johnf on GitHub (Feb 8, 2022). I think the upstream arch image may have changed and is breaking things. Xvfb is missing ``` nohup: failed to run command 'Xvfb': No such file or directory ``` If I install manually using pacman like the DOckerfile does I get an error about a conflixt between two different xfat packages If I then install manually supermin has issues with the kernel version. The Dockerfiles reference 5.14 but the underlying image has 5.16 installed.
adam closed this issue 2025-12-29 06:18:48 +01:00
Author
Owner

@AdoPi commented on GitHub (Feb 10, 2022):

Same issue here, did you find a workaround?

@AdoPi commented on GitHub (Feb 10, 2022): Same issue here, did you find a workaround?
Author
Owner

@johnf commented on GitHub (Feb 10, 2022):

I built the docker images from source, which seems to work fine. 🤷

@johnf commented on GitHub (Feb 10, 2022): I built the docker images from source, which seems to work fine. :shrug:
Author
Owner

@johnf commented on GitHub (Feb 13, 2022):

The latest builds are fine.
Given it was only a README change, and it worked fine built locally, I suspect it was an issue with what was pushed to Docker Hub.

@johnf commented on GitHub (Feb 13, 2022): The latest builds are fine. Given it was only a README change, and it worked fine built locally, I suspect it was an issue with what was pushed to Docker Hub.
Author
Owner

@sickcodes commented on GitHub (Feb 14, 2022):

Xvfb comes with xorg-server-xvfb

supermin and libguestfs are the biggest headache ever we have to use an old version.

Is every Gucci again on 5.16?

@sickcodes commented on GitHub (Feb 14, 2022): Xvfb comes with `xorg-server-xvfb` supermin and libguestfs are the biggest headache ever we have to use an old version. Is every Gucci again on 5.16?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX-sickcodes#321