Russell Centanni
Russell Centanni
Hello! I think you might start with the built-in docker provider for DevPod: ```shell docker use provider docker ``` Much of the VSCode devcontainer functionality should map over from there....
@ifrankwang Thanks for reporting! We'll take a look.
@marcm-ml Yeah, I'm trying to arrive at a solution that won't be problematic. Do you need this for both `dependencies` and `imports` or only `imports`? Originally I was thinking runtime...
@marcm-ml @mrkwtz Would you two be willing to try out or at least review [this PR](https://github.com/devspace-sh/devspace/pull/2619)? It's been a little bit since I've looked into this issue, but I remember...
@marcm-ml Glad you were able to get it working with dependencies! @mrkwtz I wonder if your use case could be addressed by defining a custom pipeline `get-credentials` that executes the...
@karbowiak `runtime.dependencies.[name].path` from the PR should be the path the dependency was cloned to. I still wonder though if using a pipeline defined by the dependency would be a better...
@thisisobate Hello! Thanks for bringing this to our attention. I'll get a PR ready for this change.
> @thisisobate > > Hello! Thanks for bringing this to our attention. I'll get a PR ready for this change. Correction, this will be updated by our marketing team.
@kuuji Thanks for the PR! It's always great to see community contributions! I approved the e2e test run, so you should see some feedback through the GitHub Actions.
@andersbulderbank Hello! Thanks for reporting the issue. The documentation could use a correction here, since we'd need to assume `github.com/project/repo.git` means either `[email protected]/project/repo.git` OR `https://github.com/project/repo.git`. We'll likely do a quick...