rothgar / talos-pkgs

packages for talos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkgs

Dependency Diagram

This repository produces a set of packages that can be used to build a rootfs suitable for creating custom Linux distributions. The packages are published as a container image, and can be "installed" by simply copying the contents to your rootfs. For example, using Docker, we can do the following:

FROM scratch
COPY --from=<registry>/<organization>/<pkg>:<tag> / /

Resources

About

packages for talos

License:Mozilla Public License 2.0


Languages

Language:Makefile 71.9%Language:Shell 14.1%Language:Python 13.9%