matthias
  • Joined on 2019-07-26

pandoc-api (6647e2d5)

Published 2023-08-14 11:37:40 +00:00 by matthias

Installation

docker pull gitea.pb42.de/matthias/pandoc-api:6647e2d5
sha256:9148f5c20488564afd6d61972d206c64ddc130fd8a6df6b3e2ba88ae5c66f001

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:2fd2684e989d275c95e18b6f6e9ccf57ca1382ecd8faf4a66961ede28102dedf in /
CMD ["/bin/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" locales curl && 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 sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
|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:d47d8c5c1d835f6a03ce3c4d94c660a7b5fdb83784f5d5db91e4e3e3844bc009 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/2023/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=2023-06-04T13:24:34Z
LABEL org.opencontainers.image.revision=5b8a8f7e4ec399b97303c09dfdb854bcf4e1b9ab
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 background everypage latexmk lipsum siunitx titlesec apa7 ; tlmgr update --all
VOLUME [/data]
LABEL org.opencontainers.image.created=2023-06-04T13:27:04Z
LABEL org.opencontainers.image.revision=5b8a8f7e4ec399b97303c09dfdb854bcf4e1b9ab
LABEL org.opencontainers.image.source=https://gitea.pb42.de/matthias/texlive.git
LABEL org.opencontainers.image.url=https://gitea.pb42.de/matthias/texlive
/bin/sh -c tlmgr --repo ftp://tug.org/texlive/tlverpkg update --self; tlmgr update --self --all; tlmgr install scheme-full
LABEL org.opencontainers.image.created=2023-06-04T19:53:25Z
LABEL org.opencontainers.image.revision=48cc2bff82edf5ae31c56f82f549e14d25b78f2c
LABEL org.opencontainers.image.source=https://gitea.pb42.de/matthias/texlive.git
LABEL org.opencontainers.image.url=https://gitea.pb42.de/matthias/texlive
ENV PANDOC_VERSION=3.1.2
/bin/sh -c curl -SLO "https://github.com/jgm/pandoc/releases/download/$PANDOC_VERSION/pandoc-$PANDOC_VERSION-1-amd64.deb" && dpkg -i pandoc-$PANDOC_VERSION-1-amd64.deb && rm pandoc-$PANDOC_VERSION-1-amd64.deb
LABEL org.opencontainers.image.created=2023-06-04T20:22:39Z
LABEL org.opencontainers.image.revision=48cc2bff82edf5ae31c56f82f549e14d25b78f2c
LABEL org.opencontainers.image.source=https://gitea.pb42.de/matthias/texlive.git
LABEL org.opencontainers.image.url=https://gitea.pb42.de/matthias/texlive
/bin/sh -c apt update && apt -y --no-install-recommends install python3 python3-venv python3-pip && rm -rf /var/cache/apt/*
ENV NVM_DIR=/nvm
/bin/sh -c mkdir /nvm && curl -JLo install.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh && bash install.sh && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && nvm install v20.5.1
/bin/sh -c mkdir /app
COPY file:5720d31b17c5c21fae92496f67d9e0e554011ae0b076458eb94334538df0cf4c in /app
/bin/sh -c pip install -r /app/requirements.txt
COPY multi:642ce4456997ab20a63638a1fb508062b48c3fdc07e880f98cbc31e3dbd64eab in /app/
WORKDIR /app
CMD ["/bin/sh" "-c" "reflex run --env prod"]
LABEL org.opencontainers.image.created=2023-08-14T11:24:15Z
LABEL org.opencontainers.image.revision=6647e2d5ad50226e17684f138bd016e4d9ec10a4
LABEL org.opencontainers.image.source=https://gitea.pb42.de/matthias/pandoc-api.git
LABEL org.opencontainers.image.url=https://gitea.pb42.de/matthias/pandoc-api

Labels

Key Value
org.opencontainers.image.created 2023-08-14T11:24:15Z
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 6647e2d5ad50226e17684f138bd016e4d9ec10a4
org.opencontainers.image.source https://gitea.pb42.de/matthias/pandoc-api.git
org.opencontainers.image.url https://gitea.pb42.de/matthias/pandoc-api
org.opencontainers.image.version 22.04
Details
Container
2023-08-14 11:37:40 +00:00
0
OCI / Docker
linux/amd64
2.2 GiB
Versions (3) View all
latest 2023-08-14
6647e2d5 2023-08-14
63132a31 2023-08-14