sysutils/podman-suite: new meta-port combining the full set of OCI
tools and dependencies
- buildah
- podman
- skopeo
Differential D37324
PR: 267184 dch on Nov 10 2022, 11:42 AM. Authored by Tags None Referenced Files
Subscribers
Details
sysutils/podman-suite: new meta-port combining the full set of OCI
Diff Detail
Event Timeline
Comment Actions I'm incorporating these changes + moving PORTVERSION -> DISTVERSION. I'll push a new version as soon as next build finishes in poudriere. Comment Actions incorporate feedback from arrowd, portfmt & portlint. Comment Actions move pkg-message -> files/ Comment Actions new pkg-message hook is weird, so ignore its warnings. Here's what we get from pkg installation now, as quick starts: ` Message from containernetworking-plugins-0.1: -- Container networking relies on NAT to allow container network packets out to the host's network. This requires a PF firewall to perform the translation. A simple example is included - to use it: # cp /usr/local/etc/containers/pf.conf.sample /etc/pf.conf ... edit /etc/pf.conf and set egress_if to your network interface ... # sysrc pf_enable=YES # service pf start ===== Message from buildah-1.28.1.d: -- This port of the buildah image building tool is based on unreleased sources and should be used for evaluation and testing purposes only. Basic usage follows: $ export c=$(sudo buildah from quay.io/dougrabson/freebsd-minimal:13.1) $ sudo buildah run $c freebsd-version -run $ sudo buildah run $c ping -c 3 9.9.9.9 ===== Message from podman-4.4.0.d: -- This port of the podman container engine is based on unreleased sources and should be used for evaluation and testing purposes only. $ sudo podman run --rm docker.io/dougrabson/hello ===== Message from podman-suite-20221029: -- Optionally, to host your own image registry, or to create cross-platform images, install in addition: - sysutils/docker-registry - emulators/qemu-user-static ` |