-
Notifications
You must be signed in to change notification settings - Fork 493
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
Where are the Dockerfiles? 😄 #653
Comments
Hi 👋
Yes, that statement is pointing to the Dockerfile you mentioned.
Dev container Features are doing rest of the work, see here. Look at https://containers.dev/implementors/features/ for more information.
They are installed by the Python Feature, in here. @dpprdan Let me know if that helps clear your doubts, or happy to answer any other questions.
@Chuxel We copied over the Readme file from https://github.com/microsoft/vscode-dev-containers/tree/main/containers/python-3 when Features didn't exist and
|
I like your idea to update the wording @samruddhikhandale! Maybe something like:
I kept the last sentence more general to avoid needing to link every readme uniquely, though if we're willing to do that and don't think the links will break, that'd also probably help. |
@bamurtaugh we could dynamically update My main question is, if we should replace |
Oh got it! That's a great point. I'm in favor of updating to |
@samruddhikhandale Thanks, that is really helpful. I took the liberty to propose a few more changes in #656, maybe you two want to have a look at that? |
The https://github.com/devcontainers/images/blob/main/src/python/README.md reads:
I am assuming that this refers to a Dockerfile in this repo? However I cannot find it anywhere (apart from https://github.com/devcontainers/images/blob/main/src/python/.devcontainer/Dockerfile which doesn't seem to be complete? E.g. I don't see where the dependencies are added).
Put differently: Is it possible to view (example-)Dockerfiles of the final images?
The text was updated successfully, but these errors were encountered: