samples/apps
Sambo Chea 78896d8783 Upgrade spring boot 2.4.5 and kotlin 1.5.30
Signed-off-by: Sambo Chea <sombochea@cubetiqs.com>
2021-09-01 11:41:26 +07:00
..
aspnet Add buildpacks.io link to sample .NET Framework app 2020-08-25 09:35:32 -07:00
bash-script
batch-script Cleanup formatting 2021-06-09 10:25:22 -04:00
java-maven
kotlin-gradle Upgrade spring boot 2.4.5 and kotlin 1.5.30 2021-09-01 11:41:26 +07:00
ruby-bundler
README.md

README.md

Sample Apps

DISCLAIMER: No alterations are necessary to standard applications in order to be built by buildpacks.

Some applications here have optional files for extended functionality. They will be called out in their README.md file.

Running the apps

To build images for most of these apps, simply execute:

pack build -p apps/<APP> --builder cnbs/sample-builder:<bionic OR alpine> sample-app

After building the app you should be able to simply run it via docker run -it -p 8080:8080 sample-app. Go to localhost:8080 to see the app running.

What's next?

It might be interesting to see how apps get turned into layers, eh? Check out buildpacks to take the next step.