opnsense-src/share/examples/oci
Dave Cottlehuber f5418217db release: use "runtime" instead of "minimal" for OCI image name
The runtime name is taken from the main pkg-base package that this
image is built off.

Sponsored by:	SkunkWerks, GmbH
MFC after:	3 days
Reviewed by:	dfr, emaste
Differential Revision:	https://reviews.freebsd.org/D50043

(cherry picked from commit a0165254bf)
2025-04-30 07:55:41 +00:00
..
Containerfile.pkg
README

This example Containerfile shows how to add packages to freebsd-runtime 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