packer-builds icon indicating copy to clipboard operation
packer-builds copied to clipboard

Automate the creation of new images at release time

Open laf opened this issue 7 years ago • 4 comments

  • [x] Hit the GitHub api for the latest release
  • [x] Build each image we want to produce
  • [x] Publish them automatically.
  • [ ] Have travis-ci from librenms/librenms kick start the process on tagged release.

laf avatar Nov 10 '18 22:11 laf

releases.sh

@laf Why not using Travis to upload assets ?

crazy-max avatar Nov 18 '18 02:11 crazy-max

@crazy-max Wasn't aware of that option. That would mean travis would have to build the actual images as well, would have to test that they support installing virtualbox and packer.

laf avatar Nov 18 '18 20:11 laf

@laf Yep you can easily build your images on Travis and push the assets with an encrypted token. I can create a PR, I'm familiar with travis :)

crazy-max avatar Nov 18 '18 21:11 crazy-max

Go for it :)

laf avatar Nov 19 '18 09:11 laf