We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1303b commit b4d9b87Copy full SHA for b4d9b87
content/blog/building-images-bake/index.md
@@ -79,7 +79,7 @@ EOT
79
There are a few important points to highlight:
80
81
- The `extensions` variable is a list of extensions that we want to include in the image. In our recipe we are using
82
- `pgvector`, but you can add any others as needed.
+ `pgvector`, but you can add others as needed.
83
- The `dockerfile-inline` variable contains our Dockerfile definition, which cannot be used remotely. We will explain
84
why later.
85
- The `target` and the `tgt` values share the same name, but you can use any name you prefer.
0 commit comments