Skip to content

Commit

Permalink
print out debug installation log
Browse files Browse the repository at this point in the history
  • Loading branch information
thr authored and thr committed Nov 22, 2024
1 parent 30eb0b7 commit 4c4c81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions utils/image-builder-using-azure-devops/lagacy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN echo 'Debug Installer script: ' && echo && cat installer.script
# and Change user context to ...
USER sagadmin
RUN sh installer.bin -readScript installer.script -console
RUN echo 'Debug installation log ...' && echo && find . -name "installLog.txt" | xargs cat

# Cleanup ...
USER root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN echo 'Debug Installer script: ' && echo && cat installer.script
# and Change user context to ...
USER sagadmin
RUN sh installer.bin -readScript installer.script -console
RUN echo 'Debug installation log ...' && echo && find . -name "installLog.txt" | xargs cat

# Cleanup ...
USER root
Expand Down

0 comments on commit 4c4c81b

Please sign in to comment.