uffizzi
uffizzi copied to clipboard
Do not ask docker-hub credentials for public and official images
Let users add and use official and public docker-hub images without connecting docker-hub integration.
Cases:
- Credential does not exist and the image is public
- Credential does not exist and the image is private
- Credential does not exist, and the public image does not exist
- Correct credential exists, but the private image does not exist
- Credential exists, but the private image is from a different namespace (Credential has username
limoha
but the image is fromuffizzitest
namespace)
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 does not exist and the image is private
- [x] Credential does not exist, and the public image does not exist
- [x] Correct credential exists, but the private image does not exist
- [x] Correct credential exists, and the private image exists
- [x] Credential exists, but the private image is from a different namespace (Credential has username limoha but the image is from uffizzitest namespace)
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 does not exist and the image is private
- [x] Credential does not exist, and the public image does not exist
- [x] Correct credential exists, but the private image does not exist
- [x] Correct credential exists, and the private image exists
- [x] Credential exists, but the private image is from a different namespace (Credential has username limoha but the image is from uffizzitest namespace)
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
- [x] Credential does not exist and the image is private
- [x] Credential does not exist, and the public image does not exist
- [x] Correct credential exists, but the private image does not exist
- [x] Correct credential exists, and the private image exists
- [x] Credential exists, but the private image is from a different namespace (Credential has username limoha but the image is from uffizzitest namespace)
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
- [x] Credential does not exist and the image is private
- [x] Credential does not exist, and the public image does not exist
- [x] Correct credential exists, but the private image does not exist
- [x] Correct credential exists, and the private image exists
- [x] Credential exists, but the private image is from a different namespace (Credential has username limoha but the image is from uffizzitest namespace)