From baf8c62a4fa2ebea25d0787da6b73a9de44aa11a Mon Sep 17 00:00:00 2001 From: Thomas-Chromaway <122302070+Thomas-Chromaway@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:40:28 +0000 Subject: [PATCH 1/2] Add a devcontainer template for Chromia's Rell language See https://docs.chromia.com for more on Rell. This contains Java (from the base image), the Chromia tooling, a Postgres instance for storage, plus various useful tools. --- _data/collection-index.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/collection-index.yml b/_data/collection-index.yml index 74b6fe38..e73403e3 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -962,3 +962,8 @@ contact: https://github.com/davzucky/devcontainers-features-wolfi/issues repository: https://github.com/davzucky/devcontainers-features-wolfi ociReference: ghcr.io/davzucky/devcontainers-features-wolfi +- name: Chromia Rell Development Container + maintainer: Chromaway AB + contact: https://github.com/ChromiaProject/devcontainers-chromia/issues + repository: https://github.com/ChromiaProject/devcontainers-chromia + ociReference: ghcr.io/ChromiaProject/devcontainers-chromia/simple-chromia From c95f53f2494197e700e3bf22a4b0a6ec72b72d6d Mon Sep 17 00:00:00 2001 From: Thomas-Chromaway <122302070+Thomas-Chromaway@users.noreply.github.com> Date: Fri, 4 Apr 2025 11:39:52 +0100 Subject: [PATCH 2/2] Update collection-index.yml Making ChromiaProject name lower case to match ORAS spec --- _data/collection-index.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/collection-index.yml b/_data/collection-index.yml index 3342b715..c808ebfe 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -989,6 +989,6 @@ ociReference: ghcr.io/roul/devcontainer-features - name: Chromia Rell Development Container maintainer: Chromaway AB - contact: https://github.com/ChromiaProject/devcontainers-chromia/issues - repository: https://github.com/ChromiaProject/devcontainers-chromia - ociReference: ghcr.io/ChromiaProject/devcontainers-chromia/simple-chromia + contact: https://github.com/chromiaproject/devcontainers-chromia/issues + repository: https://github.com/chromiaproject/devcontainers-chromia + ociReference: ghcr.io/chromiaproject/devcontainers-chromia/simple-chromia