Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for docker build --cache-from=IMG #701

Closed
bickfordb opened this issue Jun 18, 2018 · 0 comments
Closed

Add support for docker build --cache-from=IMG #701

bickfordb opened this issue Jun 18, 2018 · 0 comments

Comments

@bickfordb
Copy link

bickfordb commented Jun 18, 2018

--cache-from speeds up builds with large base layers that change infrequently

Expected behavior

This might look like:

...
build:
   artifacts:
   - imageName: my.re.po/my/project
      docker:
        cacheFrom: my.re.po/my/project:head
..
@dgageot dgageot self-assigned this Jun 22, 2018
dgageot added a commit to dgageot/skaffold that referenced this issue Jun 24, 2018
Fixes GoogleContainerTools#701

Signed-off-by: David Gageot <david@gageot.net>
dgageot added a commit to dgageot/skaffold that referenced this issue Jun 24, 2018
Fixes GoogleContainerTools#701

Signed-off-by: David Gageot <david@gageot.net>
dgageot added a commit to dgageot/skaffold that referenced this issue Jun 25, 2018
Fixes GoogleContainerTools#701

Signed-off-by: David Gageot <david@gageot.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants