crops / yocto-dockerfiles

This repository is for -base and -builder containers for building derivative containers (such as poky-container) for containerized Yocto Project builds.
GNU General Public License v2.0
145 stars 57 forks source link

Debian: add debian-12 (bookworm) #94

Closed moto-timo closed 5 months ago

moto-timo commented 6 months ago

https://wiki.debian.org/DebianBookworm https://www.debian.org/releases/bookworm/

Debian 12.5 was released on February 10th, 2024. Debian 12.0 was initially released on June 10th, 2023.

https://endoflife.date/debian

Debian Security Support Ends in 2 years and 3 months (10 Jun 2026)

Debian LTS Ends in 4 years (10 Jun 2028)

robwoolley commented 6 months ago

I gave this a spin and found that it failed on the pip3 install virtualenv line. I have created this PR to help fix the problem: #99

After that I discovered that host tool check complained about "file" being missing (which I confirmed manually using Docker). So, in addition to removing "python" one must add "file".

With this change it is successfully able to build the container and pass the smoke tests (eg. tests/container/smoke.sh)

moto-timo commented 5 months ago

Superceded by #101