Skip to content
New issue

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

problems deploy fisdemogui with nodejs:8 #27

Open
rbaumgar opened this issue Sep 25, 2018 · 1 comment
Open

problems deploy fisdemogui with nodejs:8 #27

rbaumgar opened this issue Sep 25, 2018 · 1 comment

Comments

@rbaumgar
Copy link

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

@spz6708991s
Copy link

It seems that even if I changed nodejs to version 8-RHOAR still could not solve the problem. It would cause the same error!

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

No branches or pull requests

2 participants