From 189408da85ac7f8e2e71a13ecaf92e1254841ce9 Mon Sep 17 00:00:00 2001
From: Jose Raul Barreras <barreras@unl.edu>
Date: Thu, 30 May 2019 15:41:22 -0500
Subject: [PATCH] remove duplicated timestamp

---
 Makefile  |  2 +-
 README.md | 34 +++++++++++++++++++++++++++++++---
 2 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 04c4ddb..84dc288 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ README_HEAD = `cat ./_README.md | sed -e 's/%CONTAINERS_LIST%.*//g'`
 README_TAIL = `cat ./_README.md | sed -e '1,/%CONTAINERS_LIST%/d'`
 
 update_readme:
-	@echo "$(README_HEAD)\n - $(TOOLSET) $(README_TAIL)" | sed -e "s/%LAST_UPDATE%/\n_Last update: `date`_ \n/g" > README.md
+	@echo "$(README_HEAD)\n - $(TOOLSET) $(README_TAIL)" | sed -e "s/%LAST_UPDATE%/\n_Last update: `date`_ \n/" > README.md
 
 delete_dangling_images:
 	@echo "Removing dangling images"
diff --git a/README.md b/README.md
index 7c1f31e..cc2ba6f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,35 @@
 [![pipeline status](https://git.unl.edu/unl-its/docker-ci/badges/develop/pipeline.svg)](https://git.unl.edu/unl-its/docker-ci/commits/develop)
 
 # Docker-ci
-Containers used on CI
 
-## Building Images
-To build these images, clone this repository onto a machine with docker and make installed. Run `make` and all of the images will be built and installed as local docker images.
\ No newline at end of file
+## Containers usefull in CI process
+
+### Building Images
+
+To build these images, clone this repository onto a machine with docker and make installed. Run `make` and all of the images will be built and installed as local docker images.  
+This file is automatically updated after execute `git commit` based on the content of file `_README.md` 
+
+### Tools available:
+
+
+
+
+_Last update: Thu May 30 15:37:41 CDT 2019_ 
+
+ - its-registry.unl.edu/unl-its/docker-ci/detect-secrets:latest
+ - its-registry.unl.edu/unl-its/docker-ci/magento2-unit-test:latest
+ - its-registry.unl.edu/unl-its/docker-ci/magento2-xml-lint:latest
+ - its-registry.unl.edu/unl-its/docker-ci/php-lint:5.6
+ - its-registry.unl.edu/unl-its/docker-ci/php-lint:7.0
+ - its-registry.unl.edu/unl-its/docker-ci/php-lint:7.1
+ - its-registry.unl.edu/unl-its/docker-ci/php-lint:7.2
+ - its-registry.unl.edu/unl-its/docker-ci/php-lint:latest
+ - its-registry.unl.edu/unl-its/docker-ci/php-unit-test:5.6
+ - its-registry.unl.edu/unl-its/docker-ci/php-unit-test:7.1
+ - its-registry.unl.edu/unl-its/docker-ci/secrets-detection:latest
+ - its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:latest
+ - its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:php
+ - its-registry.unl.edu/unl-its/docker-ci/static-code-analysis:python 
+
+_Last update: Thu May 30 15:37:41 CDT 2019_ 
+
-- 
GitLab