openmainframeproject / software-discovery-tool

Software Discovery Tool
Apache License 2.0
31 stars 40 forks source link

WIP docker migration #225

Open rachejazz opened 2 months ago

rachejazz commented 2 months ago

Issue #223 This is the branch that can be used for further discussions to improve of release process. Currently, this should be able to build entire SDT by docker build Will be adding proper docker build and run commands to run.sh Not yet ready for testing.

deveshidwivedi commented 1 month ago

Hey @rachejazz I tried building the docker image for sdt and was unable to connect to the localhost. I did not see any errors in the log. It appeared that the container was exiting immediately after starting. Could we replace RUN apachectl restart with CMD ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"] so that Apache runs continuously? After trying the latter, I was able to access sdt on localhost.