share/examples/oci: Run 'pkg update' with IGNORE_OSVERSION setThis allows the image build to work even if the host's OSVERSION doesn'tmatch the pkgbase OSVERSION which happens if the host's patch
share/examples/oci: Run 'pkg update' with IGNORE_OSVERSION setThis allows the image build to work even if the host's OSVERSION doesn'tmatch the pkgbase OSVERSION which happens if the host's patch level orrelease version isn't the same as pkgbase.Also fix the image name so that Podman/Buildah will fetch itautomatically, removing the need for users to pull an image and retag itbefore using this example.Reviewed by: dchMFC after: 3 daysDifferential Revision: https://reviews.freebsd.org/D50596
show more ...
release: use "runtime" instead of "minimal" for OCI image nameThe runtime name is taken from the main pkg-base package that thisimage is built off.Sponsored by: SkunkWerks, GmbHMFC after: 3 day
release: use "runtime" instead of "minimal" for OCI image nameThe runtime name is taken from the main pkg-base package that thisimage is built off.Sponsored by: SkunkWerks, GmbHMFC after: 3 daysReviewed by: dfr, emasteDifferential Revision: https://reviews.freebsd.org/D50043
release: add optional OCI imagesThis adds three OCI archive format files to the release containingFreeBSD base images suitable for static linked, dynamic linked and shellworkloads. The shell imag
release: add optional OCI imagesThis adds three OCI archive format files to the release containingFreeBSD base images suitable for static linked, dynamic linked and shellworkloads. The shell image also contains pkg-bootstrap and can be easilyextended by installing packages (including pkgbase packages).Reviewed by: dch, cpersiva, jlduran, zleiDifferential Revision: https://reviews.freebsd.org/D46759MFC after: 2 days