-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Nomad is no longer cleaning up unused Docker images. #5659
Comments
Any chance you could try reproducing with 0.9.1? It contains some critical Docker related fixes. |
Yes, but it's going to be hard to prioritize that over other work without a new feature we'd use, or a fix being called out in the changelog or resolved issue. Particularly with a 0.9.2 release pending. |
Same here. Nomad version:
Docker version:
OS:
Nomad config
|
I've also reproduced this on 0.9.1, as well as a recent 0.9.2-dev (fb38029) |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Nomad v0.9.0+ent (dce6497)
Operating system and Environment details
Ubuntu 18.03 running in AWS, Based on AMI ami-22741f5a.
Docker Engine - Community 18.09.3
Issue
After upgrading from nomad 0.8.7+ent to 0.9.0+ent, nomad has stopped cleaning up unused docker images. We don't explicitly configure the cleanup behavior and instead rely on the defaults documented here: https://www.nomadproject.io/docs/drivers/docker.html#docker-cleanup-image.
Reproduction steps
Deploy an updated job with a new docker image.
Nomad Client logs (if appropriate)
Nomad Server logs (if appropriate)
I don't see anything relevant to this issue in the server logs.
Nomad Client Config (Slightly Redacted)
The text was updated successfully, but these errors were encountered: