Skip to content
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

Custom predefined container definitions #5653

Closed
bossm8 opened this issue Sep 29, 2021 · 1 comment
Closed

Custom predefined container definitions #5653

bossm8 opened this issue Sep 29, 2021 · 1 comment
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality
Milestone

Comments

@bossm8
Copy link

bossm8 commented Sep 29, 2021

I will explain the feature request based on an example we got in our company:

We have our own LaTeX classes and templates which contain information we are not allowed to make public (so adding them to the public repo is no option). We installed these in private docker images to automate builds in e.g. pipelines.
To develop in vscode remote containers we need to add the exact same .devconfig.json to each project in order to use the container. Also the configuration "remote.containers.repositoryConfigurationPaths": [] is not really an option since it needs the repository mirrored (#3712), so we would need to make a new directory structure for each project, which not really an optimization.

Long story short. It would be nice to have a configuration option where one could specify a local or remote repo where some devcontainer configuration similar to vscode-dev-containers are located which are then available like the predefined container definitions. Maybe in a section called "Custom predefined container definitions". So everyone in our team could just configure the repo and have the devcontainers available without always configuring.

@github-actions github-actions bot added the containers Issue in vscode-remote containers label Sep 29, 2021
@chrmarti chrmarti added the feature-request Request for new features or functionality label Sep 30, 2021
@chrmarti chrmarti added this to the Backlog milestone Sep 30, 2021
@bossm8
Copy link
Author

bossm8 commented Nov 21, 2021

Marking this my own as a duplicate of #4852.

@bossm8 bossm8 closed this as completed Nov 21, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jan 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants