saturnism / buttonmasher

Apache License 2.0
6 stars 3 forks source link

Automate generating new containers and updating yaml files to deploy them #4

Open craigbox opened 7 years ago

craigbox commented 7 years ago

As it stands, the demo scripts all use the containers from gcr.io/hybrid-cloud-rocks, many of which embed a URL which the user can't change. It's not hugely useful without you building your own containers.

We should fix the default behavior to be to build the containers, push to your local project, and then automatically build the deployment yaml files with the local project name (which is already specified in Makefile.config.)

Frontend

Backend

Loader

Aggregator

You can get it into your own project like so:

docker pull gcr.io/hybrid-cloud-rocks/buttonmasher-aggregator
docker tag gcr.io/hybrid-cloud-rocks/buttonmasher-aggregator gcr.io/kube-pw/buttonmasher-aggregator
docker push gcr.io/kube-pw/buttonmasher-aggregator

Other notes

saturnism commented 7 years ago

@craigbox i changed the list into a task list. thnx!

saturnism commented 7 years ago

Just thought about generating the qr code - we could possibly use init container for that :D

craigbox commented 7 years ago

Nice idea :) On Wed, 9 Nov 2016 at 09:17, Ray Tsang notifications@github.com wrote:

Just thought about generating the qr code - we could possibly use init container for that :D

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/saturnism/buttonmasher/issues/4#issuecomment-259367091, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIFnqtnxBXxyGKwNGuwsqcoIKBZDFclks5q8Y-LgaJpZM4KqoIe .