Skip to content

Latest commit

 

History

History
 
 

README.md

Python e2e example

This directory contains an example of creating OCI container images for Python applications using rules_img.

Building

bazel build //:image

Pushing to registry

bazel run //:push

Running locally

bazel run //:load
docker run --rm ghcr.io/malt3/rules_img/python:sideloaded

See the BUILD files for more details.