-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test building Steeltoe sample apps #640
Comments
Here's a list of the samples in the repo to explore
|
The MusicStore set of microservices work beautifully right out of the box. In the docker-compose.yml that can be used to stand up the app with all its microservices, we see that there are 4 microservices whose source code live in the this samples directory:
We can pack build each of these by going into their respective directories in
Then, remove/comment out the |
We currently support a few different types of apps with the .NET Core buildpack, but it would be good to try building some sample applications that might be more reflective of what users in the space are interested in.
This issue is to test building the apps from https://github.com/SteeltoeOSS/Samples and documenting which ones build correctly, and if any of them fail, filing new issues with the failure and link to the app, so we can discover ways to make the buildpack more robust.
The text was updated successfully, but these errors were encountered: