screwdrivercd/hyperctl-image

By screwdrivercd

Updated almost 6 years ago

Hyperctl base image for vm in Kubernetes.

Image
Security
Integration & delivery
2

100K+

screwdrivercd/hyperctl-image repository overview

hyperctl docker image

Build Status Open Issues

This repo creates a minimal docker image containing hyperctl and k8s-vm scripts.

Usage

Build the hyperctl image on docker hub

Run it through the pipeline

Build the hyperctl image locally

Run the command under the root of this repository:

docker run -v $(pwd):/tmp/src -ti centos /bin/bash -c "cd /tmp/src; bash -xe scripts/hyperctl-build.sh"

The above command will create a hyperctl binary under current directory.

Replace the wget line (downloading the hyperctl binary from github) in the Dockerfile with your local hyperctl binary.

docker build -t screwdrivercd/hyperctl-image:tag .

License

Code licensed under the BSD 3-Clause license. See LICENSE file for terms.

Tag summary

Content type

Image

Digest

Size

11.1 MB

Last updated

almost 6 years ago

docker pull screwdrivercd/hyperctl-image:v1.0.10