Will Parker
Will Parker
I thought I'd help the effort. I used Ansible to just query all non-windows test machines with `docker --version`. (For ease, I used the superuser that is meant to be...
I'm currently in the process of build JDK7 on CentOS6. I've tracked the process I've gone through , and will update as I go. 1. Run the playbook on the...
I'm assuming this is using the docker files at https://hub.docker.com/_/adoptopenjdk , not `makejdk-any-platform.sh --docker` ? Currently `dockerfile-generator.sh` creates a dockerfile that requires the user's UID passed into it to build...
So it is from the dockerfiles created with `dockerfile-generator.sh` (via `./makejdk-any-platform --docker` ) ..? @andrew-m-leonard
Update: https://adoptopenjdk.slack.com/archives/C09NW3L2J/p1597132129438300 Removing the Jenkins user didn't work to fix the issue, so the above PR was reverted, and the docker image was updated to how it was before (...
Linking a helpful conversation from Slack: https://adoptium.slack.com/archives/C53GHCXL4/p1641815007009500 The gist is that we should instead try to install SolarisStudio via the playbook, but have a secret provided to the box, to...