Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 898 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 898 Bytes

Dev Container Features

Contents

This repository contains a collection of Features.

buf

Installs buf

{
    "features": {
        "ghcr.io/allgeierit/devfeatures/buf:1": {
            "version": "latest"
        }
    }
}

buf

Installs earthly

{
    "features": {
        "ghcr.io/allgeierit/devfeatures/earthly:1": {
            "version": "latest"
        }
    }
}

Tests

devcontainer features test
devcontainer features test --features buf
devcontainer features test --features earthly

Distributing Features

Versioning

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.