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

Add a HEALTHCHECK to the dockerfile so automated scripts can correctly wait until files are downloaded #86

Open
JamesXNelson opened this issue Jan 15, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@JamesXNelson
Copy link
Member

We should add a healthcheck script which verifies that all files have been downloaded and set that as the Dockerfile HEALTHCHECK. Without this, demo deployments can't tell if pulling examples failed or simply did not complete yet.

If the main download script touches a before/after marker file, we can make the HEALTHCHECK simply look for the after marker file to know that all data was successfully downloaded.

@JamesXNelson JamesXNelson added the enhancement New feature or request label Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant