Skip to content

maquanyi/goaci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goaci

goaci is a simple command-line tool to build go projects into ACIs which confirm to the app container specification.

Usage

Use goaci as you would go get:

$ goaci github.com/coreos/etcd
Wrote etcd.aci
$ actool -debug validate etcd.aci
etcd.aci: valid app container image

goaci provides options for specifying assets, adding arguments for an application, selecting binary is going to be packaged in final ACI and so on. Use --help to read about them.

How it works

goaci creates a temporary directory and uses it as a GOPATH (unless it is overridden with --go-path option); it then go gets the specified package and compiles it statically. Then it generates an image manifest (using mostly default values) and leverages the appc/spec libraries to construct an ACI.

TODO

Lots, check out https://github.com/appc/goaci/issues

About

tool to build go projects into ACIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.1%
  • Shell 0.9%