| My FreeNAS 11.3.U1 server hosts a FreeNAS 10 based jail that runs a git server. The platformlabeler on that jail reports 11.3 (the kernel version) instead of 10 (the version of the operating system environment). It should report the version of utilities in the jail, not the version of the FreeBSD kernel that is hosting the jail. The platformlabeler should report the version of the utilities in the jail (FreeNAS 10 in this case) to be consistent with Docker containers. In a Docker container, the operating system is reported based on the utilities running the operating system (/etc/os-release), not based on the operating system hosting the container. |