Port details |
- buildah Manage Pods, Containers and Container Images
- 1.40.1 sysutils
=2 1.38.1_1Version of this port present on the latest quarterly branch. - Maintainer: dfr@FreeBSD.org
 - Port Added: 2022-11-16 12:48:21
- Last Update: 2025-06-24 16:03:31
- Commit Hash: 9ee49c5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- 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:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1750102691
SHA256 (containers-buildah-v1.40.1_GH0.tar.gz) = 27678b7ced9f096c34d19c12922d8cc9eea2464e4c59dcb249f0f717b80c50bc
SIZE (containers-buildah-v1.40.1_GH0.tar.gz) = 12329760
Packages (timestamps in pop-ups are UTC):
- 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
- This port is required by:
- for Run
-
- sysutils/podman-suite
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.40.1 24 Jun 2025 16:03:31
    |
Sergey A. Osokin (osa)  |
sysutils/*: update podman-suite to the 20250618
These components have been updated:
- buildah from 1.38.1 to 1.40.1
- podman from 5.3.2 to 5.5.1
- skopeo from 1.17.0 to 1.19.0
PR: 287607
Approved by: dfr (maintainer)
Differential Revision: https://reviews.freebsd.org/D49184 |
1.38.1_3 24 Jun 2025 13:14:44
    |
Jason E. Hale (jhale)  |
*/*: Bump security/gpgme consumers |
1.38.1_2 02 Apr 2025 02:07:58
    |
Adam Weinberger (adamw)  |
go: Bump ports for go124 update |
1.38.1_1 05 Mar 2025 16:02:56
    |
Adam Weinberger (adamw)  |
Bump all go ports for yesterday's releases |
1.38.1 18 Feb 2025 14:59:10
    |
Doug Rabson (dfr)  |
sysutils/buildah: update to 1.38.1 |
1.37.5_1 05 Dec 2024 13:13:24
    |
Sergey A. Osokin (osa)  |
*/*: update licences for podman-related infra
Most of of the products, except ocijail, are under Apache 2.0.
Add licence files.
Bump PORTREVISIONs.
Approved by: dfr (maintainer)
Differential Revision: https://reviews.freebsd.org/D47924 |
1.37.5 04 Dec 2024 17:02:13
    |
Sergey A. Osokin (osa)  |
sysutils/buildah: update from 1.36.0 to 1.37.5
Approved by: dfr (maintainer)
Differential Revision: https://reviews.freebsd.org/D47910 |
1.36.0_4 19 Aug 2024 15:00:28
    |
Doug Rabson (dfr)  |
sysutils/builldah: fix a nil pointer dereference
Attempting to use 'buildah run --network=host' caused a nil pointer
dereference while setting up the container's resolv.conf file.
PR: 280777 |
1.36.0_3 09 Aug 2024 06:24:08
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update |
1.36.0_2 03 Jul 2024 08:29:54
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update |
1.36.0_1 15 Jun 2024 09:52:17
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update
MFH: 2024Q2 |
1.36.0 11 Jun 2024 14:42:29
    |
Doug Rabson (dfr)  |
sysutils/buildah: update to 1.36.0 |
1.33.2_4 13 May 2024 17:56:04
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update
MFH: 2024Q2 |
1.33.2_3 15 Apr 2024 08:20:04
    |
Ashish SHUKLA (ashish)  |
all: Bump after lang/go121 update
MFH: 2024Q2 |
1.33.2_2 24 Mar 2024 14:29:00
    |
Muhammad Moinur Rahman (bofh)  |
lang/go: Change DEFAULT to 1.21
PR: 277776
Approved by: portmgr (exp-run) |
1.33.2_1 11 Feb 2024 10:39:17
    |
Ashish SHUKLA (ashish)  |
all: Bump PORTREVISION after lang/go* update
PR: 276530 |
1.33.2 11 Jan 2024 15:14:54
    |
Doug Rabson (dfr)  |
sysutils/buildah: update to 1.32.2 |
1.32.2_1 07 Dec 2023 02:22:10
    |
Ashish SHUKLA (ashish)  |
all: Bump PORTREVISION after lang/go* update
PR: 274405 |
1.32.2 09 Nov 2023 13:12:01
    |
Doug Rabson (dfr)  |
sysutils/buildah: update to 1.32.0 |
1.31.2_1 08 Sep 2023 14:34:56
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go* update |
1.31.2 24 Aug 2023 15:23:06
    |
Doug Rabson (dfr)  |
sysutils/buildah: update to 1.31.2 |
1.31.0_1 04 Aug 2023 14:24:50
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{119,120} update |
1.31.0 22 Jul 2023 12:36:47
    |
Doug Rabson (dfr)  |
sysutils/buildah: update to 1.31.0
Approved by: lwhsu |
1.30.0 12 Jun 2023 10:07:36
    |
Doug Rabson (dfr)  |
sysutils/buildah: update to 1.30.0
Approved-by: dch |
1.29.1_1 08 Apr 2023 15:13:25
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{119,120} update |
1.29.1 14 Mar 2023 11:30:39
    |
Doug Rabson (dfr)  |
sysutils/buildah: update to 1.29.1
Changes: https://github.com/containers/buildah/releases/tag/v1.29.1
Approved by: dch |
1.29.0.dev_5 09 Mar 2023 19:18:07
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after Go ports update |
1.29.0.dev_4 15 Feb 2023 19:06:01
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{119,120} update |
1.29.0.dev_3 09 Feb 2023 21:55:23
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after GO_DEFAULT update. |
1.29.0.dev_2 14 Jan 2023 11:31:17
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTVERSION after lang/go{118,119} update |
1.29.0.dev_1 11 Dec 2022 11:17:27
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{118,119} update |
1.29.0.dev 04 Dec 2022 10:56:54
    |
Doug Rabson (dfr)  |
sysutils/buildah: update to 1.29.0.dev
Approved by: dch |
1.28.1.d 16 Nov 2022 12:46:30
    |
Dave Cottlehuber (dch)  Author: Doug Rabson |
sysutils/buildah: new port
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.
PR: 267184
Reviewed by: arrowd
Reviewed by: dch
Sponsored by: SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D37324 |