Sign inSign up

muenchhausen/docker-asciidoctor-openjdk-node

By muenchhausen

Updated about 8 years ago

A combined Docker image that includes Asciidoctor, OpenJDK and Node.js.

Image
0

382

muenchhausen/docker-asciidoctor-openjdk-node repository overview

== docker-asciidoctor-openjdk-node Build Status

CAUTION: This project is in development and not usable yet!

A combined Docker image that includes Asciidoctor, OpenJDK and Node.js.

The motivation for the image: I need a well tested build image, that is able to

  • build applications with Gradle
  • generates AsciiDoc including PlantUML diagrams
  • can also handle Node.js applications with com.moowork.node Gradle plugin

Not all Asciidoctor Gradle dependencies work together. Node.js within Gradle is sometimes tricky. Node.js based on simple Alpine Docker needs some adaptions. A working combination can be found in the test folder.

To speed up the build here Docker image caching mechanisms are used. Instead of calling

./gradlew asciidoctor

all commands are called within a Dockerfile during a docker build.

References:

Tag summary

Content type

Image

Digest

Size

252.8 MB

Last updated

about 8 years ago

docker pull muenchhausen/docker-asciidoctor-openjdk-node