mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-08-14 20:44:56 +02:00
android-arm
browser-asmjs
imagefiles
linux-arm64
linux-armv5
Dockerfile
Toolchain.cmake
linux-armv6
linux-armv7
linux-ppc64le
linux-x64
linux-x86
manylinux-common
manylinux-x64
manylinux-x86
test
windows-x64
windows-x86
.circleci-matrix.yml
.gitignore
Dockerfile.in
LICENSE
Makefile
README.rst
circle.yml
common.debian
common.docker
common.manylinux

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