mirror of https://github.com/docker/docs.git
Update UCP and DTR versions for Docker EE 2.0 GA (#610)
This commit is contained in:
parent
fc372fdc86
commit
3bc210b096
12
_config.yml
12
_config.yml
|
|
@ -125,7 +125,7 @@ defaults:
|
||||||
- scope:
|
- scope:
|
||||||
path: "install"
|
path: "install"
|
||||||
values:
|
values:
|
||||||
win_latest_build: "docker-17.06.2-ee-7"
|
win_latest_build: "docker-17.06.2-ee-8"
|
||||||
- scope:
|
- scope:
|
||||||
path: "kitematic"
|
path: "kitematic"
|
||||||
values:
|
values:
|
||||||
|
|
@ -157,7 +157,7 @@ defaults:
|
||||||
values:
|
values:
|
||||||
dtr_org: "docker"
|
dtr_org: "docker"
|
||||||
dtr_repo: "dtr"
|
dtr_repo: "dtr"
|
||||||
dtr_version: "2.5.0-beta3"
|
dtr_version: "2.5.0"
|
||||||
- scope:
|
- scope:
|
||||||
path: "datacenter/dtr/2.4"
|
path: "datacenter/dtr/2.4"
|
||||||
values:
|
values:
|
||||||
|
|
@ -193,7 +193,13 @@ defaults:
|
||||||
values:
|
values:
|
||||||
ucp_org: "docker"
|
ucp_org: "docker"
|
||||||
ucp_repo: "ucp"
|
ucp_repo: "ucp"
|
||||||
ucp_version: "3.0.0-beta3"
|
ucp_version: "3.0.0"
|
||||||
|
- scope: # This is a bit of a hack for the get-support.md topic.
|
||||||
|
path: "ee"
|
||||||
|
values:
|
||||||
|
ucp_org: "docker"
|
||||||
|
ucp_repo: "ucp"
|
||||||
|
ucp_version: "3.0.0"
|
||||||
- scope:
|
- scope:
|
||||||
path: "datacenter/ucp/2.2"
|
path: "datacenter/ucp/2.2"
|
||||||
values:
|
values:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue