File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
content/blog/customizing-hcl Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1818 - tutorial
1919 - bake
2020 - docker
21- summary : How I used Jonathan's blog post to create an hcl for my needs.
21+ summary : Jonathan Gonzalez wrote a guide on this blog detailing how to customize Docker images by using an override hcl file. I tried it for a spin.
22+
23+
2224---
2325
2426## Summary
@@ -161,4 +163,7 @@ Test them and stage them through your environment.
161163Once you prepare the override file to fit to your needs, the only manual steps
162164to build new images are
163165 - udpate the ` pgVersion ` variable
164- - run the ` docker buildx bake ` command
166+ - 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.
You can’t perform that action at this time.
0 commit comments