gpe-mw-training / rhte2019_E2E_API_Lifecycle_Mgmt_labs

10 stars 9 forks source link

Import toolbox image to openbanking-cicd namespace #5

Closed satyaj closed 4 years ago

satyaj commented 5 years ago

This image is required to run the 3scale toolbox container inside OCP. The toolbox is not yet released by engg, so I have maintained a copy of the latest releases in quay: quay.io/satyaj/3scale-toolbox-container

This image needs to be imported as admin: oc import-image openbanking-cicd/toolbox --insecure=true --from=quay.io/satyaj/3scale-toolbox-container --all --confirm

satyaj commented 5 years ago

I have discovered that engineering publish their images to quay as well in this repo:quay.io/redhat/3scale-toolbox

We should use this so we can depend on the latest official releases from engineering.

satyaj commented 4 years ago

We could directly use the image from the quay and no need to manually import the image. Closing this issue.