Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

63 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

devcontainer-features

One line in devcontainer.json. Your tools, ready to go.

CI Release License: MIT

Stop configuring developer devcontainer-features by hand in every container. Drop a feature reference into your devcontainer.json and get a consistent, reproducible environment — locally, in Codespaces, and in CI.

Features

atlas

Installs the Atlas CLI for managing database schemas as code.

{
 "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
 "features": {
 "ghcr.io/devcontainer-env/features/atlas:1": {},
 },
}

Options

Option Type Default Description
version string latest Select the version to install

psql

Installs psql, the PostgreSQL interactive terminal.

{
 "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
 "features": {
 "ghcr.io/devcontainer-env/features/psql:1": {},
 },
}

Repository Structure

├── src
│ ├── atlas
│ │ ├── devcontainer-feature.json
│ │ └── install.sh
│ └── psql
│ ├── devcontainer-feature.json
│ └── install.sh

License

MIT — use it, fork it, extend it.

About

One line in devcontainer.json. Your tools, ready to go.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /