Skip to content

Commit fb5a83d

Browse files
committed
straightened enumerations
Signed-off-by: Daniel Chambre <[email protected]>
1 parent 17c5d6e commit fb5a83d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/blog/customizing-hcl/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Before the [postgres-containers repo](https://github.com/cloudnative-pg/postgres
3232
was enhanced with the option to build the images with `docker build bake`,
3333
I 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

4040
Edit, build and push had to be done for each PostgreSQL version.
4141
So 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.
158158
Once you prepare the override file to fit to your needs, the only manual steps
159159
to 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

164164
I hope this helps streamline your image customization process as much as it
165165
did mine—feel free to build on it, and share your own improvements too!

0 commit comments

Comments
 (0)