samples/apps
Aidan Delaney 26f08160cf
Merge branch 'main' into update-bundler
2023-09-25 08:38:07 +01:00
..
aspnet Add buildpacks.io link to sample .NET Framework app 2020-08-25 09:35:32 -07:00
bash-script Add targets and rename stack -> base image where appropriate 2023-09-20 11:34:05 -04:00
batch-script Add targets and rename stack -> base image where appropriate 2023-09-20 11:34:05 -04:00
java-maven Update maven wrapper 2023-05-31 15:11:14 +00:00
kotlin-gradle Upgrade Spring Boot to 2.7.3 2022-08-19 16:03:44 +07:00
ruby-bundler Merge branch 'main' into update-bundler 2023-09-12 06:54:34 +01:00
README.md Bump stack from Bionic to Jammy 2023-02-27 05:46:51 +00: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:<jammy 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.