Peter Kehl admin
  • Joined on 2025-11-22

exlega-msgconvert (latest)

Published 2026-05-27 00:22:11 +02:00 by admin

Installation

docker pull registry.exlega.de/admin/exlega-msgconvert:latest
sha256:47e844d4a90ac69659156b095a34b925937bc044d84bdc9d5f4a2bfcc3b6ee14

Images

Digest OS / Arch Size
57a3daf5f0 linux/amd64 54 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libemail-outlook-message-perl libemail-address-perl libemail-mime-perl libemail-simple-perl libhtml-parser-perl libio-string-perl libole-storage-lite-perl python3 ca-certificates && rm -rf /var/lib/apt/lists/* && msgconvert --help 2>&1 | head -1 # buildkit
COPY server.py /usr/local/bin/msgconvert-server.py # buildkit
RUN /bin/sh -c chmod 0755 /usr/local/bin/msgconvert-server.py # buildkit
EXPOSE [5000/tcp]
RUN /bin/sh -c useradd -r -u 1001 -m -s /bin/sh msgsvc # buildkit
USER msgsvc
WORKDIR /tmp
CMD ["python3" "/usr/local/bin/msgconvert-server.py"]

Labels

Key Value
com.docker.compose.project 5
com.docker.compose.service msgconvert
com.docker.compose.version 5.1.1
Details
Container
2026-05-27 00:22:11 +02:00
0
OCI / Docker
Versions (1) View all
latest 2026-05-27