Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to new Docker version scheme #1926

Merged
merged 1 commit into from
Mar 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY . md_source
# then nuke the md_source directory.

## Branch to pull from, per ref doc
ENV ENGINE_BRANCH="1.13.x"
ENV ENGINE_BRANCH="17.03.x"
ENV DISTRIBUTION_BRANCH="release/2.5"

RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend md_source/engine/extend \
Expand Down
6 changes: 3 additions & 3 deletions _data/not_edited_here.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ overrides:

- path: /engine/deprecated.md
description: Docker Engine deprecation reference
source: https://github.com/docker/docker/tree/1.13.x/docs/deprecated.md
source: https://github.com/docker/docker/tree/17.03.x/docs/deprecated.md

- path: /engine/extend/
description: References for Docker Engine plugin system
source: https://github.com/docker/docker/tree/1.13.x/docs/extend/
source: https://github.com/docker/docker/tree/17.03.x/docs/extend/

- path: /engine/reference/
description: Docker Engine CLI and API references
source: https://github.com/docker/docker/tree/1.13.x/docs/reference/
source: https://github.com/docker/docker/tree/17.03.x/docs/reference/

- path: /notary/reference/
description: Reference docs for Docker Notary
Expand Down