buildpacks / samples

Samples for Cloud Native Buildpacks
Apache License 2.0
194 stars 146 forks source link

How / where do we run the build-stack.sh file #123

Closed tanukus closed 2 years ago

tanukus commented 2 years ago

I've cloned the sample repo to Windows 10 laptop with WSL 2 (Ubuntu 20.04).

I want to make few changes to the "run" docker file and build the dotnet-framework-1809 stack images.

1) when I run build-stack.sh from Windows command prompt as below, it opens a new bash window and the windows quickly exits with some error before I can read the error message.

C:\buildpacks-windows\stacks>build-stack.sh dotnet-framework-1809

2) When I run the build-stack.sh from inside WSL 2, I get error about operation system incompatible.

Any help is appreciated!

natalieparellano commented 2 years ago

Hi @tanukus - I'm not sure what could be going on, but here is where that script is executed in CI:

tanukus commented 2 years ago

That helped, thanks.

On Wed, May 25, 2022, 9:52 AM Natalie Arellano @.***> wrote:

Hi @tanukus https://github.com/tanukus - I'm not sure what could be going on, but here is where that script is executed in CI:

— Reply to this email directly, view it on GitHub https://github.com/buildpacks/samples/issues/123#issuecomment-1137271711, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN2G7XWTI5QXW6XWC4FDTMLVLYWDFANCNFSM5VOTPNIA . You are receiving this because you were mentioned.Message ID: @.***>

jromero commented 2 years ago

Thank you for letting us know @tanukus. Closing as resolved unless you have additional issues/comments.