docker-image icon indicating copy to clipboard operation
docker-image copied to clipboard

Migrate to Ubuntu 22.04

Open stephanosio opened this issue 3 years ago • 1 comments

Re-base the Docker image onto the ubuntu:22.04 image.

stephanosio avatar May 18 '22 15:05 stephanosio

To be implemented some time in 2023 because Ubuntu 22.04 is still fairly new and there are some packages that still do not support it well.

stephanosio avatar Aug 04 '22 07:08 stephanosio

+1 waiting on this - I am using the native_posix SocketCAN driver and would like to test zephyr-to-zephyr CAN comms in CI - however, the kernel in the existing image predates some CAN API changes in Linux, and native_posix does not build with SocketCAN. (it fails like this: zephyr/drivers/can/can_native_posix_linux_socketcan.c:134:19: error: ‘CANFD_FDF’ undeclared (first use in this function); did you mean ‘CANFD_BRS’?)

towen avatar Dec 13 '22 11:12 towen