From 456509123435a99e0253900040b93a1ac88ef6a8 Mon Sep 17 00:00:00 2001 From: Kamran Shamsi <45264227+Kamran64@users.noreply.github.com> Date: Thu, 12 Mar 2020 12:32:19 +0000 Subject: [PATCH] Remove reference to tekton example --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index cd98e0c..98acdc3 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,3 @@ This repo includes a `.travis.yml` file that builds and pushes the image to Dock docker build -t appsody-docker -f Dockerfile . ``` -### Using the image -An example of usage is provided by the [Appsody Tekton pipeline example](https://github.com/appsody/tekton-example). Check out the [Appsody build task](https://github.com/appsody/tekton-example/blob/master/appsody-build-task.yaml) manifest. - -In that context, the image runs the `appsody extract` command to retrieve the entire project tree from the Appsody stack image and the application source tree hosted on GitHub. - -This image could be modified to run additional `appsody` commands if necessary. -