Skip to content

allgeierit/devfeatures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.