rocker-org / devcontainer-images

R Docker images built with Dev Container Features
https://rocker-project.org/images/devcontainer/images.html
MIT License
12 stars 4 forks source link

OCI image spec annotations #6

Open eitsupi opened 2 years ago

eitsupi commented 2 years ago

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.

eitsupi commented 1 year 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.

https://github.com/devcontainers/features/blob/2af02c198adabacff30c400b0bfcad972ce5abcc/src/common-utils/bin/devcontainer-info

eitsupi commented 1 year ago

Related to devcontainers/features#359.