Dinakar Guniguntala

Results 25 issues of 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 |...

enhancement

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...

discussion

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...

bug
good first issue - candidate

Issue #72 related to adding JRE docker images in general which was done through PR #101. This issue deals with adding slim JRE images.

enhancement

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)

enhancement

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.

enhancement

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...

enhancement

Add AdoptOpenJDK release process either in the README.md or in a separate file RELEASE.md

enhancement
help wanted

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...

enhancement

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...