-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
Description
Description
Hi there!
Compose already has the no-cache option; could it add the no-cache-filter option, which allows to skip caching for a specific build stage?
An example use case is having a stage dedicated to downloading build artifacts, which are then bind-mounted in other stage(s) so cache invalidation depend on the checksum of the downloaded files. The first stage should never be cached.
If interested I can try to implement it. :)