bitter-ability-32190
08/19/2023, 10:50 AMflat-zoo-31952
08/19/2023, 2:51 PMbitter-ability-32190
08/19/2023, 4:35 PMflat-zoo-31952
08/19/2023, 6:01 PMbitter-ability-32190
08/21/2023, 2:39 PMrequirements.txt
â—¦ Install it in a completely clean docker image thats the same as a docker image you want to ship using
â—¦ Script out a lockfile (what got installed, of what version, and why)
• Now you can model python_requirement
but with system packages
• And now you can assign any target a "system package requirement" target
• Then when you want to build a docker image, collect those from the transitive walk, and presto you have pinned, transitive system package dependencies
(We take this even further by downloading the debs on the host and dpkg install
-ing them, but thats the core)bitter-ability-32190
08/21/2023, 2:39 PMflat-zoo-31952
08/21/2023, 3:00 PMflat-zoo-31952
08/21/2023, 3:04 PM