Skip to content

Commit

Permalink
Merge pull request docker#63 from SvenDowideit/use-docs-base-oss
Browse files Browse the repository at this point in the history
convert docs Dockerfiles to use docs/base:oss
  • Loading branch information
SvenDowideit committed May 3, 2016
2 parents 57a5b1d + 0b7bc1c commit 4394b8e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
FROM docs/base:latest
FROM docs/base:oss
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)

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
RUN svn checkout https://github.com/docker/machine/trunk/docs /docs/content/machine
RUN svn checkout https://github.com/docker/distribution/trunk/docs /docs/content/registry
RUN svn checkout https://github.com/docker/notary/trunk/docs /docs/content/notary
RUN svn checkout https://github.com/kitematic/kitematic/trunk/docs /docs/content/kitematic
RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engine

ENV PROJECT=opensource

# To get the git info for this repo
COPY . /src

RUN rm -rf /docs/content/$PROJECT/
COPY . /docs/content/$PROJECT/

0 comments on commit 4394b8e

Please sign in to comment.