-
Story
-
Resolution: Unresolved
-
Minor
-
None
-
DO180 - Early Access
-
ROLE
-
en-US (English)
URL: https://rol.redhat.com/rol-stage/rhz/rhls/course/do180ea-4.0/ch06s08
Reporter RHNID: rht-jordisola
Section: openshift-s2i-practice - Guided Exercise: Creating a Containerized Application with Source-to-Image
Language: en-US (English)||||||||
Workaround:
Description: Using the `tree`command seems an overkill here, and also makes the start command to be more time consuming.
I would propose remove the installation of `tree` from the start scripts, and replace the usage by something more standard: `find s2i-php-container -print | sed -e 's;[^/]*/;|___;g;s;___|; |;g'`