janza/docker-python3-opencv

Docker Image Name and Tags

Closed this issue · 0 comments

f9n commented

Can we rename the docker image?

If we use this name (jjanzic/python3-opencv) would be more appropriate,
Instead of using this name (jjanzic/docker-python3-opencv).

And also tags.

  • Current Tags
    • opencv-4.0.0
    • contrib-opencv-4.0.0
  • New Tags
    • 4.0.0
    • 4.0.0-contrib

Usage

$ # Current
$ docker container run -it jjanzic/docker-python3-opencv:opencv-4.0.0 python
$ docker container run -it jjanzic/docker-python3-opencv:contrib-opencv-4.0.0 python
$ # New
$ docker container run -it jjanzic/python3-opencv:4.0.0 python
$ docker container run -it jjanzic/python3-opencv:4.0.0-contrib python