This project contains the files needed to build a docker image of the Cantaloupe image server with additional testing and patches
- docker
Run make build
Run make prod
and visit http://localhost:8182/
Run make dev
. This will build from a checkout of cantaloupe, that you can rebuild from and test.
Visit: http://localhost:8182/
Sample images:
- http://localhost:8182/iiif/2/515698v2_fig1.tif/full/full/0/default.jpg
- http://localhost:8182/iiif/2/96357_elife-96357-fig2-figsupp1-v1.tif/full/full/0/default.jpg
- http://localhost:8182/iiif/2/103047_elife-103047-fig1-figsupp2-v1.tif/full/full/0/default.jpg
Sample images rescaled:
- http://localhost:8182/iiif/2/515698v2_fig1.tif/full/200,/0/default.jpg
- http://localhost:8182/iiif/2/96357_elife-96357-fig2-figsupp1-v1.tif/full/200,/0/default.jpg
- http://localhost:8182/iiif/2/103047_elife-103047-fig1-figsupp2-v1.tif/full/200,/0/default.jpg
Merges to master build and publish new images to Github Container Repository at ghcr.io/elifesciences/cantaloupe
They are tagged with TrunkVer, and appended with the cantaloupe server version in the semver build info (after the +)