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

Implement cache using docker's --cache-from flag #99

Merged
merged 1 commit into from
Mar 15, 2017

Conversation

databus23
Copy link
Contributor

With docker 1.13 a new build flag was added: --cache-from
This flag deprecated the buildcache tool that we used with docker 1.12

Details: moby/moby#26839

@concourse-bot
Copy link
Collaborator

concourse-bot commented Feb 13, 2017

Hi there!

We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created.

The current status is as follows:

  • #139689311 Implement cache using docker's --cache-from flag

This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes.

With docker 1.13 a new build flag was added: --cache-from
This flag deprecated the buildcache tool that we used with docker 1.12

Details: moby/moby#26839
@databus23
Copy link
Contributor Author

rebased on master.
This removes a lot of cruft from the image and even makes the caching use-case a tad faster. I would really like to see this in 2.8.0.
ping @vito

@vito
Copy link
Member

vito commented Mar 15, 2017

sweet! thanks.

@vito vito merged commit 81bd231 into concourse:master Mar 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants