Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

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

Open
nastacio opened this issue Apr 3, 2020 · 2 comments

Comments

@nastacio
Copy link
Contributor

nastacio commented Apr 3, 2020

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
Copy link
Contributor

@kvijai82 could you comment?

@kvijai82
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants