Skip to content

Commit 5011650

Browse files
authored
README cleanup (#4)
1 parent 11505d0 commit 5011650

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
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

9294
The image is partitioned into three tar layers by matching against filename
9395
patterns (see rule implementation for details).
94-
95-
> `@rules_pycross` supports dependency fetching using PDM or poetry.

0 commit comments

Comments
 (0)