samples/stacks
..
alpine
bionic
nanoserver-1809
README.md
build-stack.sh

README.md

Sample Stacks

Sample of stacks.

Development

To build the stack use the ./build-stack script:

./build-stack.sh [-p <prefix> -v <version>] <dir>
  -p    prefix to use for images      (default: sample/stack)
  -v    version to tag images with    (default: latest)
  <dir>  directory of stack to build

Example:

./build-stack.sh bionic

To use this stack see the sample builders

Additional Resources