kabanero-io / guides

All the Kabanero.io guides. This repo will be arhived soon.
5 stars 9 forks source link

Likely missing instruction in "Creating and updating tasks and pipelines" guide #32

Open nastacio opened 4 years ago

nastacio commented 4 years ago

I am trying to follow this guide: https://kabanero.io/guides/curating-pipelines

After step 10 (oc -n kabanero apply -f pipelines-build-pipeline-run.yaml), my build fails with the log message below:

+ echo '--- ---'
+ ./ci/release.sh
Pushing docker.io/kabanero/pipelines-index
error pushing image "docker.io/kabanero/pipelines-index" to "docker://docker.io/kabanero/pipelines-index": error locating image with name "docker.io/kabanero/pipelines-index" ([docker.io/kabanero/pipelines-index]): image not known
ERROR: Push failed.

I can see why the build fails, since I don't own that kabanero org namespace in docker.io, but more importantly, I am deploying this to my own cluster, so I don't even want the final image to end up on docker.io.

I think the guide is missing a step about configuring the target docker image URL for the pipeline index.

jantley-ibm commented 4 years ago

@kvijai82 could you comment?

kvijai82 commented 4 years ago

Hi @jantley-ibm, @brianxjx is reviewing the guide and will update when find the issue.