You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: