Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Containerfile.pkg | H A D | 14-Aug-2024 | 1.1 KiB | 28 | 21 | |
README | H A D | 14-Aug-2024 | 314 | 8 | 5 |
README
1 This example Containerfile shows how to add packages to freebsd-minimal while 2 minimising the package metadata overhead. 3 4 For instance, To build a new image called 'my-new-image:latest' containing the 5 nginx package: 6 7 # podman build --squash --build-arg packages=nginx --tag my-new-image:latest -f Containerfile.pkg 8