2 Commits

Author SHA1 Message Date
e13c10c92e Changed back to alpine base image.
All checks were successful
/ docker_build (push) Successful in 3m14s
/ deploy_helm (push) Successful in 42s
2025-07-08 15:58:22 +02:00
2c1dff6764 Fixed limits.
All checks were successful
/ docker_build (push) Successful in 1m1s
/ deploy_helm (push) Successful in 13s
2025-07-08 15:52:46 +02:00
2 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
FROM ghcr.io/astral-sh/uv:0.7.19 AS uv
FROM python:3.11-bookworm
FROM python:3.11-alpine3.19
RUN apt update && apt install -y \
RUN apk update && apk add --no-cache \
imagemagick \
imagemagick-pdf \
texlive \
texlive-lang-cyrillic \
texlive-extra-utils \
& rm -rf /var/lib/apt/lists/*
texmf-dist-langcyrillic \
texmf-dist-latexextra
ENV UV_COMPILE_BYTECODE=1
ENV UV_LINK_MODE=copy

View File

@ -11,5 +11,5 @@ ingress:
resources:
limits:
cpu: 100m
memory: 60Mi
cpu: 150m
memory: 128Mi