Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 705 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 705 Bytes

Supported tags

This repository uses packer to generate the docker images for various cups versions.

All versions are currently built and shipped with the latest Alpine base layer which right now is 3.8

  • 2.2.8
  • 2.2.9
  • 2.2.10 (latest)

What is CUPS?

CUPS is an open source printing system that supports IPP along with other protocols. More information can be found at cups.org

About this image

This image is based off Alpine linux to keep the size small.

There is a custom cups-pdf package version 2.6.1 in the image from our S3 repo.

Running this image

docker run -e CUPS_USER_ADMIN=admin -e CUPS_USER_PASSWORD=secr3t -p 6631:631/tcp aadl/cups-alpine