mirror of https://github.com/docker/docs.git
Use FROM docs/base:latest again
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
ebf4db1442
commit
724f5ab1a9
14
Dockerfile
14
Dockerfile
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue