-
Notifications
You must be signed in to change notification settings - Fork 4
docker-rotate 2.0 #8
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
Conversation
refactor image and container cleanup to own sub commands generalize image selection
def include_container(container, args): | ||
""" | ||
Return truthy if container should be removed. | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only exited containers or containers that have been created but not started are considered for removal.
Note that I removed the support for data containers.
In latest docker versions data volumes are first class objects and should be created with docker volume
command instead of creating data containers. This removes the guesswork we had here before.
Thanks for merging. |
Looks like an auth error when travis is pushing to pypi. |
Hey Zvika, I am not sure why this is failing to push to pypi. We are getting an auth error, but I see other builds that look like they were successfully pushed with the same creds. I'm gonna have to look a little more. |
I see in .travis.yml file that Jesse's credentials are used to push to pypi On Tue, Mar 8, 2016 at 10:19 AM wheremiah notifications@github.com wrote:
|
I thought so too, but those still worked for mockredispy. We're gonna need On Tue, Mar 8, 2016 at 1:52 AM, zvikagart notifications@github.com wrote:
|
Hey Zvika, this should be available on pypi now. The version is 2.0.1. I guess it was related to the credentials. Lemme know if you have any trouble, and thanks for the updates to docker-rotate! |
Great. Thanks. |
Greetings Friends!
I've made the following changes to the package:
More details inside.
The changes are breaking so I versioned it
2.0
.