operator-framework / operator-courier

Build, verify and push operators
Apache License 2.0
41 stars 53 forks source link

Unable to push image #160

Closed camilamacedo86 closed 5 years ago

camilamacedo86 commented 5 years ago

The following error is faced.

$ operator-courier push "$OPERATOR_DIR" "$QUAY_NAMESPACE" "$PACKAGE_NAME" "$PACKAGE_VERSION" "$TOKEN"
ERROR:operatorcourier.push:{"error": "Cannot push an application to an image repository with the same name"}
'str' object has no attribute 'get'
camilamacedo86 commented 5 years ago

The issue occurs because of the package name had the same name as the image of the operator pushed already.