-
Notifications
You must be signed in to change notification settings - Fork 4
Introduction
There are two Dockerfiles included in this project. Each Dockerfile has a version label which contains the date last modified. This helps to know which Dockerfile version was used to build each docker image.
The generated images can be found on docker hub here: https://hub.docker.com/u/binarysequence/
- docker image for webui: https://hub.docker.com/r/binarysequence/openqa-webui/
- docker image for worker-x86_64: https://hub.docker.com/r/binarysequence/openqa-worker-x86_64/
Each docker image is also tagged with a build date. This helps to find the Dockerfile version used. But they may not have the same date, since the same Dockerfile can be reused to build an image with a more recent openQA version and a more recent Tumbleweed snapshot.
If an image has the tag 2017-11-24, the Dockerfile used may have version 2017-11-24 or less (like 2017-11-22).
Git tags are used to mark the commit that contains the Dockerfile version. For example, the commit tagged with webui_2017-11-15 contains the Dockerfile used as version 2017-11-15.