Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.08 KB

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.