Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 553 Bytes

File metadata and controls

26 lines (18 loc) · 553 Bytes

Meigma DevContainer Features

A collection of Dev Container Features for the Meigma organization.

Available Features

Feature Description
blobber Installs the Blobber CLI for pushing/pulling files to OCI registries

Usage

Add a feature to your devcontainer.json:

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

License

MIT License - see LICENSE for details.