matthias
  • Joined on 2019-07-26

pandoc-extra (1.1.2)

Published 2023-04-20 04:58:50 +00:00 by matthias

Installation

docker pull gitea.pb42.de/matthias/pandoc-extra:1.1.2
sha256:6a2aa2ce3bd97d69f9614c7761d435b321f132ff504f59008081211656828aa2

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:c8ef6447752cab2541ffca9e3cfa27d581f3491bc8f356f6eafd951243609341 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-04-16T11:36:26Z
LABEL org.opencontainers.image.revision=9c3316fb6ffc360ed3a5b7d310a3033139a5b800
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-04-16T11:38:24Z
LABEL org.opencontainers.image.revision=9c3316fb6ffc360ed3a5b7d310a3033139a5b800
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-04-16T11:50:13Z
LABEL org.opencontainers.image.revision=38e7b7521827ccc1c137fbebbb4d5fa996a4fea7
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-04-16T12:23:19Z
LABEL org.opencontainers.image.revision=38e7b7521827ccc1c137fbebbb4d5fa996a4fea7
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 echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections
/bin/sh -c apt-get update && apt-get install ttf-mscorefonts-installer -y && apt-get --purge remove -y .\*-doc$ && apt-get clean -y && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
/bin/sh -c mkdir /root/.pandoc
COPY dir:3bee954931cd48307f4f3077e3026904b98ce84c7a74803266d0fe2497f5d867 in /root/.pandoc
/bin/sh -c chmod a+w /data
/bin/sh -c chmod a+r /data
/bin/sh -c chmod a+x /data
ENV HOME=/root/
ENV TERM=xterm
ENTRYPOINT ["pandoc"]
LABEL org.opencontainers.image.created=2023-04-20T04:42:07Z
LABEL org.opencontainers.image.revision=0890842337e036e1106601e3013defcbc94ca0be
LABEL org.opencontainers.image.source=https://gitea.pb42.de/matthias/pandoc.git
LABEL org.opencontainers.image.url=https://gitea.pb42.de/matthias/pandoc

Labels

Key Value
org.opencontainers.image.created 2023-04-20T04:42:07Z
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 0890842337e036e1106601e3013defcbc94ca0be
org.opencontainers.image.source https://gitea.pb42.de/matthias/pandoc.git
org.opencontainers.image.url https://gitea.pb42.de/matthias/pandoc
org.opencontainers.image.version 22.04
Details
Container
2023-04-20 04:58:50 +00:00
0
OCI / Docker
linux/amd64
2.1 GiB
Versions (18) View all
untagged 2023-04-20
2023 2023-04-20
1.1.3 2023-04-20
latest 2023-04-20
1.1.2 2023-04-20