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.
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.
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?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
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.
@AdoPi commented on GitHub (Feb 10, 2022):
Same issue here, did you find a workaround?
@johnf commented on GitHub (Feb 10, 2022):
I built the docker images from source, which seems to work fine. 🤷
@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.
@sickcodes commented on GitHub (Feb 14, 2022):
Xvfb comes with
xorg-server-xvfbsupermin and libguestfs are the biggest headache ever we have to use an old version.
Is every Gucci again on 5.16?