Skip to content

redhat-developer-demos/knative-tutorial-greeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The Demo application used in the Knative Tutorial.

Build Status

The repository has simple greeter application built with two Java frameworks:

Container Images

The pre-built container images of this application is available at https://quay.io/rhdevelopers/knative-tutorial-greeter

To pull Quarkus based image run the following command:

docker pull quay.io/rhdevelopers/knative-tutorial-greeter:quarkus

To pull SpringBoot based image run the following command:

docker pull quay.io/rhdevelopers/knative-tutorial-greeter:sb

Issues

Please log any issues related to this application in Knative Tutorial Issues.

About

demo java project that will be used in knative-tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.2%
  • Dockerfile 7.0%
  • Shell 6.8%