| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A collection of devcontainer features published to ghcr.io/payloadcms/devcontainer-features.
| Feature | Reference |
|---|---|
| mise-bootstrap | ghcr.io/payloadcms/devcontainer-features/mise-bootstrap:1 |
Reference a feature in your .devcontainer/devcontainer.json:
src/<feature-id>/ devcontainer-feature.json # feature manifest (id, version, options) install.sh # runs as root in the container at build time test/<feature-id>/ test.sh # runs in a freshly built devcontainer .github/workflows/ release.yaml # publishes features to ghcr.io on push to main test.yaml # runs feature tests on PRs
| Back | FazBrowse Home | New Git URL |
{ "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/payloadcms/devcontainer-features/mise-bootstrap:1": {} } }