docker-alpine-java
docker-alpine-java copied to clipboard
Oracle Java8 over AlpineLinux with glibc 2.29
The command: curl -jksSLH 'Cookie: oraclelicense=accept-securebackup-cookie' -o /tmp/java.tar.gz http://download.oracle.com/otn-pub/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-x64.tar.gz is downloading HTML content titled "Error Page 404" from Oracle I am not sure why, has Oracle stopped serving JDK8?
When building this image, locale def returns this to stderr: `LC_MONETARY: value of field `int_curr_symbol' has wrong length No definition for LC_PAPER category found No definition for LC_NAME category found...
Since 8u162 "unlimited" is the default state of the JRE with no modification (i.e. downloading extra jce zip). The extra "unlimited" images (they're effectively identical, yet end up with different...
Hi, I'd like to ask for support for ARM architecture. Raspberry Pi, Orange Pi, Odroid, etc... these are all widely used and popular devices that use ARM CPUs. There are...
The JRE images are purging[1] everything but the `jre/bin` directory. In order to enable flight recorder[2] on demand[3], `jcmd` should also be persisted. [1] https://github.com/anapsix/docker-alpine-java/blob/8u172b11/8/172b11/server-jre/standard/Dockerfile#L40 [2] https://github.com/anapsix/docker-alpine-java/pull/6 [3] https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr006.html
OpenJDK packaged with Ubuntu and Alpine do this thing where `$JAVA_HOME/jre/lib/security/cacerts` is symlinked to `/etc/ssl/certs/java/cacerts` and the `update-ca-certificates` command runs a script in `/etc/ca-certificates/update.d/` that updates the keystore to match...