Name Date Size #Lines LOC

..--

Containerfile.pkgH A D14-Aug-20241.1 KiB2821

READMEH A D14-Aug-2024314 85

README

1This example Containerfile shows how to add packages to freebsd-minimal while
2minimising the package metadata overhead.
3
4For instance, To build a new image called 'my-new-image:latest' containing the
5nginx package:
6
7# podman build --squash --build-arg packages=nginx --tag my-new-image:latest -f Containerfile.pkg
8