Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

Payload devcontainer features

A collection of devcontainer features published to ghcr.io/payloadcms/devcontainer-features.

Features

FeatureReference
mise-bootstrapghcr.io/payloadcms/devcontainer-features/mise-bootstrap:1

Usage

Reference a feature in your .devcontainer/devcontainer.json:

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

Repo layout

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages