Closed kripnerl closed 2 months ago
Where are you building the docker images from? It's not ideal but currently the docker images copy the source from your working directory's parent into the image before building:
COPY .. /uda
So you need to run the docker build command in the git clone
in the next release so the images can be built anywhere.
Hi I run it with
kripner@xxx:~/xxx/UDA/docker$ docker build - < client.centos.8
(base) kripner@xxx:~/xxx/UDA/docker$ docker build - < client.ubuntu.22.10
However, we found how to run it: The ubuntu docker is broken - it requires ubuntu 22.04 (LTS)
to install packages with apt
. The proper running command is:
kripner@lathander:xxx/UDA$ docker build -f docker/client.ubuntu.22.04 .
Hi I have tried to build the ubuntu docker with fallowing result:
centOS one failed with cmake: