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 Aug 2, 2023. It is now read-only.
/bin/bash: line 14: params.docker-imagename: command not found
/bin/bash: line 14: params.docker-imagetag: command not found
[INFO] Stack registry URL = docker.io
[INFO] Application image URL = image-registry.openshift-image-registry.svc:5000/kabanero/-t
[INFO] Running appsody build...
[Warning]
*
When you do not provide the imagename and the tagname while running the pipelinerun manually you will get above error while calling the /scripts/imageurl_imagename_lowercase.sh and it cause the above issue of Application image URL to be malformed.
The text was updated successfully, but these errors were encountered:
/bin/bash: line 14: params.docker-imagename: command not found
/bin/bash: line 14: params.docker-imagetag: command not found
[INFO] Stack registry URL = docker.io
[INFO] Application image URL = image-registry.openshift-image-registry.svc:5000/kabanero/-t
[INFO] Running appsody build...
[Warning]
*
When you do not provide the imagename and the tagname while running the pipelinerun manually you will get above error while calling the
/scripts/imageurl_imagename_lowercase.sh
and it cause the above issue of Application image URL to be malformed.The text was updated successfully, but these errors were encountered: