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 Review feedback 2020-08-21 07:10:15 -04:00
batch-script Cleanup formatting 2021-06-09 10:25:22 -04:00
java-maven Add alpine stack and builder 2019-09-25 08:45:45 -05:00
kotlin-gradle Upgrade spring boot 2.4.5 and kotlin 1.5.30 2021-09-01 11:41:26 +07:00
ruby-bundler Bump rack from 2.0.8 to 2.2.3 in /apps/ruby-bundler 2020-06-25 07:58:28 +00:00
README.md Revert breaking of styling 2020-04-02 23:06:58 -05:00

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.