Skip to content

abatalev/dockerimages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title author
Docker Images
Andrey Batalev

Docker Images

  • for launch java applications

    • openjdk (ghcr.io/abatalev/openjdk)
    • liberica (ghcr.io/abatalev/liberica)
  • for transforming markdown

    • pandoc (ghcr.io/abatalev/pandoc)
    • pandoc-pdf (ghcr.io/abatalev/pandoc-pdf)

Example of Pandoc-pdf

docker run --rm -v "$(pwd):/work" \
    -w /work \
    ghcr.io/abatalev/pandoc-pdf:3.6.2 \
    md2pdf.sh readme.md readme.pdf

TO DO

  • Use axiom jdk?
  • The list of installed software components and their licenses can be retrieved by executing the apk list -I command in the regular image, or grep -E '^[PVL]:' /var/lib/apk/db/installed in the slim image.

Java Runtimes

  • Bellsoft Libarica Alpine - ok
  • Liberica-runtime-container (Alpaquita) - error (load packages permission denied)

See also

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages