Skip to content

cgonyeo/acpush

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acpush

experimental implementation of the proposed push specification for ACIs

See appc/spec#418 for details of the proposed specification.

Usage

It takes as input an ACI file, an ASC file, and an App Container Name (i.e. quay.io/coreos/etcd). Meta discovery is performed via the provided name to determine where to push the image to.

See acpush --help for details on accepted flags.

Build

Building acpush requires go to be installed on the system. With that, the project can be built with the following commands:

go get -d github.com/appc/acpush
go build github.com/appc/acpush

Auth

acpush reads rkt's config files to determine what authentication is necessary for the push. See rkt's documentation for details on the location and contents of these configs.

About

experimental implementation of the proposed push specification for ACIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.2%
  • Shell 6.8%