-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Reduce initial run time #362
Conversation
Nice - took around 5 mins for me |
Could you update the docker doc too? |
There is an update to that doc in this PR |
still interested to learn what happened with |
Looks good, makes it much faster to get started! Probably not related (at least directly), but I can see the feature-flag-service crashing when starting with a clean environment,
Didn't have this problem previously when building the images. |
* specify -alpha version * use pre-built images * faster initial run time * add verbiage about --no-build flag
References #252 and Fixes #349
Changes
This change makes it so people can go from git clone to seeing telemetry in under 2 minutes.
Makes use of docker image cache when running the application. This does not reduce build times. This change uses cache to reference existing images allowing users to run
docker compose up --no-build
and get a running demo application in about 90 seconds.Building from main is still an initial 20 min ordeal for those that want to use the very latest.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes