opencv:4.2.0 openjdk:8-jdk-alpine
The Docker image is based on the latest Alpine Linux for a minimum size image. It uses Alpine packages from testing and community repos.
The OpenCV lib is compiled from source and contains no contrib modules.
https://github.com/opencv/opencv/releases
Older versions can be found under different tags.
Use like you would any other base image:
FROM deemocat/alpine-opencv-java:latest
ENTRYPOINT ["/bin/sh"]
To get the image use sudo docker pull deemocat/alpine-opencv-java:latest
Licensed under MIT license, see LICENSE file.