Docker Image Submission Issues

Hi,
I was trying to submit a baseline to test the submission process, and I followed all of the submission steps on TIRA. However, when I did the command
sudo docker push registry.webis.de/code-research/tira/frankly-unctuous/transformer-baseline-task1:0.0.3
It returned

The push refers to repository [registry.webis.de/code-research/tira/frankly-unctuous/transformer-baseline-task1]
6bb4e420a702: Preparing 
e7b9729d1197: Preparing 
0aafb239ad73: Preparing 
714358772bec: Preparing 
25dacf94f94f: Preparing 
c76370b76bd8: Waiting 
95129a5fe07e: Waiting 
denied: requested access to the resource is denied

and I was unable to select the image in TIRA. How can I fix this problem?

Dear Adhitya,

Thank you for making software submissions to the shared task, we are very happy about this!

It seems like you found a new years bug :slight_smile:

The year change from 2022 to 2023 expired the TLS certificate of registry.webis.de, which caused the problem that you could not push the image.

I now renewed this certificate, and it seems to work properly again for me (I tested the upload and execution of a docker software). Does it work for you now as well?

Thanks for participating and a happy new year!

Best regards,

Maik

It does, thank you!

Adhi

1 Like