This repository contains a collection of Features.
Installs buf
{
"features": {
"ghcr.io/allgeierit/devfeatures/buf:1": {
"version": "latest"
}
}
}
Installs earthly
{
"features": {
"ghcr.io/allgeierit/devfeatures/earthly:1": {
"version": "latest"
}
}
}
devcontainer features test
devcontainer features test --features buf
devcontainer features test --features earthly
Features are individually versioned by the version
attribute in a Feature's
devcontainer-feature.json
. Features are versioned according to the semver
specification. More details can be found in the dev container Feature
specification.