You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
One thing that differs between containerized apps is the host kernel. Would you consider it worthwhile to track this by adding a label org.label-schema.kernel.vendor-version?
It would include information about the kernel version which the vendor used when creating/testing the image, for informative reason. This might only be relevant in the long run, naturally, as breaking changes in kernels are rare.
A potential content would be the output of cat /proc/version such as Linux version 4.4.0-75-generic (buildd@lgw01-21) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #96-Ubuntu SMP Thu Apr 20 09:56:33 UTC 2017, or uname -r which on my system gives 4.4.0-75-generic.
The text was updated successfully, but these errors were encountered:
nuest
changed the title
Add new label "kernel.creator_version"
Add new label "kernel.vendor-version"
May 4, 2017
One thing that differs between containerized apps is the host kernel. Would you consider it worthwhile to track this by adding a label
org.label-schema.kernel.vendor-version
?It would include information about the kernel version which the vendor used when creating/testing the image, for informative reason. This might only be relevant in the long run, naturally, as breaking changes in kernels are rare.
A potential content would be the output of
cat /proc/version
such asLinux version 4.4.0-75-generic (buildd@lgw01-21) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #96-Ubuntu SMP Thu Apr 20 09:56:33 UTC 2017
, oruname -r
which on my system gives4.4.0-75-generic
.The text was updated successfully, but these errors were encountered: