Skip to content
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

Skip image pull if possible #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stevenmatthewt
Copy link

Now that dockerhub has enforced rate limiting on image pulls, it would be nice to skip the docker pull if the image already exists (performing a pull still counts against the rate limit even if the image is not updated). This implements a simple check to see if the correctly tagged image already exists locally, and simply uses that image if so.

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