Add libopenjp2 for JPEG 2000 support
Some checks failed
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/labhelper) (push) Successful in 2m52s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/labhelper-data-loader) (push) Successful in 8s
SonarQube Scan / SonarQube Trigger (push) Failing after 20s

This commit is contained in:
2025-12-28 21:31:50 +01:00
parent ec6070c722
commit e100f954ab
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ FROM python:3.14-slim
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
libjpeg62-turbo \ libjpeg62-turbo \
libopenjp2-7 \
libtiff6 \ libtiff6 \
libwebp7 \ libwebp7 \
zlib1g && \ zlib1g && \

View File

@@ -25,7 +25,7 @@ spec:
mountPath: /data mountPath: /data
containers: containers:
- name: web - name: web
image: git.baumann.gr/adebaumann/labhelper:0.014 image: git.baumann.gr/adebaumann/labhelper:0.015
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8000 - containerPort: 8000