From 635c77a9439d5a0ac5e0e3022f8e6f54952dcd5a Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 6 May 2022 10:48:11 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-blender.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/docker-blender.md b/images/docker-blender.md index 441306a81..71ddab9ff 100755 --- a/images/docker-blender.md +++ b/images/docker-blender.md @@ -67,6 +67,8 @@ We automatically add the necessary environment variable that will utilise all th Arm devices can run this image, but generally should not mount in /dev/dri. The OpenGL ES version is not high enough to run Blender. The program can run on these platforms though, leveraging CPU LLVMPipe rendering. +Due to lack of arm32/64 binaries from the upstream project, our arm32/64 images install the latest version from the ubuntu repo, which is usually behind and thus the version the image is tagged with does not match the version contained. + #### Keyboard Layouts This should match the layout on the computer you are accessing the container from. @@ -220,4 +222,5 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **06.05.22:** - Use the full semver version in image tags. Arm32/64 version tags are inaccurate due to installing from ubuntu repo, which is usually behind. * **12.03.22:** - Initial Release.