mirror of
https://github.com/penpot/penpot.git
synced 2026-09-20 10:56:15 +00:00
Migrate docker/images/Dockerfile.media-processor from ubuntu:26.04 to dhi.io/node (Debian 13/trixie), which also drops the manual Node tarball download since the base image ships it. The -dev tag stays as the final image: fontforge, woff2 and the graphics libraries are needed at runtime. scripts/build now assembles the release bundle under target/ (dist/ plus the manifests and a generated setup script), the way the other modules do, since esbuild leaves the runtime dependencies external. manage.sh gains build-media-processor-bundle and build-media-processor-docker-image, both wired into build-bundle and build-docker-images. The CI workflows are intentionally left untouched: the module is still work in progress and its images are not published yet, so this only enables local builds." Signed-off-by: David Barragán Merino <david.barragan@kaleidos.net>