From 0c50a373d898d59f252ff78150692697ad5e12d0 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:03:18 +0100 Subject: [PATCH] chore: add amp-devcontainer templates to collection --- _data/collection-index.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_data/collection-index.yml b/_data/collection-index.yml index d430f2c3..413c28f4 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -1259,3 +1259,13 @@ contact: https://github.com/pairspaces/devcontainers/issues repository: https://github.com/pairspaces/devcontainers ociReference: ghcr.io/pairspaces/devcontainers/pairspaces +- name: C++ Dev Container Template + maintainer: Philips Software + contact: https://github.com/philips-software/amp-devcontainer/issues + repository: https://github.com/philips-software/amp-devcontainer + ociReference: ghcr.io/philips-software/amp-devcontainer/cpp-template +- name: Rust Dev Container Template + maintainer: Philips Software + contact: https://github.com/philips-software/amp-devcontainer/issues + repository: https://github.com/philips-software/amp-devcontainer + ociReference: ghcr.io/philips-software/amp-devcontainer/rust-template