File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
content/blog/customizing-hcl Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ summary: Jonathan Gonzalez wrote a guide on this blog detailing how to customize
2727
2828The other week [ Jonathan Gonzalez] ({{% ref "/authors/jgonzalez/" %}}) wrote an
2929article 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 ` ,
3233I 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
164165to 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.
You can’t perform that action at this time.
0 commit comments