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

appengine: Remove app only from runtime part #340

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Conversation

mike-sul
Copy link
Contributor

Remove app components only from the runtime part, i.e. docker store and compose project in the appengine->remove() call, and leave its content in the OCI/blob store as it can be needed during rollback or if a given app is listed in the reset_apps.
After successful update unused blobs are removed from the blob stores, which guarantees proper app removal if it is not listed in reset_apps.

Remove app components only from the runtime part, i.e. docker store and
compose project in the appengine->remove() call, and leave its content
in the OCI/blob store as it can be needed during rollback or if a given
app is listed in the `reset_apps`.
After successful update unused blobs are removed from the blob stores,
which guarantees proper app removal if it is not listed in `reset_apps`.

Signed-off-by: Mike Sul <[email protected]>
@mike-sul mike-sul requested a review from detsch July 16, 2024 08:07
@mike-sul
Copy link
Contributor Author

@detsch This is the same commit we merged into the v94 branch yesterday.

Copy link
Member

@detsch detsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mike-sul mike-sul merged commit e25e901 into master Jul 16, 2024
4 checks passed
@mike-sul mike-sul deleted the fix-app-removing branch July 16, 2024 12:09
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

Successfully merging this pull request may close these issues.

2 participants