Commit edbbca0
committed
Fix GitHub Actions workflow: Update to use existing Docker images
Problem:
- Workflow was failing because nytimes/blender Docker images don't exist for versions 4.2 and 5.0
- Error: 'manifest for nytimes/blender:5.0-cpu-ubuntu22.04 not found'
- nytimes/blender repository only has images up to version 3.3.1
Solution:
- Updated all jobs to use blenderkit/headless-blender images
- Blender 5.0: nytimes/blender:5.0-cpu-ubuntu22.04 → blenderkit/headless-blender:blender-5.0
- Blender 4.2: nytimes/blender:4.2-cpu-ubuntu22.04 → blenderkit/headless-blender:blender-4.2
BlenderKit headless-blender images:
- Actively maintained with versions 2.93 through 5.1
- Designed for headless CI/CD workflows
- Available at: https://hub.docker.com/r/blenderkit/headless-blender
- Source: https://github.com/BlenderKit/headless-blender-container
All three workflow jobs updated:
- test-blender-5 (Test with Blender 5.0)
- test-blender-4 (Test with Blender 4.2 LTS)
- quick-check (Quick smoke test)1 parent c663d6d commit edbbca0
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments