samples/apps
dependabot[bot] b75e9b50f0
Bump rack from 2.2.3 to 2.2.3.1 in /apps/ruby-bundler
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.2.3...2.2.3.1)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 20:45:43 +00: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 Update maven-wrapper.properties 2022-05-04 16:49:42 +08: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.2.3 to 2.2.3.1 in /apps/ruby-bundler 2022-06-23 20:45:43 +00:00
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.