Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.1 KB

readme.md

File metadata and controls

29 lines (18 loc) · 1.1 KB

hello world java webapp

this is a simple web app that can be used to for demo and testing purposes, e.g. for cloud infrastructure, container management and/or a ci/cd pipeline. it is a webapp that just returns some html that says "hello world"

this webapp is also available as a docker image:

https://hub.docker.com/r/remigius65/webapp-hello-java/

there are two tags which differ in the greeting they display:

  • remigius65/webapp-hello-java:950eeaed3c -> hello
  • remigius65/webapp-hello-java:954218a9b9 -> howdy

this allows switching between the two versions, e.g. for testing rolling upgrades and rollbacks.

some usages can be found in the material to my rancher workshop.

DISCLAIMER: There are no guarantees on this software - use it at your discretion, but don't count on anybody supporting it. If you have any suggestions for enhancements, you can file a pr, but I reserve the right to silently ignore it!

last modified: 2018-10-19 11:11:00