appsody / tekton-example

Example implementation of a tekton pipeline that deploys an Appsody project. This repo will be archived soon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert the extract phase of the pipeline to use Buildah

chilanti opened this issue · comments

Currently, the pipeline uses docker for appsody extract, which isn't working on OCP. Should convert that step to using buildah. This is achievable by using the appsody-buildah image rather than the appsody-docker image.