zephyrproject-rtos / docker-image

Docker image suitable for Zephyr development and CI
Apache License 2.0
148 stars 89 forks source link

Migrate to Ubuntu 22.04 #105

Closed stephanosio closed 1 year ago

stephanosio commented 2 years ago

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

stephanosio commented 2 years ago

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.

towen commented 1 year ago

+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’?)