-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a devcontainer template for Chromia's Rell language #513
base: gh-pages
Are you sure you want to change the base?
Conversation
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.
Hi @Thomas-Chromaway , Thank you for the PR. I am however not able to view the repository https://github.com/ChromiaProject/devcontainers-chromia . Is this a private repo? With Regards, |
It's now public. Sorry about that! |
Hi @Thomas-Chromaway , Thank you for the access. Would you kindly add some documentation in the repo details, specifications & usage. With Regards, |
I've updated the README using some of the other already approved devcontainers as a guide. |
Hello @Kaniska244 ! Is this PR okay now? Kind regards, |
Nudge :) |
_data/collection-index.yml
Outdated
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @Thomas-Chromaway ,
Sorry for the delay. The ORAS spec requires the ociReference
to be in lower case. Would you kindly update the same. The supporting tools do help convert the case, however, its better to sync as much as possible.
With Regards,
Kaniska
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to! Github is case insensitive anyway.
Making ChromiaProject name lower case to match ORAS spec
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. It is suitable for use with Github CodeSpaces and similar hosted environments, although as always valuable private keys should not be stored there.
What type of PR is this?
Description
Please replace this line with a description of your PR.
Collection checklist
If your PR contributes a new collection, please utilize this checklist: