From d84577945c31ce9f13834800342c3ea4946ffe3f Mon Sep 17 00:00:00 2001 From: nolan <272226345+NolanJX@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:47:31 +0800 Subject: [PATCH 1/2] Add NolanJX/devcontainer-features collection --- _data/collection-index.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/collection-index.yml b/_data/collection-index.yml index db72653c..dfc258af 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -1566,3 +1566,8 @@ contact: https://github.com/bare-devcontainer/templates/issues repository: https://github.com/bare-devcontainer/templates ociReference: ghcr.io/bare-devcontainer/templates +- name: Dev Container Features by NolanJX + maintainer: NolanJX + contact: https://github.com/NolanJX/devcontainer-features/issues + repository: https://github.com/NolanJX/devcontainer-features + ociReference: ghcr.io/NolanJX/devcontainer-features From 007f34ac73b99cfef4ab93a3ccdc76d168bf2223 Mon Sep 17 00:00:00 2001 From: nolan <272226345+NolanJX@users.noreply.github.com> Date: Wed, 5 Aug 2026 23:59:07 +0800 Subject: [PATCH 2/2] fix(collection-index): lowercase ociReference for NolanJX features --- _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 dfc258af..99a0088d 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -1570,4 +1570,4 @@ maintainer: NolanJX contact: https://github.com/NolanJX/devcontainer-features/issues repository: https://github.com/NolanJX/devcontainer-features - ociReference: ghcr.io/NolanJX/devcontainer-features + ociReference: ghcr.io/nolanjx/devcontainer-features