From b3cddbf7f615483ed01b343c8b5ed59fa4647474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 16 May 2017 17:27:31 +0100 Subject: [PATCH] Include references to OpenShift docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6b4b4fc..5f0a55f 100755 --- a/README.md +++ b/README.md @@ -103,3 +103,7 @@ Create a *save-artifacts* script which allows a new build to reuse content from #### usage (optional) Create a *usage* script that will print out instructions on how to use the image. + +## References + - [https://blog.openshift.com/create-s2i-builder-image/] + - [https://docs.openshift.org/latest/creating_images/s2i.html]