Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 383 Bytes

File metadata and controls

24 lines (16 loc) · 383 Bytes

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.