Skip to content

Commit 7897ca3

Browse files
committed
more changes
Signed-off-by: Jonathan Gonzalez V. <[email protected]>
1 parent 2d85677 commit 7897ca3

File tree

1 file changed

+2
-2
lines changed
  • content/blog/building-images-bake

1 file changed

+2
-2
lines changed

content/blog/building-images-bake/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ to build a custom container image for CloudNativePG. After two years, many thing
2525
One of those things has been the introduction of [Bake](https://docs.docker.com/build/bake/) in Docker, which allows you to build
2626
images using a simple configuration file. Bake is now our recommended way to build images for CloudNativePG.
2727

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
2929
allows you to build multiple images at once in a simple way.
3030

3131
## Ingredients
3232

3333
- 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)
3434
- Another Bake file, but this time a local one, this one is to overwrite the previous one.
3535

36-
Cooking time: 5 minutes.
36+
Baking time: 5 minutes.
3737

3838
## Instructions
3939

0 commit comments

Comments
 (0)