forked from devcontainers/feature-starter
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hey,
I was wondering if you are open for a PR that introduces PG 16. Would you be able to merge soon?
Something like this:
{
"name": "PostgreSQL Client",
"id": "postgresql-client",
"version": "1.0.0",
"description": "PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads.",
"options": {
"version": {
"type": "string",
"proposals": [
"13",
"14",
"15",
"16"
],
"default": "13",
"description": "Select the major version of postgres"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}Metadata
Metadata
Assignees
Labels
No labels