userver-framework / userver

Production-ready C++ Asynchronous Framework with rich functionality
https://userver.tech
Apache License 2.0
2.37k stars 275 forks source link

Docker images with Debian #542

Open apolukhin opened 4 months ago

apolukhin commented 4 months ago

We need base-debian-12.dockerfile, debian-12.dockerfile and debian-12-pg.dockerfile recipes (see Ubuntu recipes here https://github.com/userver-framework/userver/tree/develop/scripts/docker). With those recipes we would be able to run CI on Debian and make sure that the build dependencies are OK.

Internal ticket: EDUPRJ-280