Skip to content

Commit 3c7d7b2

Browse files
committed
remove spaces and bring back a missing line
Signed-off-by: Daniel Chambre <[email protected]>
1 parent 38fec5e commit 3c7d7b2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/blog/customizing-hcl/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ summary: Jonathan Gonzalez wrote a guide on this blog detailing how to customize
2727

2828
The other week [Jonathan Gonzalez]({{% ref "/authors/jgonzalez/" %}}) wrote an
2929
article on
30-
[how to customize docker images using an override hcl file]({{% ref "/blog/building-images-bake/" %}}) .
31-
Before the [postgres-containers repo](https://github.com/cloudnative-pg/postgres-containers)
30+
[how to customize docker images using an override hcl file]({{% ref "/blog/building-images-bake/" %}}).
31+
Before the [postgres-containers repo](https://github.com/cloudnative-pg/postgres-containers)
32+
was enhanced with the option to build the images with `docker build bake`,
3233
I had to follow these steps manually in order to have custom images for our workloads.
3334

3435
- clone the repo
@@ -164,6 +165,6 @@ Once you prepare the override file to fit to your needs, the only manual steps
164165
to build new images are
165166
- udpate the `pgVersion` variable
166167
- run the `docker buildx bake` command
167-
I hope this helps streamline your image customization process as much as it
168-
did mine—feel free to build on it, and share your own improvements too!
169-
You can find the supportive team in the CloudNativePG channels on the CNCF Slack workspace.
168+
I hope this helps streamline your image customization process as much as it
169+
did mine—feel free to build on it, and share your own improvements too!
170+
You can find the supportive team in the CloudNativePG channels on the CNCF Slack workspace.

0 commit comments

Comments
 (0)