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

Prune image API not working #150

Closed
e01953 opened this issue Sep 28, 2020 · 3 comments
Closed

Prune image API not working #150

e01953 opened this issue Sep 28, 2020 · 3 comments
Labels

Comments

@e01953
Copy link

e01953 commented Sep 28, 2020

## Expected/Wanted Behavior
All unused images should get prune

## Actual Behavior
Pruning not working

## Steps to Reproduce the Problem

  1. Create an app (e.g. 'nativeexecution') with hello-world as docker image and associate with device group(e.g.iotDevice)
  2. Update the docker image as "nginx" in app(nativeexecution) with configuration API.
  3. docker images in terminal -> 3 images are showing 1) Nebula worker 2) hello-world 3) nginx
  4. Used the prune API to remove the unused Images but all images are showing none of them was prune.
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.93. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the bug label Sep 28, 2020
@naorlivne
Copy link
Member

We seems to have hit docker/docker-py#1939 with this bug, the fix stated in the link should work here as well so I'll add that in

@naorlivne
Copy link
Member

pushed to latest, fix will be added to next versioned build (but you can of course test on latest meanwhile)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants