Adds a Packer template for easily testing install.sh. I tried to build a container based test, but snapd is the devil and doesn't play well within a container...
Adds a makefile to easily build an image
Documentation on how to build image for digital ocean using packer
Fixes up install.sh
Opts for the ubuntu golang package instead of installing from source (more reliable installation method but does drop the version down to 1.13)
we will have to make sure that go 1.13 doesnt break any of the random go tools included, but I think it should be okay. That may have been the one at the bottom of the list that works. Cheers tho!! Great work ❤️
This does the following:
install.sh
. I tried to build a container based test, but snapd is the devil and doesn't play well within a container...install.sh
golang
package instead of installing from source (more reliable installation method but does drop the version down to 1.13)