# Sample Stacks Sample of stacks. ## Development To build the stack use the `./build-stack` script: ```text ./build-stack.sh [-p -v ] -p prefix to use for images (default: sample/stack) -v version to tag images with (default: latest) directory of stack to build ``` Example: ```bash ./build-stack.sh bionic ``` To use this stack see the [sample builders](../builders) ### Additional Resources * [Stacks documentation](https://buildpacks.io/docs/using-pack/stacks/)