cli icon indicating copy to clipboard operation
cli copied to clipboard

`--label` option for `devcontainer build`

Open eitsupi opened this issue 3 years ago • 1 comments

Maybe related to devcontainers/spec#18

Currently the only way to set labels seems to be to write to Dockerfiles or compose files, but if we store images in the registry, we may want to annotate the labels. https://github.com/opencontainers/image-spec/blob/main/annotations.md

eitsupi avatar Sep 03 '22 14:09 eitsupi

This has come up for me today, glad to see a tracking issue, shame it's not been looked at yet.

danielloader avatar Mar 24 '24 21:03 danielloader

Looks like this feature request slipped through the gaps, however we saw the latest https://github.com/devcontainers/cli/issues/837 request

Have https://github.com/devcontainers/cli/pull/846 open which attempts to support --label

samruddhikhandale avatar Jun 14 '24 18:06 samruddhikhandale