Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Docker image with Xvnc working with Kubernetes agent?

Thank you all, that helps a lot.

So I've modified the docker image to reuse the ones already provided by CBI: https://github.com/eclipse/wildwebdeveloper/blob/docker/docker/Dockerfile . I'm playing with USER 0 / USER 10001 to switch between root and named user (USER 10001 is taken from parent CBI image).
And I do not see the former error; but starting Tiger seems stuck: https://jenkins.eclipse.org/wildwebdeveloper/job/Wildwebdeveloper/job/docker/5/console says
```
Starting xvnc
Executing shell script inside container [container] of pod [build-test-pod-5c151-ljbt7]
Executing command: "vncserver" ":38" "-localhost" "-nolisten" "tcp" 
exit
/usr/bin/id: cannot find name for user ID 1000100000
/usr/bin/id: cannot find name for user ID 1000100000
Use of uninitialized value $proto in socket at /usr/bin/vncserver line 357.
Use of uninitialized value $proto in socket at /usr/bin/vncserver line 357.

You will require a password to access your desktops.

```
(Yes, the spinning wheel is intended and part of the message ;)

Does anyone know how to remediate that?

Back to the top