https://github.com/AcademySoftwareFoundation/aswf-docker is a Linux
implementation of the VFX Platform which provides ready to consumme
Docker images which are used by ASWF projects (and others) to provide
a VFX Platform compliant build / test environment.
With the release of OpenVDB 13.0.0 last week, the 2026 images are now
feature complete.
Full CHANGELOG here:
https://github.com/AcademySoftwareFoundation/aswf-docker/blob/main/CHANGELOG.md
Published images here:
https://hub.docker.com/u/aswf
(note that the ASWF maintains a paid Docker Hub account, so you can
pull these images for your own CI/CD pipelines without throttling).
This set of releases are tagged 2024.5 / 2025.4 / 2026.2
All releases
- Add OpenJPH 0.24.5 package
- OIIO 3.x in 2025/2026 builds against OpenJPH to handle JPEG-2000 j2c
files (#312)
- Add build_XXX.sh in /usr/local and missing env vars to ci-XXX images
to help test images (307)
- Separate ci-imath image include Imath dependencies but not Imath itself (306)
2024.5
- Update OpenEXR 3.2.4 to 3.2.5 to address potential buffer overflow /
use after free issues
2025.4
- Update OpenEXR 3.3.5 to 3.3.6 to address potential buffer overflow /
use after free issues
2026.2
- Update OpenVDB 12.1.1 to 13.0.0. VFX Platform 2026 is now feature complete.
- Update OpenEXR 3.4.2 to 3.4.3 to address potential buffer overflow /
user after free issues
- OpenEXR 3.4.x builds against bundled OpenJPH instead of downloading
and building it by itself (#298)
JF Panisset