-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
pull --ignore-pull-failures
does not ignore failures since docker 1.13
#4377
Comments
I upgraded |
I'm also getting a similar error but mine is for the general case, where docker-compose up or the other commands like pull do not work. |
This is still broken in Doesn't pull all it can, and exits with error. |
@adamdicarlo can also confirm in |
This still fails on |
Confirmed works on |
This still fails on |
ignore-pull-failures still doesn't work on @shin- Can you maybe have a quick look at this please? |
I found a way to get to work Your command should be: Hope this will help anyone with this issue. |
@Tb0 That does not make |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it had not recent activity during the stale period. |
This is still an issue (latest everything). |
To reproduce:
Create a docker-compose.yml file with the following content:
Running
docker-compose pull --ignore-pull-failures
prints out the expected ERROR output (ERROR: b'repository my/image not found: does not exist or no pull access'
),And returns the unexpected 1 status code :(.
This worked well in versions 1.12.x, but stopped working once updated to 1.13
The text was updated successfully, but these errors were encountered: