Skip to content

Introduction

Sergio Lindo edited this page Nov 26, 2017 · 3 revisions

Dockerfile versions

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.

Docker images

The generated images can be found on docker hub here: https://hub.docker.com/u/binarysequence/

Docker images versions

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

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.

Clone this wiki locally