dockcross/linux-x86
Jean-Christophe Fillion-Robin cfcc7d6700
dockerfile: Keep track of buildtime metadata
This commit build each images with the following arguments:

* IMAGE: Name of the image (e.g dockcross/base, dockcross/manylinux-x64, ...)
* VCS_REF: dockcross/dockcross commit from which this image is built
* VCS_URL: this repository obtained reading remote.origin.url
* BUILD_DATE: Date and time when the build was initiated

Then, within the Dockerfile, the metadata are associated with the image
using the "LABEL" instruction.
See https://docs.docker.com/engine/reference/builder/#/label

The corresponding labels can be found here:
http://label-schema.org/rc1/#build-time-labels

See #28
2016-10-30 23:57:04 -04:00
..
Dockerfile dockerfile: Keep track of buildtime metadata 2016-10-30 23:57:04 -04:00
i686-linux-gnu-as.sh linux-x86: Add toolchain file and install libc6 and stdc++6 32-bit libraries 2016-04-13 19:54:28 -04:00
i686-linux-gnu-noop.sh linux-x86: Set emulator path using a "noop" script without argument. 2016-04-16 16:43:13 -04:00
i686-linux-gnu.sh Adapted and corrected linux-x86 Xcompile toolset 2016-05-30 22:50:22 +02:00
linux32-entrypoint.sh linux-x86: Use linux32 as entrypoint for uname -m output 2016-09-24 22:37:00 -04:00
Toolchain.cmake linux-x86: Set emulator path using a "noop" script without argument. 2016-04-16 16:43:13 -04:00