-
Notifications
You must be signed in to change notification settings - Fork 228
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
Adding labels to containers build by devcontainer cli #837
Comments
Hi 👋 Currently, you can achieve this by adding a LABEL in your Dockerfile or pass it as However, I think it would make sense to add a parameter for this to the We can add a |
Yes, this would be exactly what I need. |
@chrmarti Any concerns with supporting a new |
Makes sense 👍 |
Hi @samruddhikhandale , |
…abel #837 Devcontainer cli add label
I have a case where I need to add some specific metadata to a dev-container image build by the dev-container cli.
would it make sense to add a parameter for this to the devcontainer build command?
My use case is that I want to use dev-container build to build images in the CI for reusability and would need some kind of metadata to identify the content of a built image.
The text was updated successfully, but these errors were encountered: