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

Automatically delete previous versions of a docker image #1899

Open
mohasdev opened this issue Dec 5, 2023 · 0 comments
Open

Automatically delete previous versions of a docker image #1899

mohasdev opened this issue Dec 5, 2023 · 0 comments
Labels
cli For bugs relating to the CLI feature request nice to have Nice to have feature

Comments

@mohasdev
Copy link

mohasdev commented Dec 5, 2023

Background & motivation

Currently when you build an image on docker with the docker build command, it does not delete the old version of the image.
So if I rebuild an image 10 times, I'll have 10 images stored on my computer and I'll have to manually delete the old versions.

Desired behaviour

If kurtosis could detect that it's using a new version of an image and delete the old versions it could save some times !

How important is this to you?

Nice to have; this feature would make using Kurtosis more enjoyable.

What area of the product does this pertain to?

CLI: the Command Line Interface

@github-actions github-actions bot added cli For bugs relating to the CLI nice to have Nice to have feature labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli For bugs relating to the CLI feature request nice to have Nice to have feature
Projects
None yet
Development

No branches or pull requests

1 participant