A tool to build Application Container Images (ACI)
- The Habitat Maintainers: humans@habitat.sh
Binary package
acbuild can be installed and run manually, or used as a dependency to your other plans.
Running manually:
hab pkg install --binlink core/acbuild
acbuild
Dependency usage:
pkg_build_deps=(core/acbuild)
Run the BATS tests for this plan against a package ident like so:
hab pkg build acbuild
export results/last_build.env
hab studio run "./acbuild/tests/test.sh ${pkg_ident}"