[ContinousDelivery] Avoid rebuilding images if not needed #104

Open
opened 2025-08-11 23:55:15 +00:00 by letian · 0 comments
Owner

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

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](https://git.nationtech.io/NationTech/harmony/src/commit/bd214f8fb8b68f8d9730875affe06ead13765113/harmony/src/modules/application/features/continuous_delivery.rs#L156)
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: NationTech/harmony#104
No description provided.