Sign inSign up

hyperhq/hypercontainer-packager

By hyperhq

Updated about 8 years ago

Build the hyper container binary packages

Image
0

194

hyperhq/hypercontainer-packager repository overview

Build Hyper Container Binary Packages for Distros

4 Distros are supported by HyperContainer binary pacaking tools currently (see tags). The Dockerfile of builders are hosted in repo hyperhq/official-images:

All these images shared the same usages, for example, the centos build here:

docker run -it -e UPLOAD=upload/rc1 -e AWS_ACCESSKEY=AAAAAA -e AWS_SECRETKEY=fffffff+ppppp/k hyperhq/hypercontainer-packager:centos
Supported Environments

The default environments of the images are defined as:

HYPERD_REF=${HYPERD_REF:-heads/master}
HYPERSTART_REF=${HYPERSTART_REF:-heads/master}
BUILD=${BUILD:-yes}
UPLOAD=${UPLOAD:-none}
ACCESS=${AWS_ACCESSKEY:-none}
SECRET=${AWS_SECRETKEY:-none}

Descriptions:

  • HYPERD_REF : The hyperd git reference to be built, master by default, and if you want to build master with PR#563 merged, then specify -e HYPERD_REF=pull/563/merge
  • HYPERSTART_REF: The hyperstart git reference to be built, similar to HYPERD_REF.
  • BUILD: flag for build, won't build if not yes, default is yes.
  • UPLOAD: the S3 bucket (path) will be uploaded to, won't upload if not specify, for example candidates/rc-1.
  • ACCESS and SECRET: AWS credential for package uploading, the credential should have the permission to upload to the path specify by UPLOAD.

Tag summary

Content type

Image

Digest

Size

296.6 MB

Last updated

about 8 years ago

docker pull hyperhq/hypercontainer-packager:ubuntu