potiuk commented on code in PR #35376: URL: https://github.com/apache/airflow/pull/35376#discussion_r1380746457
########## dev/breeze/doc/adr/0004-using-docker-images-as-test-environment.md: ########## @@ -120,7 +120,7 @@ suited for the job: * management and automated synchronisation of the environment can be easily done using simple, external scripts that will check the "freshness" of the images and propose corrective actions (pulling or rebuilding the image) for the user whenever they are needed (all that in cross-platform way) -* we can use specific base image (Debian Bullseye with Long Term Support) and rely on security fixes provided +* we can use specific base image (Debian bookworm with Long Term Support) and rely on security fixes provided Review Comment: Yeah. It all should be Capitalized name - this is how they are used in https://wiki.debian.org/LTS for example. But the small problem about it that it is lowercase when reported by lsb_release and /etc/os-* .. So not in all cases we can change it to Capitalized version and it has to be manually replaced -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
