Skip to content
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

Moving self-signed SSL cert creation to docker entrypoint script. #56

Merged
merged 4 commits into from
Feb 24, 2023

Conversation

triggan
Copy link
Contributor

@triggan triggan commented Feb 21, 2023

Issue #, if available: N/A

Description of changes:

Removed self-signed SSL cert creation from Dockerfile and created a new entrypoint script for certs to be created when the container is launched. This removes the need for a user to build a new container image for each deployment and allows them to set the hostname used by the SSL cert upon launching the container using a HOST environment variable.

Updated README.md to include the updated steps for container image build and launching a new container. Also added a new Troubleshooting section to address common issues seen by users attempting to launch graph-explorer.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

michaelnchin
michaelnchin previously approved these changes Feb 23, 2023
Copy link
Member

@michaelnchin michaelnchin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and verified functionality. Looks good, thanks @triggan !

@michaelnchin michaelnchin merged commit 1f26af3 into main Feb 24, 2023
@michaelnchin michaelnchin deleted the docker-entrypoint-script branch March 2, 2023 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants