Closed barbudor closed 2 years ago
Multi-arch images are not quite ready to be used, as development is not terminated yet.
But yes, jlesage/baseimage:ubuntu-18.04-v3.0.0-pre.6
should be used with the v4 branch.
Note that I should start to publish pre-release versions of this v4 very soon.
thanks. looking forward updates
Official v4 images now available.
Thanks a lot
Hi
I'd like to run a GUI based container on an old i386 machine running ubuntu-18.04.
Seeing that you have recently started to publish
jlesage/baseimage
beta images with linux/386 target, I tried to useubuntu-18.04-v3.0.0-pre.6
this way:versions/ubuntu-18.04
toversions/ubuntu-18.04-v3.0.0-pre.6
changing the tag fromubuntu-18.04-v2.4.5
toubuntu-18.04-v3.0.0-pre.6
ubuntu-18.04-v3.0.0-pre.6
on the i386 machineHowever, on the i386 machine itself, the build fails on https://github.com/jlesage/docker-baseimage-gui/blob/799f7c52011bee4a42b3c3749f2c604fa5c100e9/Dockerfile.debian#L143 with
'npm': No such file or directory
On the amd64 machine, the build work but then fails when starting the tests as
bats
is not found.I understand that you are in total rework of both baseimage and baseimage-gui so hopefully this feedback may help. Let me know if more details would be usefull. Maybe I should have used the v4 branch ?
Thanks for all this.