kubectl create secret docker-registry regcred --docker-server=https://index.docker.io/v1/ --docker-username=DOCKER_USERNAME --docker-password=DOCKER_PASSWORD --docker-email DOCKER_EMAIL
- hello-task: A bare-bones task that echos "Hello World" to the output logs
- kaniko-task: Build the Sinatra Hello World Demo using Kaniko
- cnb-spring-api-demo.yml: Build the Spring Boot REST API Demo using Cloud Native Buildpacks and push it to Docker Hub. Requires the Buildpack Task to be to be applied.