This repository contains a collection of Features.
Installs buf
Installs earthly
{
"features": {
"ghcr.io/allgeierit/devfeatures/earthly:1": {
"version": "latest"
}
}
}devcontainer features test
devcontainer features test --features buf
devcontainer features test --features earthlyFeatures 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.
{ "features": { "ghcr.io/allgeierit/devfeatures/buf:1": { "version": "latest" } } }