Skip to content

Commit

Permalink
Update to ubi8 latest and latest pandoc (#542)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
buuhsmead and hdaems authored Dec 2, 2021
1 parent 91b097f commit 2c37c9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions utilities/ubi8-asciidoctor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG asciidoctor_mathematical_version=0.3.5
ARG asciidoctor_revealjs_version=4.1.0
ARG kramdown_asciidoc_version=2.0.0
ARG asciidoctor_bibtex_version=0.8.0
ARG pandoc_version=2.14.2
ARG pandoc_version=2.16.2


ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \
Expand All @@ -27,17 +27,17 @@ ENV ASCIIDOCTOR_VERSION=${asciidoctor_version} \

USER root

# Installing Ruby Gems needed in the image
# including asciidoctor itself

RUN dnf install -y \
python3-devel \
git \
ruby \
make \
gcc \
redhat-rpm-config \
ruby-devel \
zlib-devel \
libjpeg-turbo-devel \
java-11-openjdk-headless \
fontconfig \
&& gem install --no-document \
"asciidoctor:${ASCIIDOCTOR_VERSION}" \
"asciidoctor-confluence:${ASCIIDOCTOR_CONFLUENCE_VERSION}" \
Expand Down Expand Up @@ -82,3 +82,4 @@ RUN pip3 install --no-cache-dir \
USER 1001

CMD ["/bin/bash"]

2 changes: 1 addition & 1 deletion utilities/ubi8-asciidoctor/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"v1.8"}
{"version":"v1.10"}

0 comments on commit 2c37c9c

Please sign in to comment.