dockcross/linux-ppc64le
Jean-Christophe Fillion-Robin 286e6b5c95
Dockerfile: Explicitly depend on "dockcross/base:latest"
As recommended in by CircleCI, explicitly specify the "latest"
tag. This will be important when we will start versioning our images.

Copied from CircleCI documentation [1]:

"Make sure you tag the image you use in the FROM command in your
Dockerfile, even if it is the default “latest” tag. Otherwise, Docker
will pull down all tags for the image you specify. This will create
significant performance problems because the save/load strategy described
above only caches the image layers (and thus tags) that you specify in
the docker save command, so other tags will be re-pulled on every build
if a tag is not specified in the FROM command."

[1] https://circleci.com/docs/docker/#caching-docker-layers
2016-11-26 18:25:08 -05:00
..
Dockerfile Dockerfile: Explicitly depend on "dockcross/base:latest" 2016-11-26 18:25:08 -05:00
Toolchain.cmake linux-ppc64le: Specify system processor and fix library finding. 2016-04-18 23:37:20 -04:00