Skip to content

Commit e10fff1

Browse files
Update buildah Version in Dev Documentation
The PostgreSQL Operator developer setup documentation now specifies that buildah v1.14.9+ is required in order to build the PostgreSQL Operator. This is due to known issues in previous versions of buildah (including v1.11.6) in which ARGs in Dockerfiles are not handled properly, leading to inconsistent and invalid build results. Issue: [ch9050]
1 parent e1e7805 commit e10fff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/contributing/developer-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The setup target ensures the presence of:
6767
* [`dep`](https://golang.github.io/dep/) dependency manager
6868
* NSQ messaging binaries
6969
* `docker` container tool
70-
* `buildah` OCI image building tool
70+
* `buildah` OCI image building tool version 1.14.9+
7171

7272
By default, docker is not configured to run its daemon. Refer to the [docker post-installation instructions](https://docs.docker.com/install/linux/linux-postinstall/) to configure it to run once or at system startup. This is not done automatically.
7373

0 commit comments

Comments
 (0)