Bharath Appali
Bharath Appali
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...
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...
Fixes #517 Made basic changes will make incremental changes keeping the discussion in the PR thread. Parking as WIP for now Signed-off-by: bharathappali
I see the build job [224](https://ci.adoptopenjdk.net/view/Docker%20Images/job/openjdk_build_docker_multiarch/224/consoleText) is still having the tag issue. ``` INFO: Building adoptopenjdk/openjdk8 x86_64-alpine-jdk8u282-b08 from 8/jdk/alpine/Dockerfile.hotspot.releases.full ... INFO: Checking when the adopt docker image adoptopenjdk/openjdk8:x86_64-ubuntu-jdk8u282-b08adoptopenjdk/openjdk8:x86_64-ubuntu-jdk8u282-b08-slimadoptopenjdk/openjdk8:x86_64-ubuntu-jdk8u-nightlyadoptopenjdk/openjdk8:x86_64-ubuntu-jdk8u-nightly-slimadoptopenjdk/openjdk8:x86_64-alpine-jdk8u282-b08 was built...
This change adds `OS` as optional param for `build_latest.sh` to build the latest docker image. Signed-off-by: bharathappali
The metrics collection should be started only if there is a load on the deployment. This PR adds a base implementation of the load detection. Work which needs to be...
We should be setting the authorization header if the `authHeaderString` is not null and not empty. The earlier check used an `or case` where the program proceeds to check if...
Signed-off-by: bharathappali
Description needs to be added
Updated the README.md as per the design discussion, the `listTrialStatus` design covers the objectives that need to be served by autotune for the user requirements regarding the trial status Signed-off-by:...