Skip to content

Simple HelloWorld to demonstrate Tekton Triggers,Workspaces and other examples

Notifications You must be signed in to change notification settings

anhldpro/tekton-tutorial-greeter

 
 

Repository files navigation

Tekton Greeter

Project used as part of Tekton Tutorial execersies.

The application has one simple REST api at URI / that says "Meeow from Tekton 😺 !! 🚀".

Quarkus

Quarkus

Building locally

./mvnw clean package -pl quarkus

Running locally

java -jar quarkus/target/quarkus-app/quarkus-run.jar

SpringBoot

SpringBoot

Building locally

./mvnw clean package -pl springboot

Running locally

java -jar springboot/target/tekton-springboot-greeter.jar

About

Simple HelloWorld to demonstrate Tekton Triggers,Workspaces and other examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.9%
  • Dockerfile 5.1%