xref: /freebsd/share/examples/oci/README (revision 9978553d0199e7ec0bdd1c44fc7f6c7b0c11e43b)
1This example Containerfile shows how to add packages to freebsd-runtime 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