From 51977a230715be285f8b8076f43bd1e5803d051c Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Thu, 30 Apr 2015 15:21:05 -0700 Subject: [PATCH] Adding support for GITHUB IGNORES to the engine Dockerfile Signed-off-by: Mary Anthony --- docs/Dockerfile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index e30d4bbd54..a53048bb7f 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -9,7 +9,7 @@ MAINTAINER Sven Dowideit (@SvenDowideit) ENV COMPOSE_BRANCH release ENV SWARM_BRANCH v0.2.0 ENV MACHINE_BRANCH master -ENV DISTRIB_BRANCH release/2.0 +ENV DISTRIB_BRANCH docs # TODO: need the full repo source to get the git version info @@ -61,7 +61,14 @@ ADD https://raw.githubusercontent.com/docker/distribution/${DISTRIB_BRANCH}/docs RUN sed -i.old '1s;^;no_version_dropdown: true;' \ /docs/sources/registry/*.md \ /docs/sources/registry/spec/*.md \ - /docs/sources/registry/spec/auth/*.md + /docs/sources/registry/spec/auth/*.md \ + /docs/sources/registry/storage-drivers/*.md + +RUN sed -i.old -e '/^/g'\ + /docs/sources/registry/*.md \ + /docs/sources/registry/spec/*.md \ + /docs/sources/registry/spec/auth/*.md \ + /docs/sources/registry/storage-drivers/*.md ####################### # Docker Swarm