mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-28 08:36:20 +00:00
06124f36f0
and nginx, postgres, ... Two tags are to be added for each containers. 1. exact app version tag, usually format as x.y.z. For example, 5.0.6 for redis. 2. major app version tag, usually format as x. For example, 5 for redis. For some special cases, the major format as x.y. For example, 1.17 for nginx, 3.7 for python. Signed-off-by: Qi Zheng <qi.zheng@intel.com>