-
Notifications
You must be signed in to change notification settings - Fork 38
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 standard devcontainer #1269
base: master
Are you sure you want to change the base?
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. |
1 similar comment
Does the PR have any schema changes?Looking good! No breaking changes found. |
b06cac4
to
fac042d
Compare
fac042d
to
8561986
Compare
Does the PR have any schema changes?Looking good! No breaking changes found. |
1 similar comment
Does the PR have any schema changes?Looking good! No breaking changes found. |
Wonder if there's an easy way to keep these in sync, as I've pretty much just made a change to the pulumi/pulumi one to fix a build on the latest base image (pulumi/pulumi@f8a98b2) |
Not sure on the alternative approaches without knowing how much different projects can vary in their required setup. I guess the ideal would be to have a single image pre-built for each of Codespaces and another for Gitpod as they don't seem to be compatible, then each project points to the latest image. Would it be worth getting this in as-is if it's functional, with an aim to start a wider conversation around standard virtualized development environments? |
You can use Git submodules and reuse dev container configurations across repositories. |
Copied from
pulumi/pulumi
- makes it easier to use project in Codespaces and GitPod.