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

CanonicalLtd/imagebuild

Repository files navigation

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

About

Ubuntu image building service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published