AdoptOpenJDK / openjdk-virtual-images

Virtual Images for the Adopt OpenJDK programme
11 stars 9 forks source link

Upload VirtualBox / Vagrant images for others to share (via packer) #8

Open karianna opened 10 years ago

karianna commented 10 years ago

e.g. something like

{
  "post-processors": [
    [
      "vagrant",
      { "type": "upload", "endpoint": "http://fake.com" }
    ]
  ]
}

The code above says "run the vagrant pre processor first, then run the upload"

karianna commented 10 years ago

Need to decide where we are hosting the final images - CloudBees?

karianna commented 10 years ago

We've managed to manually upload an image to GitHub's release repo for this project. Need to investigate if we can automate that through packer.io (Doubtful as GitHub's web UI demands Q's). JFrog's bintray may well allow a straight upload.