Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 4c4c81b

Browse files
thrthr
thr
authored and
thr
committed
print out debug installation log
1 parent 30eb0b7 commit 4c4c81b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

utils/image-builder-using-azure-devops/lagacy/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN echo 'Debug Installer script: ' && echo && cat installer.script
4747
# and Change user context to ...
4848
USER sagadmin
4949
RUN sh installer.bin -readScript installer.script -console
50+
RUN echo 'Debug installation log ...' && echo && find . -name "installLog.txt" | xargs cat
5051

5152
# Cleanup ...
5253
USER root

utils/image-builder-using-azure-devops/own-entrypoint/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN echo 'Debug Installer script: ' && echo && cat installer.script
4848
# and Change user context to ...
4949
USER sagadmin
5050
RUN sh installer.bin -readScript installer.script -console
51+
RUN echo 'Debug installation log ...' && echo && find . -name "installLog.txt" | xargs cat
5152

5253
# Cleanup ...
5354
USER root

0 commit comments

Comments
 (0)