When running on amd64 build builders and buildpacks for that architecture. Similarly, support arm64 on arm64. Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net> |
||
|---|---|---|
| .. | ||
| alpine | ||
| bionic | ||
| dotnet-framework-1809 | ||
| dotnet-framework-2004 | ||
| dotnet-framework-2022 | ||
| nanoserver-1809 | ||
| wine | ||
| README.md | ||
| build-stack.sh | ||
README.md
Sample Stacks
Sample of stacks.
Development
To build the stack use the ./build-stack script:
Usage:
./stacks/build-stack.sh [-f <prefix>] [-p <platform>] <dir>
-f prefix to use for images (default: cnbs/sample-stack)
-p prefix to use for images (default: amd64)
<dir> directory of stack to build
Example:
./build-stack.sh bionic
To use this stack see the sample builders