kubernetes / cri-api

Container Runtime Interface (CRI) – a plugin interface which enables kubelet to use a wide variety of container runtimes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support to image labels

ltagliamonte-dd opened this issue · comments

Currently the Type Image doesn't provide label information associated with the image at creation time, for example in a Dockerfile it is possible to add labels by using:

LABEL "com.mydomain.image.distro.id"="${DISTRO_ID}" \
      "com.mydomain.image.distro.codename"="${DISTRO_CODENAME}" \
      "com.mydomain.image.distro.release"="${DISTRO_RELEASE}" \
      "com.mydomain.image.distro.build_id"="${BUILD_ID}"

Would be possible to improve this in future?
I'm working on an image stats collector, for internal reports, and I was looking to retrieve this info in a general way instead of having two clients, one for docker and another for containerd.

can you please file this request at https://github.com/kubernetes/kubernetes/? This repository is read only.

/close

@SergeyKanzhelev: Closing this issue.

In response to this:

can you please file this request at https://github.com/kubernetes/kubernetes/? This repository is read only.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.