kbld

module
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: May 1, 2019 License: Apache-2.0

README

kbld

kbld can

  • resolve images to their immutable image references (digests)
  • optionally build Docker images (by delegating to tools such as Docker)
  • export set of images as a single tarball, and import into a different registry
    • maintaining exactly same digests, hence guaranteeing exactly same content

Example of using ytt + kbld + kapp to deploy an application:

ytt template -R -f kubernetes-manifests/ | kbld -f- | kapp -y deploy -a app1 -f-

Docs

Install

Grab prebuilt binaries from the Releases page.

Development

./hack/build.sh
./hack/test-all.sh

build.sh depends on ytt.

Directories

Path Synopsis
cmd
kbld command
pkg
test
e2e

Jump to

Keyboard shortcuts

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