samples/stacks
Micah Young 40ba15e1dd Fixes wine build image when untrusted
Signed-off-by: Micah Young <ymicah@vmware.com>
2021-06-09 10:36:36 -04:00
..
alpine Set USER as UID:GID on linux stacks 2020-02-19 16:34:18 -06:00
bionic Set USER as UID:GID on linux stacks 2020-02-19 16:34:18 -06:00
dotnet-framework-1809 Add working .NET Framework samples 2020-08-20 14:13:18 -07:00
nanoserver-1809 Review feedback 2020-08-21 07:10:15 -04:00
wine Fixes wine build image when untrusted 2021-06-09 10:36:36 -04:00
README.md Auto download pack 2019-09-23 08:51:02 -05:00
build-stack.sh Add working .NET Framework samples 2020-08-20 14:13:18 -07:00

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