openjdk-docker icon indicating copy to clipboard operation
openjdk-docker copied to clipboard

Scripts for creating Docker images of OpenJDK binaries.

Results 55 openjdk-docker issues
Sort by recently updated
recently updated
newest added

This Pull reqeust addes AlmaLinux as one of the suppoted OSs. Resolves #589. It contains the changes required for config files, shell scripts, test scripts and documentaion. Docker files change...

enhancement

Adding AlmaLinux support https://hub.docker.com/_/almalinux, along with CentOS and UBI. Since CentOS making a move to be closer to RHEL releases with Stream, New sibling AlmaLinux steps in to fill the...

Release

Dockerfile : https://github.com/AdoptOpenJDK/openjdk-docker/blob/master/16/jdk/tumbleweed/Dockerfile.hotspot.releases.full Failure Log: ``` Step 3/7 : RUN zypper install --no-recommends -y timezone openssl curl ca-certificates fontconfig gzip tar && zypper update -y; zypper clean --all ---> Running...

bug

There are few more files/folder to consider to remove from JDK/JRE Builds. This drops additional 50MB+ ``` /opt/java/openjdk/src.zip /opt/java/openjdk/demo --for hotspots /opt/java/openjdk/include /opt/java/openjdk/man /opt/java/openjdk/sample ``` I am not sure `/opt/java/openjdk/lib/ct.sym`...

enhancement

As part of dockerfiles generation automation process, I would like to add this script to the repo to semi automate the process of updating dockerfiles after a PR with dockerfile...

enhancement

Now that the UBI images are available in [Docker Hub](https://hub.docker.com/u/redhat), do you have plans to switch to using them? UBI based images can also now be in official repos. Do...

question

In your dockerhub account are multiple image repositories that are over a year old and suffer from multiple security issues. Some of them have over 500k downloads and are still...

bug

Borrowing text from #12 since distroless containers were not provided when #12 was closed. Please add support for "distroless" images that would not depend on particular Linux flavor. Some links...

enhancement

Hello All, We have a Java (with JBOSS as app server) based application with GUI. While generating jasper letters from the application, we are getting exceptions in log. we dont...

Waiting on OP

With the script I am writing to help out #328, it identified a couple images that I expected to be up in DockerHub but are not. ``` {'adoptopenjdk/openjdk11-openj9:jdk11u-ubi-minimal-nightly-slim', 'adoptopenjdk/openjdk11:jdk11u-ubi-minimal-nightly-slim', 'adoptopenjdk/openjdk14-openj9:jdk14u-ubi-minimal-nightly-slim',...

enhancement