opencast / opencast-docker

Dockerfiles for Opencast
https://quay.io/organization/opencast/
Educational Community License v2.0
41 stars 36 forks source link

Upgrade to Alpine 3.5 and Tesseract data #37

Closed mtneug closed 7 years ago

mtneug commented 7 years ago

With these changes the base image is changed from openjdk:8-jdk-alpine to alpine:3.5. Directly using the Alpine images gives more control what version we are using. Alpine version 3.5 now includes every required package in the default repositories configuration. Loading packages from edge is no longer necessary, which caused trouble between packages as dependencies were not yet available in specific versions. I assume that staying within the 3.5 repositories will be stable. Additionally, the openjdk is rather simple such that it can be included easily.

This PR also updates the Tesseract data repository link.