zebrunner / community-edition

Zebrunner is a Test Automation Management Tool
https://zebrunner.github.io/community-edition
Apache License 2.0
216 stars 53 forks source link

Supplement the documentation #593

Open azarouski opened 1 month ago

azarouski commented 1 month ago

On CE start we can have error:

Error response from daemon: pull access denied for public.ecr.aws/zebrunner/stf, repository does not exist 
or may require 'docker login': denied: Your authorization token has expired. Reauthenticate and try again.

We need to supplement the documentation about the need to register in aws:

aws ecr-public get-login-password --region us-east-1 | docker login --username ... --password-stdin ...