Sign inSign up

andremiras/docker-cache-from

By andremiras

Updated almost 7 years ago

Image
0

154

andremiras/docker-cache-from repository overview

README

Build Status Docker Build

Demonstrates docker --cache-from issue, where the cache seems to get busted at COPY time.

Usage

Pull the image:

make docker/pull

Then try to build it locally using --cache-from on the freshly pulled image.

make docker/build

See that the cache is not being used for the COPY command.

TODO

  • setup Travis showing it doesn't pick up the cache either
  • show the docker history/inspect

Tag summary

Content type

Image

Digest

Size

25.5 MB

Last updated

almost 7 years ago

docker pull andremiras/docker-cache-from