-
Notifications
You must be signed in to change notification settings - Fork 149
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
zulu update broke Dell R210 iDRAC6 #59
Comments
Can you try with 0.8? Image is still up on Docker Hub. |
Yes, 0.8 works fine. |
Thanks, I'm gonna have to spin up my R210 to take a look but should probably get to it over the weekend. |
Not really. Since the PR #47 is not in sync, I only changed the following in --- i/Dockerfile
+++ w/Dockerfile
@@ -12,8 +12,8 @@ RUN APP_ICON_URL=https://raw.githubusercontent.com/DomiStyle/docker-idrac6/maste
RUN apt-get update && \
apt-get install -y wget software-properties-common libx11-dev gcc xdotool && \
- wget -nc https://cdn.azul.com/zulu/bin/zulu8.68.0.21-ca-jdk8.0.362-linux_amd64.deb && \
- apt-get install -y ./zulu8.68.0.21-ca-jdk8.0.362-linux_amd64.deb && \
+ wget -nc https://corretto.aws/downloads/latest/amazon-corretto-8-x64-linux-jdk.deb && \
+ apt-get install -y ./amazon-corretto-8-x64-linux-jdk.deb && \
gcc -o /keycode-hack.so /keycode-hack.c -shared -s -ldl -fPIC && \
apt-get remove -y gcc software-properties-common && \
apt-get autoremove -y && \
@@ -23,7 +23,7 @@ RUN apt-get update && \
RUN mkdir /app && \
chown ${USER_ID}:${GROUP_ID} /app
-RUN rm /usr/lib/jvm/zulu-8-amd64/jre/lib/security/java.security
+RUN rm /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/java.security
COPY startapp.sh /startapp.sh
COPY mountiso.sh /mountiso.sh still get the same error:
|
What is the docker run command you use? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
first, thanks for your work, Dominik!
With 0.9, i.e. since the zulu update, I cannot connect to my Dell R210 iDRAC6 anymore:
The text was updated successfully, but these errors were encountered: