This directory contains an example of creating OCI container images for Python applications using rules_img.
bazel build //:imagebazel run //:pushbazel run //:load
docker run --rm ghcr.io/malt3/rules_img/python:sideloadedSee the BUILD files for more details.