Dinakar Guniguntala

Results 47 comments of Dinakar Guniguntala

> This is a common problem we have across multiple repositories (Homebrew, Docker, Linux packages). I'd prefer an event-based approach that triggers jobs on releases being pushed (that happens manually...

@jonpspri Your contributions are welcome ! A couple of points 1. I have used the ArchLinux distro for the x86_64 zlib/libgcc/libstdc++ packages and glibc that is maintained by sgerrand. Some...

`arm64v8` and `arm32v7` builds still missing for hotspot jdk8u282-b08.

## UnOfficial Images * HotSpot ``` $ docker run --rm -it docker.io/adoptopenjdk/openjdk8:alpine java -version Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. openjdk version "1.8.0_282" OpenJDK Runtime Environment...

[PR](https://github.com/docker-library/official-images/pull/9490) raised for Official Images.

## Official Images * HotSpot ``` $ docker run --rm -it adoptopenjdk:8-jdk-hotspot java -version Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. openjdk version "1.8.0_282" OpenJDK Runtime Environment...

Looks like `arm32` builds are still not available for 8u282-b08. @karianna @gdams do we have an outlook for that ? Will push out the `aarch64` ones for official build if...

@smlambert Sorry for the late response, the current docker build pipeline is split into two parts I. openjdk_build_docker_multiarch jenkins job that runs every night and runs through all the valid...

There are two ways to test the docker images. 1. Break up the docker image build process into a more granular combination that gets triggered when a openjdk build completes...

The fact that we have a huge number of people using the slim images shows that they prefer having smaller sized images as this has a direct impact on docker...