We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I build the image with the current nodejs version 8, I run into build problems...
could be fixed very easily by using the nodejs 8-RHOAR version. Adding the tag to the "oc new-build"
cd fisdemogui oc new-project fisdemogui --display-name="Fuse Banking Demo - GUI" --description="Web GUI for Banking demo, does transfer and balance enquiry" oc new-build --image-stream=nodejs:8-RHOAR --binary=true --name=fisdemogui oc start-build fisdemogui --from-dir=. --follow oc new-app fisdemogui oc expose svc fisdemogui
The text was updated successfully, but these errors were encountered:
It seems that even if I changed nodejs to version 8-RHOAR still could not solve the problem. It would cause the same error!
Sorry, something went wrong.
No branches or pull requests
When I build the image with the current nodejs version 8, I run into build problems...
could be fixed very easily by using the nodejs 8-RHOAR version. Adding the tag to the "oc new-build"
cd fisdemogui
oc new-project fisdemogui --display-name="Fuse Banking Demo - GUI" --description="Web GUI for Banking demo, does transfer and balance enquiry"
oc new-build --image-stream=nodejs:8-RHOAR --binary=true --name=fisdemogui
oc start-build fisdemogui --from-dir=. --follow
oc new-app fisdemogui
oc expose svc fisdemogui
The text was updated successfully, but these errors were encountered: