File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33![ build-status] ( https://github.com/stackb/pycross_image/actions/workflows/ci.yaml/badge.svg )
44
5- Bazel starlark rules for building container images from ` py_binary ` : sparkles :
6- using [ @rules_pycross] ( https://github.com/jvolkman/rules_pycross ) :magic :.
5+ Bazel starlark rules for building container images from ` py_binary ` using
6+ [ @rules_pycross] ( https://github.com/jvolkman/rules_pycross ) :sparkles : .
77
8- ` @pycross_image ` provides :
8+ Provides :
99
10- - ` load("@pycross_image//bazel/rules:oci.bzl", "py_image") ` : image rule
11- compatible with [ @rules_oci] ( https://github.com/bazel-contrib/rules_oci )
12- - ` load("@pycross_image//bazel/rules:docker.bzl", "py_image") ` : image rule
13- compatible with [ @rules_docker] ( https://github.com/bazelbuild/rules_docker )
10+ - ` load("@pycross_image//bazel/rules:oci.bzl", "py_image") `
11+ - image rule compatible with
12+ [ @rules_oci] ( https://github.com/bazel-contrib/rules_oci )
13+ - ` load("@pycross_image//bazel/rules:docker.bzl", "py_image") `
14+ - image rule compatible with
15+ [ @rules_docker] ( https://github.com/bazelbuild/rules_docker )
1416
1517## Installation & Usage
1618
@@ -91,5 +93,3 @@ The `pycross_binary` rule transitions from the host platform to `:linux_x86_64`.
9193
9294The image is partitioned into three tar layers by matching against filename
9395patterns (see rule implementation for details).
94-
95- > ` @rules_pycross ` supports dependency fetching using PDM or poetry.
You can’t perform that action at this time.
0 commit comments