riedde / docker-prince

Prince Dockerfiles

Home Page:https://hub.docker.com/repository/docker/yeslogic/prince

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-prince

Dockerfiles for building Docker images with Prince installed.

Using

Images are available with the following tags (multiple tags on the same line indicate the same image):

  • yeslogic/prince:latest yeslogic/prince:14.3 yeslogic/prince:14.3-debian-10-slim
  • yeslogic/prince:14.3-debian-9-slim
  • yeslogic/prince:14.3-debian-8-slim
  • yeslogic/prince:14.3-debian-10
  • yeslogic/prince:14.3-debian-9
  • yeslogic/prince:14.3-debian-8

Example:

docker run --rm -it -v $(pwd):/out yeslogic/prince:14.3 https://example.com/ -o /out/example.pdf

Building

Build all:

make

Build a specific image:

make debian-10

Available targets:

  • debian-8
  • debian-9
  • debian-10
  • debian-8-slim
  • debian-9-slim
  • debian-10-slim

Publishing

Push images to Docker Hub:

make dockerhub

Then update the README on Docker Hub.

About

Prince Dockerfiles

https://hub.docker.com/repository/docker/yeslogic/prince

License:MIT License


Languages

Language:Makefile 50.5%Language:Dockerfile 49.5%