Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Support #PREFETCH keyword #263

Open
yiranwang52 opened this issue Sep 17, 2019 · 0 comments
Open

Support #PREFETCH keyword #263

yiranwang52 opened this issue Sep 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@yiranwang52
Copy link
Collaborator

yiranwang52 commented Sep 17, 2019

Is your feature request related to a problem? Please describe.
In Java and NodeJS builds, a lot of time was spent on fetching dependencies. If dependencies from previous build are available on the filesystem, this part could be much faster.

Describe the solution you'd like
Support a #PREFETCH keyword, that fetches corresponding layer from previous build. This needs to be coupled with a cache service that can guess what the expected layer is.

Additional context
This should change the layer size; Optimization for layer size should be done by #PATCH keyword (see #257).

@yiranwang52 yiranwang52 added the enhancement New feature or request label Sep 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant