mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
|
…
|
||
|---|---|---|
| .. | ||
| Containerfile.pkg | ||
| README | ||
This example Containerfile shows how to add packages to freebsd-minimal while minimising the package metadata overhead. For instance, To build a new image called 'my-new-image:latest' containing the nginx package: # podman build --squash --build-arg packages=nginx --tag my-new-image:latest -f Containerfile.pkg