Skip to content

Commit 2d85677

Browse files
sxdjsilvela
andcommitted
Update content/blog/building-images-bake/index.md
Co-authored-by: Jaime Silvela <[email protected]> Signed-off-by: Jonathan Gonzalez V. <[email protected]>
1 parent 0b5db2a commit 2d85677

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ summary: Creating a container image for CloudNativePG Operator v2.0
2222
## Summary
2323
In an almost [two years old blog post]({{% ref "/blog/creating-container-images/" %}}), we explained how
2424
to build a custom container image for CloudNativePG. After two years, many things have changed in the world of containers.
25-
One of those things has been the introduction of [Bake](https://docs.docker.com/build/) in Docker, which allows you to build
25+
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

2828
We will follow a simple cooking recipe to create a custom container image or a set of container images, since Bake

0 commit comments

Comments
 (0)