Skip to content

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

License

Notifications You must be signed in to change notification settings

KnoxAnderson/hyperctl-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-download.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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 87.2%
  • Dockerfile 12.8%