You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Codebase operator currently creates CodebasImageStream with such image: docker-registry URL(taken from EDPComponent)/current namespace/Codebase name.
We can't use such a pattern for the docker hub because instead of the current namespace, we need a docker hub profile name.
To support both approaches, we can remove the current namespace from the image name and move this namespace to the docker-registry URL (EDPComponent) for the previous logic.
The text was updated successfully, but these errors were encountered:
Removed the current namespace from the image name to support the docker hub(we can't use namespace as the profile name). To support the old approach, we can move this namespace to the docker-registry URL (EDPComponent).
Change-Id: I27a62a4a404fb464c079e14988d658fb25a6860a
The Codebase operator currently creates CodebasImageStream with such image:
docker-registry URL(taken from EDPComponent)/current namespace/Codebase name
.We can't use such a pattern for the docker hub because instead of the current namespace, we need a docker hub profile name.
To support both approaches, we can remove the current namespace from the image name and move this namespace to the docker-registry URL (EDPComponent) for the previous logic.
The text was updated successfully, but these errors were encountered: