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
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.
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/versionsuch 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 -rwhich on my system gives4.4.0-75-generic.