LibreSHOP

A comprehensive Docker-based e-commerce solution with multiple microservices

pdf (sha256:a0e11881afe9732e99a18b12d9df7e586b1eef2d5ec6f29049e5c8dd7b46176a)

Published 2026-04-30 12:32:26 +02:00 by libretech-bot

Installation

docker pull git.dailysh.it/libreshop/pdf@sha256:a0e11881afe9732e99a18b12d9df7e586b1eef2d5ec6f29049e5c8dd7b46176a
sha256:a0e11881afe9732e99a18b12d9df7e586b1eef2d5ec6f29049e5c8dd7b46176a

Image Layers

ADD file:ac5fb7eb0d68040d948989f0a50914d0d4a6b631cfe76b508eecd82eb7d46953 in /
CMD ["/bin/sh"]
ARG pandoc_version=edge
ARG lua_version=5.4
LABEL maintainer=Albert Krewinkel <albert+pandoc@zeitkraut.de>
LABEL org.pandoc.maintainer=Albert Krewinkel <albert+pandoc@zeitkraut.de>
LABEL org.pandoc.author=John MacFarlane
LABEL org.pandoc.version=3.1.1
WORKDIR /data
ENTRYPOINT ["/usr/local/bin/pandoc"]
COPY file:7f3c4f20ece18d5f3ae769decd9cee392d21f1fd3cfc4f4b7d0c974f893a4d38 in /usr/local/bin/
|2 lua_version=5.4 pandoc_version=3.1.1 /bin/sh -c apk --no-cache add gmp libffi lua$lua_version lua$lua_version-lpeg
COPY file:5ca8cd1c206ec9e63e04f7c4e208f078d4794f344fec9ec685b46f17ce5395b4 in /usr/local/bin/
/bin/sh -c apk --no-cache add librsvg
/bin/sh -c apk --no-cache add fontconfig freetype gnupg gzip perl tar wget xz
ARG texlive_bin=/opt/texlive/texdir/bin
|1 texlive_bin=/opt/texlive/texdir/bin /bin/sh -c TEXLIVE_ARCH="$(uname -m)-linuxmusl" && mkdir -p ${texlive_bin} && ln -sf "${texlive_bin}/${TEXLIVE_ARCH}" "${texlive_bin}/default"
ENV PATH=/opt/texlive/texdir/bin/default:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
WORKDIR /root
COPY file:0d3e262d6820b0f30339a0cbca7ddacd8693aaf528cd952ac6bde16daa6a4890 in /root/texlive.profile
COPY file:7a137f39bf481f7cc50b784999357441c5372588801d33e6b6b9c3fe9b1dad92 in /root/install-texlive.sh
COPY file:1e0e893adccc3cbb25069232a49535ce03c2342757982ea4d4f1331744f61c11 in /root/packages.txt
ARG texlive_version=
|2 texlive_bin=/opt/texlive/texdir/bin texlive_version=2022 /bin/sh -c echo "binary_x86_64-linuxmusl 1" >> /root/texlive.profile && /root/install-texlive.sh $texlive_version && sed -e 's/ *#.*$//' -e '/^ *$/d' /root/packages.txt | xargs tlmgr install && rm -f /root/texlive.profile /root/install-texlive.sh /root/packages.txt && TERM=dumb luaotfload-tool --update && chmod -R o+w /opt/texlive/texdir/texmf-var
WORKDIR /data
ARG texlive=2022
|1 texlive=2022 /bin/sh -c tlmgr option repository ftp://tug.org/historic/systems/texlive/$texlive/tlnet-final
RUN /bin/sh -c tlmgr list # buildkit
RUN /bin/sh -c tlmgr update --self && tlmgr install merriweather fontaxes mweights mdframed needspace sourcesanspro sourcecodepro titling ly1 pagecolor adjustbox collectbox titlesec fvextra pdftexcmds footnotebackref zref fontawesome5 footmisc sectsty koma-script lineno awesomebox background everypage xurl epstopdf hardwrap catchfile ctex # buildkit
RUN /bin/sh -c apk add --update ttf-dejavu font-isas-misc ttf-droid ttf-droid-nonlatin fontconfig && rm -rf /var/cache/apk/* # buildkit
RUN /bin/sh -c apk add --no-cache --update make python3 py-pip fontconfig ttf-freefont font-noto # buildkit
WORKDIR /app
RUN /bin/sh -c tlmgr update --self # buildkit
RUN /bin/sh -c tlmgr install ragged2e xltxtra realscripts wallpaper eso-pic titlesec arydshln spreadtab enumitem xstring # buildkit
COPY ./requirements.txt /app/requirements.txt # buildkit
RUN /bin/sh -c pip install -r requirements.txt # buildkit
COPY ./data /app/data # buildkit
COPY ./src /app/src # buildkit
COPY ./makefile /app/makefile # buildkit
COPY ./docker-entrypoint.sh /app/docker-entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /app/docker-entrypoint.sh # buildkit
ENTRYPOINT ["/app/docker-entrypoint.sh"]
EXPOSE [1111/tcp]

Labels

Key Value
maintainer Albert Krewinkel <albert+pandoc@zeitkraut.de>
org.pandoc.author John MacFarlane
org.pandoc.maintainer Albert Krewinkel <albert+pandoc@zeitkraut.de>
org.pandoc.version 3.1.1
Details
Container
2026-04-30 12:32:26 +02:00
0
OCI / Docker
linux/amd64
430 MiB
Versions (8) View all
sha-a3b0322 2026-05-04
main 2026-05-04
sha-3b970ad 2026-04-30
sha-c8eb7d2 2026-04-29
sha-c26059c 2026-04-29