Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Ubuntu 18.04 container #96

Closed
bofortitude opened this issue Aug 23, 2018 · 7 comments
Closed

Support Ubuntu 18.04 container #96

bofortitude opened this issue Aug 23, 2018 · 7 comments

Comments

@bofortitude
Copy link

Hi, as the Ubuntu 18.04 has been released for about half year, could you please make a container base on Ubuntu 18.04?

@bertram1isu
Copy link

@bofortitude , I found that just replacing 16.04 with 18.04 in the FROM line seems to be all that is required. So far I haven't run into any issues with the resulting image.

@bofortitude
Copy link
Author

Really, thanks, i’ll have a try

@sam2kb
Copy link

sam2kb commented Feb 11, 2019

There's a fork for Ubuntu 18.04
https://hub.docker.com/r/wittyfinch/ubuntu-vnc

@DRepinSLB
Copy link

It would be great to have both Ubuntu 16.04 and Ubuntu 18.04 officially supported.

@Felix-neko
Copy link

Please support 18.04 officially, it would be really great!

@horrorschau105
Copy link

For Ubuntu 20.04, the above trick won't work, because the /headless/noVNC/utils/launch.shscript is lacking a python2 interpreter and will fail.

To fix it, it's (for example) sufficient to link to python interpreter in the Dockerfile:

RUN ln -s `which python2` /usr/bin/python

@tmyoda
Copy link

tmyoda commented Sep 30, 2020

There is also a fork for Ubuntu 18.04.
https://hub.docker.com/r/tmyoda/ubuntu18-xfce-vnc
https://hub.docker.com/r/tmyoda/ubuntu18-icewm-vnc

I just forked this repository and updated it to 18.04. I've not changed anything else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants