Skip to content

Commit

Permalink
chore(docs): recommend apko
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Sep 22, 2023
1 parent 828b737 commit a7cdc7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ rules_oci supports two different registry implementation for the temporary stora

## Public API Docs

### Build Base images

- Alpine: we recommend <https://github.com/chainguard-dev/rules_apko> to
install [apk](https://wiki.alpinelinux.org/wiki/Package_management) packages
using Chainguard's [apko](https://apko.dev).
- Debian: The `apt-get` utility installs `.deb` files, which are already archives
that may be used directly as image layers. See `/examples/deb` in this repository.
Note that you must enumerate every `.deb` file to install, including transitive dependencies.
- RHEL/CentOS/Amazon Linux: we don't have any support for this yet. Please consider donating to the project!

### Construct image layers

- [oci_image](docs/image.md) Build an OCI compatible container image.
Expand Down

0 comments on commit a7cdc7a

Please sign in to comment.