Build the hyper container binary packages
194
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
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/mergeHYPERSTART_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.Content type
Image
Digest
Size
296.6 MB
Last updated
about 8 years ago
docker pull hyperhq/hypercontainer-packager:ubuntu