Open eitsupi opened 2 years ago
/usr/local/etc/vscode-dev-containers/meta.env
is also worth considering: it can be difficult to identify the images used in Codespaces, so it is useful to be able to identify versions, etc. from within the container.
Related to devcontainers/features#359.
At this time there are no arguments to add labels with the
devcontainer build
command, so labels cannot be set without writing them in the Dockerfile. If an option to add labels is implemented in the CLI (devcontainers/cli#157), I would like to set labels.