Skip to content

Commit 5a6ea83

Browse files
committed
chore: review
Signed-off-by: Jonathan Gonzalez V. <[email protected]>
1 parent 36433cf commit 5a6ea83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
1.59 MB
Loading

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: "Creating a custom container image for CloudNativePG v2.0"
33
date: 2025-07-23
44
draft: false
5+
image:
6+
url: baked_elephant.png
7+
alt: "Baked elephant cookies"
8+
attribution:
59
author: jgonzalez
610
tags:
711
- blog
@@ -21,7 +25,7 @@ summary: Using Docker's Bake to create container images for the CloudNativePG Op
2125
## Summary
2226
Nearly two years ago, we shared a [blog post on building custom container
2327
images for CloudNativePG]({{% ref "/blog/creating-container-images/" %}}). Since then, the container ecosystem has evolved
24-
significantly—one notable development being the introduction of [Docker Bake]((https://docs.docker.com/build/bake/)).
28+
significantly—one notable development being the introduction of [Docker Bake](https://docs.docker.com/build/bake/).
2529

2630
Docker Bake simplifies image builds using a straightforward configuration file,
2731
and it’s now our recommended approach for building CloudNativePG images.

0 commit comments

Comments
 (0)