aspect-build / rules_py

More compatible Bazel rules for running Python tools and building Python projects
Apache License 2.0
86 stars 29 forks source link

feat: add py_image_layer #402

Closed thesayyn closed 1 month ago

thesayyn commented 1 month ago

Replaces https://github.com/aspect-build/rules_py/pull/349

Changes are visible to end-users: yes

Add py_image_layer macro for creating py container images.

Test plan

I will add a test in a follow-up.