[ContinousDelivery] Avoid rebuilding images if not needed #104
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#104
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In an application with the
ContinuousDelivery
feature, the docker image of the application is always rebuilt from scratch. Which can be long.To speed this up, think of a way to skip rebuilding the image if not needed (e.g. better caching).
Ref: ContinuousDelivery::ensure_installed