A collection of Dev Container Features for the Meigma organization.
| Feature | Description |
|---|---|
| blobber | Installs the Blobber CLI for pushing/pulling files to OCI registries |
Add a feature to your devcontainer.json:
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/meigma/devcontainer-features/blobber:1": {}
}
}MIT License - see LICENSE for details.