Skip to content
New issue

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

[BUG] Blender version mismatch in arm64 images #14

Open
1 task done
Miner34dev opened this issue Nov 15, 2024 · 3 comments
Open
1 task done

[BUG] Blender version mismatch in arm64 images #14

Miner34dev opened this issue Nov 15, 2024 · 3 comments

Comments

@Miner34dev
Copy link

Miner34dev commented Nov 15, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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

- OS: Arch Linux Arm
- How docker service was installed: distro's package manager

CPU architecture

arm64

Docker creation

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
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@j0nnymoe
Copy link
Member

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.

@aptalca
Copy link
Member

aptalca commented Nov 15, 2024

The readme had this blurb but it got lost in the latest templating effort
5b1234f#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L90

@Miner34dev Miner34dev changed the title [BUG] Blender version mismatch [BUG] Blender version mismatch in arm64 images Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

3 participants