Skip to content

mike-fi/devcontainer-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Container Features

This repo provides a hopefully growing set of devcontainer features making my daily work easier. And maybe yours.

Features

databricks-cli

Adding databricks-cli to the devcontainer installs the Databricks CLI. The feature requires common-utils, defaults to main, and resolves that to the latest GitHub release before downloading the matching Linux binary for the container architecture and verifying its checksum.

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "ghcr.io/devcontainers/features/common-utils:2": {},
        "ghcr.io/mike-fi/devcontainer-features/databricks-cli:1": {
            "version": "v0.294.0"
        }
    }
}

NOTE: This feature depends on ghcr.io/devcontainers/features/common-utils:2 and installs the Linux amd64 and arm64 release archives after verifying the published SHA-256 checksum.

About

a set of devcontainer features for better productivity (mainly my productivity but maybe it will help you as well)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages