Push new cts-base docker image to dockerhub
Description
In https://github.com/jakartaee/platform-tck/pull/1148 I have prepared and tested new ubuntu-based docker image for the TCK, but I don't have permissions to upload that to the https://hub.docker.com/r/jakartaee/cts-base docker repo. So I would like to ask for permissions or someone with permissions to do that:
git clone https://github.com/jakartaee/platform-tck
cd platform-tck
git checkout 10.0.x
cd docker-images/cts-base
docker build -t jakartaee/cts-base:0.4 -f ./Dockerfile4 .
docker login
docker push jakartaee/cts-base:0.4
docker logout
Priority
- Urgent
- High
- Medium
- Low
Severity
- Blocker
- Major
- Normal
- Low
Impact
- Updated docker image compliant with #1623
- Fixed inaccessible home directory
- Compliant with documentation: https://wiki.eclipse.org/Jenkins#My_build_fails_with_.22No_user_exists_for_uid_1000100000.22.2C_what.27s_the_issue.3F
- We can build and test GlassFish7 without any updates and "hacks" before the release