-
Notifications
You must be signed in to change notification settings - Fork 124
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
BUGFIX: MSF-25904 Using C9S and java 8 for LCM Bricks #1951
BUGFIX: MSF-25904 Using C9S and java 8 for LCM Bricks #1951
Conversation
Build succeeded (check pipeline). |
36c8d56
to
0e766c7
Compare
Build failed (check pipeline). |
0e766c7
to
c562b61
Compare
Build failed (check pipeline). |
c562b61
to
8af278a
Compare
Build failed (check pipeline). |
8af278a
to
1e55170
Compare
Build failed (check pipeline). |
1e55170
to
5fa3414
Compare
Build failed (check pipeline). |
5fa3414
to
1baa91c
Compare
Build succeeded (check pipeline). |
1baa91c
to
2cefe20
Compare
Build succeeded (check pipeline). |
2cefe20
to
6edd786
Compare
Build succeeded (check pipeline). |
6edd786
to
5eb10f5
Compare
Build succeeded (check pipeline). |
RUN alternatives --install /usr/bin/java java /usr/lib/jvm/java-1.8.0-openjdk/bin/java 1 | ||
RUN update-alternatives --set java /usr/lib/jvm/java-1.8.0-openjdk/bin/java | ||
RUN export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I encounter some errors when using these commands in the barebone images:
sh-5.1# alternatives --install /usr/bin/java java /usr/lib/jvm/java-1.8.0-openjdk/bin/java 1
sh-5.1# update-alternatives --set java /usr/lib/jvm/java-1.8.0-openjdk/bin/java
sh-5.1# export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
sh-5.1# java
sh: java: command not found
sh-5.1# keytool
sh: keytool: command not found
sh-5.1#
Please consider if the LCM ruby will have the same errors.
5eb10f5
to
c77d5d7
Compare
Build succeeded (check pipeline). |
c77d5d7
to
a983f10
Compare
Build succeeded (check pipeline). |
a983f10
to
cf8478e
Compare
Build succeeded (check pipeline). |
cf8478e
to
0f4b8e1
Compare
Build failed (check pipeline). |
0f4b8e1
to
8427019
Compare
Build failed (check pipeline). |
8427019
to
2bc906f
Compare
Build succeeded (check pipeline). |
No description provided.