microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.71k stars 1.4k forks source link

Add GitHub Actions self hosted runner Dev container #1583

Closed Pwd9000-ML closed 1 year ago

Pwd9000-ML commented 2 years ago

This addition will allow to create a basic codespace that also acts as a self hosted runner. Community contribution is based on my blog: Hosting your self hosted runners on GitHub Codespaces

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

bamurtaugh commented 2 years ago

Thanks for opening @Pwd9000-ML!

Our team has been actively focused on an updated plan for community contributions and this repo moving forward, which we've now outlined in this issue: https://github.com/microsoft/vscode-dev-containers/issues/1589. This includes moving to a couple new repos for images (https://github.com/devcontainers/images) and Features (https://github.com/devcontainers/features).

We anticipate to have a similar repo and distribution process for templates/definitions like yours. We'll keep everyone updated (likely via another issue in this repo or comment on https://github.com/microsoft/vscode-dev-containers/issues/1589) when our new templates repo is available and the process is defined.

Please let me know if you have any questions, thank you!

Pwd9000-ML commented 1 year ago

@bamurtaugh Thank you, I am in the process of moving my devcontainer templates onto the new process and will close this PR once completed and tested. Thank you so much!

Pwd9000-ML commented 1 year ago

@bamurtaugh Closing the pull request as I have now read and migrated my devcontainer to the new process and awaiting approvals there.