asciidoctor / kramdown-asciidoc

A kramdown extension for converting Markdown documents to AsciiDoc.
Other
207 stars 19 forks source link

Add Dockerfile #75

Closed mavogel closed 4 years ago

mavogel commented 4 years ago

Add your bundle/binary to a Dockerfile and release it to Dockerhub. I'd love to integrate and use it in my CI pipelines.

Is it planned? If not I'd contribute

mojavelinux commented 4 years ago

Docker containers are handled by https://github.com/asciidoctor/docker-asciidoctor.

mavogel commented 4 years ago

Thanks for the hint! As it is not in in the $PATH

docker run -it asciidoctor/docker-asciidoctor
bash-5.0# which kramdoc
which: no kramdoc in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)

I assume I'd rather contribute it to the repository you mentioned right?

mojavelinux commented 4 years ago

That's correct.

ehmkah commented 4 years ago

@mavogel - think this issue could be close because there is a PR https://github.com/asciidoctor/docker-asciidoctor/pull/120 which has been merge and which includes kramdown.

mavogel commented 4 years ago

Awesome @ehmkah :) thanks for the heads-up. I'll close this one here.