Use FROM docs/base:latest again

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2015-11-26 20:40:44 +10:00
parent ebf4db1442
commit 724f5ab1a9
1 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,6 @@
FROM docs/base:hugo-github-linking
FROM docs/base:latest
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
# To get the git info for this repo
COPY . /src
COPY . /docs/content/docker-trusted-registry
RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engine
RUN svn checkout https://github.com/docker/compose/trunk/docs /docs/content/compose
RUN svn checkout https://github.com/docker/swarm/trunk/docs /docs/content/swarm
@ -16,3 +11,10 @@ RUN svn checkout https://github.com/docker/tutorials/trunk/docs/mac /docs/conten
RUN svn checkout https://github.com/docker/tutorials/trunk/docs/windows /docs/content/windows
RUN svn checkout https://github.com/docker/tutorials/trunk/docs/linux /docs/content/linux
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource
ENV PROJECT=docker-trusted-registry
# To get the git info for this repo
COPY . /src
COPY . /docs/content/$PROJECT/