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

Add support for interacting with dev containers #270

Open
tfoote opened this issue Mar 5, 2024 · 2 comments
Open

Add support for interacting with dev containers #270

tfoote opened this issue Mar 5, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tfoote
Copy link
Collaborator

tfoote commented Mar 5, 2024

If people put the time in to setup dev containers for repos rocker should be able to invoke them effectively.

https://containers.dev/implementors/spec/

@tfoote tfoote added enhancement New feature or request help wanted Extra attention is needed labels Mar 5, 2024
@blooop
Copy link

blooop commented Apr 18, 2024

This feature will require rocker to be able to build Dockerfiles. Are there any architectural considerations to adding that capability to rocker?

@tfoote
Copy link
Collaborator Author

tfoote commented May 13, 2024

Generally yes, rocker already does overlays on base images, so following the same approach might work for the dev containers. Alternatively it might make sense to leverage external capabilities if they exist to build the containers first then run them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants