-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Joshua s brown apache2 gcs data fed web compose fix #953
Joshua s brown apache2 gcs data fed web compose fix #953
Conversation
…-gcs-DataFed-web-compose-fix
…thub.com:ORNL/DataFed into JoshuaSBrown-apache2-gcs-DataFed-web-compose-fix
repository/docker/Dockerfile.gcs
Outdated
@@ -147,3 +152,4 @@ WORKDIR ${DATAFED_INSTALL_PATH}/authz | |||
# NOTE If you do not overwrite the entrypoint file it will use the GCS instance | |||
# provided one | |||
ENTRYPOINT ["/datafed/source/repository/docker/entrypoint_authz.sh"] | |||
#ENTRYPOINT ["sleep", "infinity"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks to be a lot of debug information printing left in this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch
@nedvedba I want you to get better about holding me accountable for PRs, I haven't provided a description about what problem it solves, updated the changelog or assigned labels to this PR. |
Description
The docker compose build files were becoming cluttered, in this pr the build process is separated into three different folders.
Master scripts were created to assist with the build and run process they were prepended with compose_ and moved into /scripts this way each of the three compose options could use the same master scripts thus making the code DRY.