Open leifg opened 7 years ago
Sadly, that is working as designed and how all pipeline extensions that work with containers have to behave. Because the pipeline does not have a refresh token made available (just the bearer token) we have to use version 6.13 of cf in order to use the cf ic plugin.
Later versions of cf would cause the cf ic plugin to try to use a refresh token, which breaks things. The 6.13 version is installed at $EXT_DIR/cf.
So any calls using cf ic should be made using $EXT_DIR/cf ic. If you want to make other cf calls, you can use either cf (newer version) or $EXT_DIR/cf (6.13)
Following up on my docker problem (#129). I see this weird notice in my output:
It looks like the Cloud Foundry CLI is downgraded during the process. I suppose it is supposed to upgrade to 6.22?