You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,19 @@ the designated workflow called "Container Images from Commitfest patch" from the
39
39
The action summary provides all the details you need to effectively use the
40
40
image.
41
41
42
+
## Building images locally
43
+
44
+
If you want to build these images locally, first make sure you meet the
45
+
following [prerequisites](https://github.com/cloudnative-pg/postgres-containers/blob/main/BUILD.md#prerequisites).
46
+
To build and push every flavor (minimal, standard, and PostGIS), run:
47
+
48
+
```
49
+
docker buildx bake --push
50
+
```
51
+
52
+
By default, the build process assumes a registry server runs locally at `localhost:5000`.
53
+
You can either [deploy a disposable registry at localhost:5000](https://github.com/cloudnative-pg/postgres-containers/blob/main/BUILD.md#local-testing), or [specify a different registry](https://github.com/cloudnative-pg/postgres-containers/blob/main/BUILD.md#the-distribution-registry).
54
+
42
55
## License and Copyright
43
56
44
57
This software is licensed under the [Apache License 2.0](LICENSE).
0 commit comments