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

Provide more locking control for update process #20

Closed
doanac opened this issue Jan 6, 2020 · 2 comments
Closed

Provide more locking control for update process #20

doanac opened this issue Jan 6, 2020 · 2 comments
Assignees

Comments

@doanac
Copy link
Member

doanac commented Jan 6, 2020

The main problem is that users have no control over when containers are downloaded for update. There are two issues at play:

  1. Containers aren't actually downloaded during the "fetch" phase. They get downloaded when we call docker-compose up.
  2. We need a locking mechanism in place for this new step.

Our current lock in aktualizr-lite is just for the "update". We'll need a new CLI option for this "download" lock as well.

@doanac doanac self-assigned this Jan 6, 2020
@doanac
Copy link
Member Author

doanac commented Jan 7, 2020

Here is my branch with the progress so far:

https://github.com/doanac/aktualizr/commits/docker-app-fetch

@doanac
Copy link
Member Author

doanac commented Jan 16, 2020

This has been merged. It will go out in our next v60 update.

@doanac doanac closed this as completed Jan 16, 2020
mike-sul pushed a commit that referenced this issue Nov 15, 2021
Add stricter testing to reregistration tests
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

No branches or pull requests

1 participant