/alpine-opencv-microimage

A microimage with python 2.7 and openCV based on Alpine Linux

GNU General Public License v3.0GPL-3.0

Docker Stars Docker Pulls Docker Automated buil

alpine-opencv-microimage

A microimage with python and openCV based on Alpine Linux The default python version is 3 The default openCV version is 3.1

con be found on docker hub

Installation

docker pull julianbei/alpine-opencv-microimage:latest

Or as a base Image:

FROM julianbei/alpine-opencv-microimage:latest

base:

Images available

tags

Tag Python Version OpenCV Version Build Tag
latest 3 3.1
p2-3.1 2 3.1
p3-3.1 3 3.1

Latest

This image contains python3 and openCV 3.1

FROM julianbei/alpine-opencv-microimage:latest

Python 2 Image

openCV 3.1

FROM julianbei/alpine-opencv-microimage:p2-3.1

Python 3 Image

openCV 3.1

FROM julianbei/alpine-opencv-microimage:p3-3.1