From ff934cbc13f6571f86cdd2117098eae4fdd4121d Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 2 Mar 2016 13:22:38 -0500 Subject: [PATCH] doc: Add base image description. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index b8662e1..fd7af0e 100644 --- a/README.rst +++ b/README.rst @@ -5,3 +5,10 @@ Dockerfiles for cross compiling environments .. image:: https://circleci.com/gh/thewtex/cross-compilers/tree/master.svg?style=svg :target: https://circleci.com/gh/thewtex/cross-compilers/tree/master + +.. |base-images| image:: https://badge.imagelayers.io/thewtex/cross-compiler-base:latest.svg + :target: https://imagelayers.io/?images=thewtex/cross-compiler-base:latest + +thewtex/cross-compiler-base + |base-images| Base image for other toolchain images. From Debian Jessie with GCC, + make, autotools, CMake, Ninja, Git, and Python.