File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/blog/customizing-hcl Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ Before the [postgres-containers repo](https://github.com/cloudnative-pg/postgres
3232was enhanced with the option to build the images with ` docker build bake ` ,
3333I had to follow these steps manually in order to have custom images for our workloads.
3434
35- - clone the repo
36- - edit the dockerfile
37- - build the image
38- - push it to the registry
35+ - clone the repo
36+ - edit the dockerfile
37+ - build the image
38+ - push it to the registry
3939
4040Edit, build and push had to be done for each PostgreSQL version.
4141So a lot of boring work needed to be done in order to have updated images.
@@ -158,8 +158,8 @@ Test them and stage them through your environment.
158158Once you prepare the override file to fit to your needs, the only manual steps
159159to build new images are
160160
161- - udpate the ` pgVersion ` variable
162- - run the ` docker buildx bake ` command
161+ - udpate the ` pgVersion ` variable
162+ - run the ` docker buildx bake ` command
163163
164164I hope this helps streamline your image customization process as much as it
165165did mine—feel free to build on it, and share your own improvements too!
You can’t perform that action at this time.
0 commit comments