File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/blog/building-images-bake Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ summary: Creating a container image for CloudNativePG Operator v2.0
2222## Summary
2323In an almost [ two years old blog post] ({{% ref "/blog/creating-container-images/" %}}), we explained how
2424to 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
2626images using a simple configuration file. Bake is now our recommended way to build images for CloudNativePG.
2727
2828We will follow a simple cooking recipe to create a custom container image or a set of container images, since Bake
You can’t perform that action at this time.
0 commit comments