Skip to content

Commit 2c37c9c

Browse files
buuhsmeadhdaems
andauthored
Update to ubi8 latest and latest pandoc (#542)
* upstream (asciidoctor) also removed kindlegen * new version, from 1.1 into 1.2 * Update to latest versions and made nwdiag pdf aware * Dockerfile L 46 and 47 spaces. * Dockerfile L 46 spaces. * Update versions of asciidoctor dependencies * Removed non used TODO items * Update to latest asciidoctor * Update to latest asciidoctor * Formatting and python3-devel * asciidoctor 2.0.16 * Update version.json * Update latest ubi8 and pandoc Co-authored-by: Huub Daems <hdaems@redhat.com>
1 parent 91b097f commit 2c37c9c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

utilities/ubi8-asciidoctor/Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG asciidoctor_mathematical_version=0.3.5
1111
ARG asciidoctor_revealjs_version=4.1.0
1212
ARG kramdown_asciidoc_version=2.0.0
1313
ARG asciidoctor_bibtex_version=0.8.0
14-
ARG pandoc_version=2.14.2
14+
ARG pandoc_version=2.16.2
1515

1616

1717
ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \
@@ -27,17 +27,17 @@ ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \
2727

2828
USER root
2929

30-
# Installing Ruby Gems needed in the image
31-
# including asciidoctor itself
32-
3330
RUN dnf install -y \
3431
python3-devel \
3532
git \
36-
ruby \
3733
make \
3834
gcc \
3935
redhat-rpm-config \
4036
ruby-devel \
37+
zlib-devel \
38+
libjpeg-turbo-devel \
39+
java-11-openjdk-headless \
40+
fontconfig \
4141
&& gem install --no-document \
4242
"asciidoctor:${ASCIIDOCTOR_VERSION}" \
4343
"asciidoctor-confluence:${ASCIIDOCTOR_CONFLUENCE_VERSION}" \
@@ -82,3 +82,4 @@ RUN pip3 install --no-cache-dir \
8282
USER 1001
8383

8484
CMD ["/bin/bash"]
85+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"v1.8"}
1+
{"version":"v1.10"}

0 commit comments

Comments
 (0)