https://github.com/aadl/docker-cups-alpine
Alpine docker image with cups and cups-pdf
https://github.com/aadl/docker-cups-alpine
cups cups-pdf docker
Last synced: about 1 year ago
JSON representation
Alpine docker image with cups and cups-pdf
- Host: GitHub
- URL: https://github.com/aadl/docker-cups-alpine
- Owner: aadl
- Created: 2016-12-29T17:42:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T22:16:49.000Z (over 7 years ago)
- Last Synced: 2024-03-25T22:48:45.582Z (about 2 years ago)
- Topics: cups, cups-pdf, docker
- Language: Shell
- Size: 20.5 KB
- Stars: 6
- Watchers: 8
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://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
```bash
docker run -e CUPS_USER_ADMIN=admin -e CUPS_USER_PASSWORD=secr3t -p 6631:631/tcp aadl/cups-alpine
```