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