From c8966baff8f1b07ea79045d18288e624cdd81e21 Mon Sep 17 00:00:00 2001 From: John Bain Date: Tue, 2 Dec 2025 22:16:58 -0500 Subject: [PATCH 1/2] Add Databricks CLI Feature to collection index --- _data/collection-index.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/collection-index.yml b/_data/collection-index.yml index ff19f5e9..b4d22680 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -1257,3 +1257,8 @@ contact: https://github.com/pairspaces/devcontainers/issues repository: https://github.com/pairspaces/devcontainers ociReference: ghcr.io/pairspaces/devcontainers/pairspaces +- name: Databricks CLI Feature + maintainer: KingBain + contact: https://github.com/KingBain/devcontainer-features-databricks/issues + repository: https://github.com/KingBain/devcontainer-features-databricks + ociReference: ghcr.io/KingBain/devcontainer-features-databricks From fc1a97a6d749ebd8720cc2f4ef8fe542fe7077cf Mon Sep 17 00:00:00 2001 From: John Bain Date: Mon, 15 Dec 2025 14:13:42 -0500 Subject: [PATCH 2/2] Fix ociReference casing in collection-index.yml --- _data/collection-index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/collection-index.yml b/_data/collection-index.yml index b4d22680..43c427c0 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -1261,4 +1261,4 @@ maintainer: KingBain contact: https://github.com/KingBain/devcontainer-features-databricks/issues repository: https://github.com/KingBain/devcontainer-features-databricks - ociReference: ghcr.io/KingBain/devcontainer-features-databricks + ociReference: ghcr.io/kingbain/devcontainer-features-databricks