Skip to content

Commit 1cb0146

Browse files
committed
Use Eisvogel 3.3.0 in pandoc 3.8.3 images
1 parent 5183ab0 commit 1cb0146

File tree

5 files changed

+11
-24
lines changed

5 files changed

+11
-24
lines changed

3.8.3/alpine/extra/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ RUN mkdir -p ${PANDOC_TEMPLATES_DIR}
8383
# eisvogel
8484
ARG EISVOGEL_REPO=https://github.com/Wandmalfarbe/pandoc-latex-template/releases/download
8585
ARG EISVOGEL_VERSION=3.2.0
86-
RUN wget -qO- ${EISVOGEL_REPO}/v3.2.0/Eisvogel.tar.gz \
86+
RUN wget -qO- ${EISVOGEL_REPO}/v3.3.0/Eisvogel.tar.gz \
8787
| tar xz \
8888
--strip-components=1 \
8989
--one-top-level=${PANDOC_TEMPLATES_DIR} \
90-
Eisvogel-3.2.0/eisvogel.latex \
91-
Eisvogel-3.2.0/eisvogel.beamer
90+
Eisvogel-3.3.0/eisvogel.latex \
91+
Eisvogel-3.3.0/eisvogel.beamer
9292

9393
# Lua Filters
9494
ARG LUA_FILTERS_REPO=https://github.com/pandoc/lua-filters/releases/download

3.8.3/debian/extra/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ RUN mkdir -p ${PANDOC_TEMPLATES_DIR}
8484

8585
# eisvogel
8686
ARG EISVOGEL_REPO=https://github.com/Wandmalfarbe/pandoc-latex-template/releases/download
87-
RUN wget -qO- ${EISVOGEL_REPO}/v3.2.0/Eisvogel.tar.gz \
87+
RUN wget -qO- ${EISVOGEL_REPO}/v3.3.0/Eisvogel.tar.gz \
8888
| tar xz \
8989
--strip-components=1 \
9090
--one-top-level=${PANDOC_TEMPLATES_DIR} \
91-
Eisvogel-3.2.0/eisvogel.latex \
92-
Eisvogel-3.2.0/eisvogel.beamer
91+
Eisvogel-3.3.0/eisvogel.latex \
92+
Eisvogel-3.3.0/eisvogel.beamer
9393

9494
# Lua Filters
9595
ARG LUA_FILTERS_REPO=https://github.com/pandoc/lua-filters/releases/download

3.8.3/ubuntu/Dockerfile

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Minimal ###############################################################
23
FROM ubuntu:noble AS minimal
34
LABEL maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
@@ -33,17 +34,3 @@ RUN ln -s /usr/local/bin/pandoc /usr/local/bin/pandoc-lua \
3334
&& rm -rf /var/lib/apt/lists/* \
3435
# Create user data directory
3536
&& mkdir -p "$XDG_DATA_HOME"/pandoc
36-
37-
# Core ##################################################################
38-
FROM minimal AS core
39-
COPY --from=docker.io/pandoc/core:3.8.3-debian \
40-
/usr/local/bin/pandoc-crossref \
41-
/usr/local/bin/
42-
43-
# Additional packages frequently used during conversions
44-
# NOTE: `libsrvg`, pandoc uses `rsvg-convert` for working with svg images.
45-
RUN apt-get -q --no-allow-insecure-repositories update \
46-
&& DEBIAN_FRONTEND=noninteractive \
47-
apt-get install --assume-yes --no-install-recommends \
48-
librsvg2-bin=2.* \
49-
&& rm -rf /var/lib/apt/lists/*

3.8.3/ubuntu/extra/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ RUN mkdir -p ${PANDOC_TEMPLATES_DIR}
8484

8585
# eisvogel
8686
ARG EISVOGEL_REPO=https://github.com/Wandmalfarbe/pandoc-latex-template/releases/download
87-
RUN wget -qO- ${EISVOGEL_REPO}/v3.2.0/Eisvogel.tar.gz \
87+
RUN wget -qO- ${EISVOGEL_REPO}/v3.3.0/Eisvogel.tar.gz \
8888
| tar xz \
8989
--strip-components=1 \
9090
--one-top-level=${PANDOC_TEMPLATES_DIR} \
91-
Eisvogel-3.2.0/eisvogel.latex \
92-
Eisvogel-3.2.0/eisvogel.beamer
91+
Eisvogel-3.3.0/eisvogel.latex \
92+
Eisvogel-3.3.0/eisvogel.beamer
9393

9494
# Lua Filters
9595
ARG LUA_FILTERS_REPO=https://github.com/pandoc/lua-filters/releases/download

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ release:
4444
typst:
4545
typst: '0.14.0'
4646
extra:
47-
eisvogel: '3.2.0'
47+
eisvogel: '3.3.0'
4848
python:
4949
- 'pandoc-codeblock-include==1.1.*'
5050
- 'pandoc-latex-environment==1.2.*'

0 commit comments

Comments
 (0)