-
Notifications
You must be signed in to change notification settings - Fork 491
Enable support for build --cache-from #202
Comments
+1 I believe you explicitly need to do So ideally, to do everything via Maven, we also need a pull mojo? Or another flag on top of |
Also, we must allow that the pull could fail. This happens if the image was never pushed before. I believe the general flow of usage of
|
I have created pull request for this feature. Can anybody review/merge it? |
Added in #217 |
is this working? i'm using this in a project but it still doesn't use the image pulled as a cache @martinberanek |
Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE REQUEST
Description
Introduce new cacheFrom parametr that (if specified) firstly pulls specified image and than use
docker build --cache-from
. This can significantly speed up image build and reduce space consumption in docker registry.The text was updated successfully, but these errors were encountered: