| Port details on branch 2025Q4 |
- buildah Manage Pods, Containers and Container Images
- 1.41.3_1 sysutils
=0 1.41.3_1Version of this port present on the latest quarterly branch. - Maintainer: dfr@FreeBSD.org
 - Port Added: 2025-11-01 15:53:31
- Last Update: 2025-11-01 15:48:35
- Commit Hash: ae07b4c
- License: APACHE20
- WWW:
- https://buildah.io/
- Description:
- The Buildah package provides a command line tool which can be used to
* create a working container from scratch
or
* create a working container from an image as a starting point
* mount/umount a working container's root file system for manipulation
* save container's root file system layer to create a new image
* delete a working container or an image.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- buildah>0:sysutils/buildah
- To install the port:
- cd /usr/ports/sysutils/buildah/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/buildah
- pkg install buildah
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: buildah
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1755745577
SHA256 (containers-buildah-v1.41.3_GH0.tar.gz) = 9c67a67622eb98f21d5a498d2351557e6093f64ca0f45e3aae6095e27f9456fb
SIZE (containers-buildah-v1.41.3_GH0.tar.gz) = 11970890
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- as : devel/binutils
- bash : shells/bash
- go-md2man : textproc/go-md2man
- gsed : textproc/gsed
- gmake>=4.4.1 : devel/gmake
- go123 : lang/go123
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- containernetworking-plugins>=0 : net/containernetworking-plugins
- containers-common>=0 : sysutils/containers-common
- ocijail : sysutils/ocijail
- Library dependencies:
-
- libgpgme.so : security/gpgme
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_buildah
- USES:
- gmake go:no_targets,1.23 pkgconfig
- pkg-message:
- The FreeBSD port of the Buildah image building tool is experimental and should
be used for evaluation and testing purposes only.
Basic usage follows:
$ export c=$(sudo buildah from quay.io/dougrabson/freebsd14-minimal)
$ sudo buildah run $c freebsd-version -ru
$ sudo buildah run $c ping -c 3 9.9.9.9
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.41.3_1 01 Nov 2025 15:48:35
    |
Adam Weinberger (adamw)  |
various: Bump Go ports for 1.24.9
This is a direct commit to 2025Q4. It'll definitely bring things (esp.
PORTREVISION lines) out of sync with main, but trying to MFH the
associated bump commit would bring in a massive quantity of conflicts. |
Number of commits found: 1
|