Skip to content

Commit 9e51559

Browse files
committed
docs: review
Signed-off-by: Gabriele Bartolini <[email protected]>
1 parent 51b64c5 commit 9e51559

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

BUILD.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Ensure the following tools and components are available before proceeding:
1414
1. [Docker Buildx](https://github.com/docker/buildx): A CLI plugin for advanced
1515
image building.
1616
2. Build Driver for Multi-Architecture Images: For example, `docker-container`
17-
(see [Build Drivers](https://docs.docker.com/build/builders/drivers/)).
17+
(see [Build Drivers](https://docs.docker.com/build/builders/drivers/) and
18+
["Install QEMU Manually"](https://docs.docker.com/build/building/multi-platform/#install-qemu-manually)).
1819
3. [Distribution Registry](https://distribution.github.io/distribution/):
1920
Formerly known as Docker Registry, to host and manage the built images.
2021

@@ -26,7 +27,7 @@ To confirm your environment is properly set up, run:
2627
docker buildx bake --check
2728
```
2829

29-
If warnings appear, you may need to switch to a different build driver. For
30+
If errors appear, you may need to switch to a different build driver. For
3031
example, use the following commands to configure a `docker-container` build
3132
driver:
3233

@@ -39,6 +40,11 @@ docker buildx create \
3940
--bootstrap
4041
```
4142

43+
> *Note:* This page is not intended to serve as a comprehensive guide for
44+
> building multi-architecture images with Docker and Bake. If you encounter any
45+
> issues, please refer to the resources listed above for detailed instructions
46+
> and troubleshooting.
47+
4248
## Default Target
4349

4450
The `default` target in Bake represents a Cartesian product of the following

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> [PostgreSQL Docker Community](https://github.com/docker-library/postgres),
66
> and included Barman Cloud built from source.
77
> This legacy approach, referred to as `system` images, will remain available
8-
> for backward compatibility but is planned for deprecation.
8+
> for backward compatibility but is planned for a future deprecation.
99
1010
---
1111

@@ -86,7 +86,7 @@ The [`Debian`](Debian) folder contains image catalogs, which can be used as:
8686
> **Deprecation Notice:** System images and the associated Debian-based image
8787
> catalogs will be deprecated in future releases of CloudNativePG and
8888
> eventually removed. Users are encouraged to migrate to `minimal` or
89-
> `standard` images as soon as feasible.
89+
> `standard` images for new clusters as soon as feasible.
9090
9191
## Build Attestations
9292

0 commit comments

Comments
 (0)