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.
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: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.