Skip to content

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