We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Blender version is 4.0.2 even though i downloaded the 4.2.3-ls138 image (which is supposed to contain Blender 4.2.3 i guess).
The Blender version should be the one the tag says.
Just go to localhost:3000 and in the bottom right corner of the Blender window you will see the version isn't the correct one.
- OS: Arch Linux Arm - How docker service was installed: distro's package manager
arm64
services: blender: image: lscr.io/linuxserver/blender:4.2.3-ls138 container_name: blender environment: - PUID=1000 - PGID=1000 volumes: - ./config:/config ports: - 3002:3000 - 3003:3001 restart: no
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Sorry, something went wrong.
Looks like the arm build is on an older version compared to the amd64 build (looking at our smoke test: https://ci-tests.linuxserver.io/linuxserver/blender/4.2.3-ls138/index.html) . Will need to look into the Repo that's used for the arm build.
The readme had this blurb but it got lost in the latest templating effort 5b1234f#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L90
No branches or pull requests
Is there an existing issue for this?
Current Behavior
The Blender version is 4.0.2 even though i downloaded the 4.2.3-ls138 image (which is supposed to contain Blender 4.2.3 i guess).
Expected Behavior
The Blender version should be the one the tag says.
Steps To Reproduce
Just go to localhost:3000 and in the bottom right corner of the Blender window you will see the version isn't the correct one.
Environment
CPU architecture
arm64
Docker creation
The text was updated successfully, but these errors were encountered: