• Joined on 2026-05-28

thesis-review-uno-dev (latest)

Published 2026-06-22 12:08:32 +08:00 by gqt

Installation

docker pull git.gqt.plus/gqt/thesis-review-uno-dev:latest
sha256:c9ef012032d2b8abd46fbde6eb626abcfe2d6058e0c3b948c17893265aff6205

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:46ac5b8ee4c64ad9ebe840abd5619f571a617ac19483764d47d0eeba7907934f in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
ENV PATH=/root/.local/bin:/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV SOFFICE_BIN=/usr/bin/soffice
ENV PYTHONPATH=/workspace/src
ENV UV_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
/bin/sh -c set -eux; find /etc/apt -type f \( -name 'sources.list' -o -name '*.sources' \) -exec sed -i -e 's|http://ports.ubuntu.com/ubuntu-ports|http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports|g' -e 's|http://archive.ubuntu.com/ubuntu|http://mirrors.tuna.tsinghua.edu.cn/ubuntu|g' -e 's|http://security.ubuntu.com/ubuntu|http://mirrors.tuna.tsinghua.edu.cn/ubuntu|g' {} +; printf '%s\n' 'Acquire::Retries "5";' 'Acquire::http::Timeout "30";' 'Acquire::https::Timeout "30";' > /etc/apt/apt.conf.d/80-retries; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl fontconfig fonts-noto-cjk fonts-noto-cjk-extra libreoffice-writer python3 python3-pip python3-uno python3-venv; rm -rf /var/lib/apt/lists/*
/bin/sh -c curl -LsSf https://astral.sh/uv/install.sh | sh
WORKDIR /workspace
COPY multi:9bc9950ff874554d736cbcad0009011c2c8e15194cc012f61d170d6c8698fe18 in ./
/bin/sh -c uv venv --python 3.12 --system-site-packages /opt/venv && UV_PROJECT_ENVIRONMENT=/opt/venv uv sync --extra dev --frozen
CMD ["/opt/venv/bin/python" "-m" "pytest" "-m" "uno" "-v"]

Labels

Key Value
org.opencontainers.image.version 24.04
Details
Container
2026-06-22 12:08:32 +08:00
0
OCI / Docker
linux/amd64
489 MiB
Versions (2) View all