-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression: Docker deployment from private registry appears broken (after upgrade to concourse 3.9.2 from 3.8.0) #48
Comments
Manifest file:
Deployment plan:
Error message:
|
I found these issues and a workaround here:
The only working combination of manifest file that specifies a private registry is to provide the docker username inside the manifest file (as shown above) and to only provide the docker registry password |
The deployment plan now has to be changed to this:
|
As the error above shows, the underlying issue is that the |
Hi, I have upgraded to 3.9.2 from 3.8.0 and am experiencing fatal errors when trying to deploy any docker image from a private registry. The error as shown below.
For some reason the provided
CF_DOCKER_PASSWORD
is no longer being found or the input arguments to cf push are messed up. Any help or currently working examples with private docker registries would be much appreciated.Related: nulldriver/cf-cli-resource#24
The text was updated successfully, but these errors were encountered: