buildkit

command module
v0.0.0-...-ce68641 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

README

Buildkit

The helper container to help users to build and install chaos-driver

Usage

# $(pwd)/driver should be the `driver` path under `chaos-driver` source code
docker run -v $(pwd)/driver:/driver -it chaos-driver-buildkit buildkit -t ubuntu-generic -v 170 -k 4.15.0-162-generic
  • -b represents the directory of driver source code. The default value is /driver.
  • -t specifies the distribution. Supported values: ubuntu-aws, ubuntu-generic, centos, debian.
  • -v specifies the kernel version, which is the first number of uname -v. If not specified, buildkit will automatically get through uname -v.
  • -k specifies the kernel release version, which can be get through uname -r. If not specified, buildkit will automatically get through uname -r.

TODO

  • Automatically build for distributions:
    • CentOS7
    • Debian
    • Ubuntu
    • Ubuntu AWS
  • Automatically install modules

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL