devcontainers-contrib / features

🐳 Extra add-in features for Devcontainers and GitHub Codespaces
MIT License
224 stars 116 forks source link

[Feature Request]: Can you add a clientOnly option for PostgreSQL? #420

Open AceHack opened 1 year ago

AceHack commented 1 year ago

Requested Feature

I would like to only install psql with the default PGHOST set to /var/run/postgresql/. Not the full PostgreSQL server.

It would look something like the following:

// https://github.com/devcontainers-contrib/features/tree/main/src/postgres-asdf
"ghcr.io/devcontainers-contrib/features/postgres-asdf:1": {
    "version": "latest",
    "clientOnly": "true"
},