samples/stacks
Simon Jones c389bd0ea8 Attempt to fix hanging windows tests by using previous tag
Signed-off-by: Simon Jones <simonjones@vmware.com>
Signed-off-by: Javier Romero <rjavier@vmware.com>
2020-02-24 16:07:41 -05:00
..
alpine
bionic
nanoserver-1809 Attempt to fix hanging windows tests by using previous tag 2020-02-24 16:07:41 -05:00
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