Danila Polovinkin
Danila Polovinkin
TESTING - Platform + CLI - [x] Credential does not exist and the image is public - [x] Credential does not exist and the image is official - [x] Credential...
**TESTED - OK**
TESTING - APP + CLI - [x] Credential does not exist and the image is public - [x] Credential does not exist and the image is official - [x] Credential...
TESTING on prod - Platform + CLI - [x] Credential does not exist and the image is public - [x] Credential does not exist and the image is official -...
TESTING on prod - APP + CLI - [x] Credential does not exist and the image is public - [x] Credential does not exist and the image is official -...
**TESTED on prod - OK** ``` # uffizzi connect ecr Registry Domain: https://*** Access key ID: *** Secret access key: Successfully connected to ECR # vi compose-ecr.yml # uffizzi preview...
**TESTED on prod - OK** ``` # uffizzi preview create -o=json compose.yml [✔] Creating containers... [✔] Deploying preview... [✔] webhooks-test-app {"id":"deployment-4","url":"https://deployment-4-test-2.app.qa-gke.uffizzi.com"} # uffizzi project list test_2 ```
**TESTED - OK** :exclamation: `read_only: true` option works only for updating previews. You can not create preview with enabled `read_only` option.
**TESTED with GitHub controller - OK**
**TESTED - OK** ``` services: hello-world: build: context: https://github.com/NealArw/hello-world-1 dockerfile: /Dockerfile args: testarg: uffizzi_test x-uffizzi: ingress: service: hello-world port: 80 continuous_preview: share_to_github: true delete_preview_after: 101h delete_preview_when_image_tag_is_updated: true deploy_preview_when_image_tag_is_created: true delete_preview_when_pull_request_is_closed:...