matthias
  • Joined on 2019-07-26

latex-online (450b9c98)

Published 2022-12-21 09:14:38 +00:00 by matthias

Installation

docker pull gitea.pb42.de/matthias/latex-online:450b9c98
sha256:83cc65bab717958a9ad5c628e7e574b7f6595a976b5a7d367bfb6649e773ee76

Image Layers

ADD file:481dd2da6de71525248eba186feeeafcc73cc956ade0a196a4e8b0c2424e74b9 in /
CMD ["bash"]
ARG USER_NAME=latex
ARG USER_HOME=/home/latex
ARG USER_ID=1000
ARG USER_GECOS=LaTeX
|4 USER_GECOS=LaTeX USER_HOME=/home/latex USER_ID=1000 USER_NAME=latex /bin/sh -c adduser --home "$USER_HOME" --uid $USER_ID --gecos "$USER_GECOS" --disabled-password "$USER_NAME"
ARG WGET=wget
ARG GIT=git
ARG MAKE=make
ARG PANDOC=pandoc
ARG PCITEPROC=pandoc-citeproc
ARG PYGMENTS=python3-pygments
ARG FIG2DEV=fig2dev
|11 FIG2DEV=fig2dev GIT=git MAKE=make PANDOC=pandoc PCITEPROC=pandoc-citeproc PYGMENTS=python3-pygments USER_GECOS=LaTeX USER_HOME=/home/latex USER_ID=1000 USER_NAME=latex WGET=wget /bin/sh -c apt-get update -q && apt-get install -qy "$WGET" "$GIT" "$MAKE" "$PANDOC" "$PCITEPROC" "$FIG2DEV" "$PYGMENTS" && apt-get --purge remove -y .\*-doc$ && apt-get clean -y && apt-get autoremove && rm -rf /var/lib/apt/lists/*
|11 FIG2DEV=fig2dev GIT=git MAKE=make PANDOC=pandoc PCITEPROC=pandoc-citeproc PYGMENTS=python3-pygments USER_GECOS=LaTeX USER_HOME=/home/latex USER_ID=1000 USER_NAME=latex WGET=wget /bin/sh -c wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz; mkdir /install-tl-unx; tar -xf install-tl-unx.tar.gz -C /install-tl-unx --strip-components=1;
COPY file:e912672227d9b37ce014dc5f970eac82cc4de6117ac5ab14061d52343b669109 in /install-tl-unx/
|11 FIG2DEV=fig2dev GIT=git MAKE=make PANDOC=pandoc PCITEPROC=pandoc-citeproc PYGMENTS=python3-pygments USER_GECOS=LaTeX USER_HOME=/home/latex USER_ID=1000 USER_NAME=latex WGET=wget /bin/sh -c /install-tl-unx/install-tl -profile /install-tl-unx/texlive.profile; rm -r /install-tl-unx; rm install-tl-unx.tar.gz
ENV PATH=/usr/local/texlive/2022/bin/x86_64-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV HOME=/data
WORKDIR /data
VOLUME [/data]
LABEL org.opencontainers.image.created=2022-12-21T08:26:07Z
LABEL org.opencontainers.image.revision=7bb157b7b12bc7bb25381eeecf9ac697623c9b13
LABEL org.opencontainers.image.source=https://gitea.pb42.de/matthias/texlive.git
LABEL org.opencontainers.image.url=https://gitea.pb42.de/matthias/texlive
WORKDIR /data
/bin/sh -c tlmgr update --self; tlmgr install latexmk lipsum background everypage siunitx titlesec; tlmgr update --all
VOLUME [/data]
LABEL org.opencontainers.image.created=2022-12-21T08:33:04Z
LABEL org.opencontainers.image.revision=7bb157b7b12bc7bb25381eeecf9ac697623c9b13
LABEL org.opencontainers.image.source=https://gitea.pb42.de/matthias/texlive.git
LABEL org.opencontainers.image.url=https://gitea.pb42.de/matthias/texlive
MAINTAINER Matthis Bilger matthias@bilgere.info
/bin/sh -c apt-get clean && apt-get update && apt-get install -y git-core nodejs npm && rm -rf /var/lib/apt/lists/*
WORKDIR /var/www
COPY dir:6afd032e962c993783e7957ee151d468ad5e76b883419ebc67755636d60dd28b in ./
/bin/sh -c npm install . && npm install -g forever
EXPOSE 2700
CMD ["./util/docker-entrypoint.sh"]
LABEL org.opencontainers.image.created=2022-12-21T09:05:19Z
LABEL org.opencontainers.image.revision=450b9c980239bad1286749a3d15e1ef77bf9ad50
LABEL org.opencontainers.image.source=https://gitea.pb42.de/matthias/latex-online.git
LABEL org.opencontainers.image.url=https://gitea.pb42.de/matthias/latex-online

Labels

Key Value
org.opencontainers.image.created 2022-12-21T09:05:19Z
org.opencontainers.image.revision 450b9c980239bad1286749a3d15e1ef77bf9ad50
org.opencontainers.image.source https://gitea.pb42.de/matthias/latex-online.git
org.opencontainers.image.url https://gitea.pb42.de/matthias/latex-online
Details
Container
2022-12-21 09:14:38 +00:00
0
OCI / Docker
linux/amd64
810 MiB
Versions (11) View all
latest 2022-12-21
12792092 2022-12-21
4a219976 2022-12-21
10f7db2d 2022-12-21
15305805 2022-12-21