-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
docker compose pull
fails if any image is not pullable
#8724
Comments
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 is still an issue. |
This issue has been automatically marked as not stale anymore due to the recent activity. |
Workaround foobar:
image: private/foobar
pull_policy: never
build:
dockerfile: foobar.Dockerfile |
Closed
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Description
docker compose pull
fails if any image is not pullable (such as being locally built).Steps to reproduce the issue:
docker compose pull
Describe the results you received:
When the locally built image fails to pull, all other pulls are aborted (
dcp
is an alias fordocker compose pull
)Describe the results you expected:
Pulls of other images should complete even if some are unavailable, as was the behaviour with docker-compose (v1.x)
Additional information you deem important (e.g. issue happens only occasionally):
Passing
--ignore-pull-failures
mitigates the issue - though still reports the failures - but this is still a break in behaviour from v1.xOutput of
docker compose version
:Output of
docker info
:Additional environment details:
The text was updated successfully, but these errors were encountered: