tailhook / vagga-box

A virtualbox wrapper around vagga
9 stars 4 forks source link

Provide upgrade choices for stable and testing #6

Open anxolerd opened 6 years ago

anxolerd commented 6 years ago

It seems weird that by default stable version of vagga is installed in vagga-box but all updates are for testing version of vagga. The aim of this PR is to fix that and allow upgrades between stable versions of vagga in vagga_box.

This PR introduces the following changes:

However still some help and clarification are needed. I have modified upgrade-vagga.sh but do not know how to rebuild image so my changes get into virtualbox. I suppose that some changes into code will also be required as the hash of the new image will be different from the hash of the current image.

tailhook commented 6 years ago

Looks good. But this PR will have to be postponed until I rebuild the virtualbox image (this isn't an automatic thing for many reasons).

anxolerd commented 6 years ago

Sure. By the way, how can I rebuild the image locally for my own machine?

tailhook commented 6 years ago

Use packer and image/vagga.json

anxolerd commented 6 years ago

Thanks