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: content/blog/building-images-bake/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,15 @@ to build a custom container image for CloudNativePG. After two years, many thing
25
25
One of those things has been the introduction of [Bake](https://docs.docker.com/build/bake/) in Docker, which allows you to build
26
26
images using a simple configuration file. Bake is now our recommended way to build images for CloudNativePG.
27
27
28
-
We will follow a simple cooking recipe to create a custom container image or a set of container images, since Bake
28
+
We will follow a simple baking recipe to create a custom container image or a set of container images, since Bake
29
29
allows you to build multiple images at once in a simple way.
30
30
31
31
## Ingredients
32
32
33
33
- A Bake file. We will use the one provided in the [CloudNativePG repository](https://github.com/cloudnative-pg/postgres-containers/blob/main/docker-bake.hcl)
34
34
- Another Bake file, but this time a local one, this one is to overwrite the previous one.
0 commit comments