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

Document the differences in devcontainer specification implementation #8

Closed
Tracked by #132
kylecarbs opened this issue May 2, 2023 · 7 comments · Fixed by #219
Closed
Tracked by #132

Document the differences in devcontainer specification implementation #8

kylecarbs opened this issue May 2, 2023 · 7 comments · Fixed by #219
Assignees
Labels
docs Improvements or additions to documentation

Comments

@kylecarbs
Copy link
Member

e.g. mounts aren't supported

@evilhamsterman
Copy link

@kylecarbs why is this even an issue, you removed documentation about this yourself in commit ca6eccf. I understand that it's a fast moving project and the support may be changing rapidly but having at least some of the information would be helpful

@kylecarbs
Copy link
Member Author

The support section I removed in that commit wasn't very complete, so it felt weird to mention some things that aren't supported.

I agree this info is helpful - we'll prioritize this.

@evilhamsterman
Copy link

I think the way it was documenting what subset you do support would be a good way to deal with it.

@kylecarbs
Copy link
Member Author

Reasonable, that's how we'll do it.

@matifali matifali added the docs Improvements or additions to documentation label Jan 30, 2024
@bpmct bpmct added this to the envbuilder v1.0 milestone Apr 10, 2024
@bpmct bpmct mentioned this issue Apr 18, 2024
36 tasks
@matifali
Copy link
Member

matifali commented May 5, 2024

Are there plans to support mounts?
cc: @bpmct
An example devcontainer that uses mounts and I am unable to build with envbuilder is:
https://github.com/railwayapp/nixpacks

@mafredri
Copy link
Member

mafredri commented May 7, 2024

It's a bit early to tell, but there is a chance that the solution we land on for #128 may enable passing the list of volumes to Terraform, which can then be made available for the template author. However, it's a bit unclear to me if we can turn it into a robust implementation that is easily usable between different cloud providers and container runtimes.

@mafredri
Copy link
Member

mafredri commented Jun 1, 2024

Updated list or differences:

  • No support for volumes (yet)
  • Feature init scripts (entrypoint) are not supported (yet)

Please add more as they are discovered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants