mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Merge pull request #315 from SvenDowideit/move-to-docs-base-latest
Use FROM docs/base:latest again
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM docs/base:hugo-github-linking
|
||||
FROM docs/base:latest
|
||||
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
|
||||
|
||||
RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engine
|
||||
@@ -9,7 +9,9 @@ RUN svn checkout https://github.com/docker/distribution/trunk/docs /docs/content
|
||||
RUN svn checkout https://github.com/docker/tutorials/trunk/docs /docs/content/tutorials
|
||||
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource
|
||||
|
||||
ENV PROJECT=notary
|
||||
|
||||
# To get the git info for this repo
|
||||
COPY . /src
|
||||
|
||||
COPY . /docs/content/notary/
|
||||
COPY . /docs/content/$PROJECT/
|
||||
|
||||
Reference in New Issue
Block a user