Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (28 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.05 KB

Build Status Go Report Card codecov

Image Build

Ubuntu image building solution

Build

To test locally

The project uses vendorized dependencies using govendor. Development has been done on minimum Go version 1.12.*.

$ go get github.com/CanonicalLtd/imagebuild
$ cd imagebuild
$ GO111MODULES=on go build ./...

With docker

$ docker build -t imagebuild .
$ docker run -p 8000:8000 imagebuild

Run

go run cmd/imagebuild/main.go