samples/stacks
Aidan Delaney 0dec0e969c Builders and buildpacks for host platform arch
When running on amd64 build builders and buildpacks for that
architecture.  Similarly, support arm64 on arm64.

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
2023-01-11 08:40:02 +00:00
..
alpine Add fixtures for testing phases 1 and 2 of Dockerfiles 2022-10-12 15:19:53 -04:00
bionic Add libyaml to allow ruby version bump 2022-12-20 18:41:14 +00:00
dotnet-framework-1809 Add working .NET Framework samples 2020-08-20 14:13:18 -07:00
dotnet-framework-2004 Add Windows dotnet-framework-2004 resources 2022-04-04 06:47:26 -05:00
dotnet-framework-2022 Add Windows 2022 builder 2022-04-09 07:59:20 -05:00
nanoserver-1809 Review feedback 2020-08-21 07:10:15 -04:00
wine Fix: CI: wine stack 2022-06-13 11:01:34 -05:00
README.md Fix: CI: wine stack 2022-06-13 11:01:34 -05:00
build-stack.sh Builders and buildpacks for host platform arch 2023-01-11 08:40:02 +00:00

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

Additional Resources