-
Notifications
You must be signed in to change notification settings - Fork 13
feat: new extension scaffolding #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
a4e5ee6 to
48283c4
Compare
Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
| extensions: | ||
| - name: {{ .Name }} | ||
| image: | ||
| reference: ghcr.io/cloudnative-pg/{{ .Name }}:1.0-{{ .DefaultVersion }}-{{ .DefaultDistro }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we need to add a placeholder for the renovate line here?
mbiagetti
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested the command and do the job.
Don't know if we should also patch some wf like:
-
add the name
postgres-extensions-containers/.github/workflows/bake.yml
Lines 10 to 13 in 9d8ef22
type: choice options: - pgvector - postgis -
add a new section
postgres-extensions-containers/.github/workflows/bake.yml
Lines 52 to 54 in 9d8ef22
pgaudit: - 'pgaudit/**' - *shared
Add Dagger function and Taskfile entry to scaffold a new extension directory from scratch.
Documentation has been temporarily added to the
BUILD.mdfile but will probably be moved in a more appropriate section.Closes #17