This repo provides a hopefully growing set of devcontainer features making my daily work easier. And maybe yours.
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.
NOTE: This feature depends on
ghcr.io/devcontainers/features/common-utils:2and installs the Linuxamd64andarm64release archives after verifying the published SHA-256 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" } } }