Skip to content

Conversation

lisongmin
Copy link
Contributor

The pull option behavior in podman-compose and docker-compose:

command option docker-compose podman-compose(old) podman-compose(new)
build --pull Support Support Support
build --pull policy No No Support
build --pull-always No Support Deprecated, use --pull policy
up --pull No Support Support
up --pull policy Support No Support
up --pull-always No Support Deprecated, use --pull policy

With this PR, the --pull option is compat with docker-compose and previous version of podman-compose.

@lisongmin
Copy link
Contributor Author

Oh, we got the docker.io rate limits:

Error: initializing source docker://debian:bookworm-slim: reading manifest bookworm-slim in docker.io/library/debian: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"

Maybe we should push podman-compose-test to github and use it to avoid this problem.

…policy.

Signed-off-by: Songmin Li <lisongmin@protonmail.com>
@lisongmin lisongmin force-pushed the fix-pull-can-not-set-to-pull-policy branch from c12ff85 to 909355d Compare August 25, 2025 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant