Dinakar Guniguntala
Dinakar Guniguntala
**HotSpot** * **Official Images** - [x] Ubuntu - [x] Windows Server Core * **Non-official images** - [x] Doc updates on hub.docker.com | Package / OS | Alpine | CentOS |...
Currently it is hard to keep track of release builds as not all versions get GAed at the same time, builds for some arches can be delayed and in some...
See this [PR](https://github.com/docker-library/official-images/pull/8781) for more details. The nanoserver Dockerfiles need to refactored to `COPY` the JDK / JRE dir from the `windowsservercore` or other regular images. Eg, see similar Dockerfile...
Issue #72 related to adding JRE docker images in general which was done through PR #101. This issue deals with adding slim JRE images.
AdoptOpenJDK now has [musl libc](https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk/job/jdk-alpine-linux-x64-hotspot/) based builds. Currently only for x64 arch. More info in this [TSC issue](https://github.com/AdoptOpenJDK/TSC/issues/168)
Currently build_latest.sh accepts `version`, `vm`, `package` and `runtype` as params. It would be good to be able to specify OS and arch as well to enable selective build / testing.
Currently we can only test x86_64 arch from within a PR using github workflows. However some features / updates might require testing on other arches as well.. Having a keyword...
Add AdoptOpenJDK release process either in the README.md or in a separate file RELEASE.md
The current docker build jobs on `x64` are taking more than 24 hours (!) to complete due to increase in the number of OSes supported as well as all the...
The design should adhere to API requirements for 1. Changes to support UI requirements for displaying layers and tunables 2. Changes to separate the dependency analyzer layer from the kubernetes...