Skip to content

Commit ca4ffb1

Browse files
author
Jeffrey Morgan
committed
Merge branch 'master' into consolidation-changes
2 parents d15739c + b06c458 commit ca4ffb1

File tree

739 files changed

+125584
-10088
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

739 files changed

+125584
-10088
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ COPY . ${SOURCE}
3030
## To get master from svn the svn branch needs to be 'trunk'. To get a branch from svn it needs to be 'branches/branchname'
3131

3232
# Engine
33-
ENV ENGINE_SVN_BRANCH="branches/17.09.x"
34-
ENV ENGINE_BRANCH="17.09.x"
33+
ENV ENGINE_SVN_BRANCH="branches/18.09.x"
34+
ENV ENGINE_BRANCH="18.09.x"
3535

3636
# Distribution
3737
ENV DISTRIBUTION_SVN_BRANCH="branches/release/2.6"
@@ -80,6 +80,7 @@ COPY --from=docs/docker.github.io:v17.03 ${TARGET} ${TARGET}
8080
COPY --from=docs/docker.github.io:v17.06 ${TARGET} ${TARGET}
8181
COPY --from=docs/docker.github.io:v17.09 ${TARGET} ${TARGET}
8282
COPY --from=docs/docker.github.io:v17.12 ${TARGET} ${TARGET}
83+
COPY --from=docs/docker.github.io:v18.03 ${TARGET} ${TARGET}
8384

8485
# Get the built docs output from the previous build stage
8586
# This ordering means all previous layers can come from cache unless an archive

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,13 @@ instance. Be sure to compress the images *before* adding them to the
309309
repository, doing it afterwards actually worsens the impact on the Git repo (but
310310
still optimizes the bandwidth during browsing).
311311

312+
## Beta content disclaimer
313+
```bash
314+
> BETA DISCLAIMER
315+
>
316+
> This is beta content. It is not yet complete and should be considered a work in progress. This content is subject to change without notice.
317+
```
318+
312319
## Building archives and the live published docs
313320

314321
All the images described below are automatically built using Docker Hub. To

_config.yml

+33-16
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,28 @@ safe: false
1313
lsi: false
1414
url: https://docs.docker.com
1515
# This needs to have all the directories you expect to be in the archives (delivered by docs-base in the Dockerfile)
16-
keep_files: ["v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "v1.9", "v1.10", "v1.11", "v1.12", "v1.13", "v17.03", "v17.06", "v17.09", "v17.12"]
16+
keep_files: ["v1.4", "v1.5", "v1.6", "v1.7", "v1.8", "v1.9", "v1.10", "v1.11", "v1.12", "v1.13", "v17.03", "v17.06", "v17.09", "v17.12", "v18.03"]
1717
exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks"]
1818

1919
# Component versions -- address like site.docker_ce_stable_version
2020
# You can't have - characters in these for non-YAML reasons
2121

22-
latest_stable_docker_engine_api_version: "1.37"
23-
docker_ce_stable_version: "18.03"
24-
docker_ce_edge_version: "18.05"
25-
docker_ee_version: "17.06"
22+
latest_stable_docker_engine_api_version: "1.39"
23+
docker_ce_stable_version: "18.09"
24+
docker_ce_edge_version: "18.09"
25+
docker_ee_version: "2.1"
2626
compose_version: "1.23.1"
27-
machine_version: "0.14.0"
27+
machine_version: "0.16.0"
2828
distribution_version: "2.6"
29-
dtr_version: "2.5"
30-
ucp_version: "3.0"
29+
dtr_version: "2.6"
30+
ucp_version: "3.1"
3131

3232
ucp_versions:
33-
- version: "3.0"
33+
- version: "3.1"
3434
path: /ee/ucp/
3535
latest: true
36+
- version: "3.0"
37+
path: /datacenter/ucp/3.0/guides/
3638
- version: "2.2"
3739
path: /datacenter/ucp/2.2/guides/
3840
- version: "2.1"
@@ -43,9 +45,11 @@ ucp_versions:
4345
path: /datacenter/ucp/1.1/overview/
4446

4547
dtr_versions:
46-
- version: "2.5"
48+
- version: "2.6"
4749
path: /ee/dtr/
4850
latest: true
51+
- version: "2.5"
52+
path: /datacenter/dtr/2.5/guides/
4953
- version: "2.4"
5054
path: /datacenter/dtr/2.4/guides/
5155
- version: "2.3"
@@ -58,7 +62,7 @@ dtr_versions:
5862
path: /datacenter/dtr/2.0/
5963

6064
tablabels:
61-
dee-2.0: Docker Enterprise Edition 2.0 Beta2
65+
dee-2.0: Docker Enterprise Edition 2.0
6266
ucp-3.0: Universal Control Plane 3.0
6367
ucp-2.2: Universal Control Plane 2.2
6468
dtr-2.5: Docker Trusted Registry 2.5
@@ -80,8 +84,7 @@ plugins:
8084
- jekyll-sitemap
8185

8286
defaults:
83-
-
84-
scope:
87+
- scope:
8588
path: ""
8689
type: "pages"
8790
values:
@@ -100,6 +103,13 @@ defaults:
100103
- scope:
101104
path: "ee/dtr"
102105
values:
106+
dtr_org: "docker"
107+
dtr_repo: "dtr"
108+
dtr_version: "2.6.0"
109+
- scope:
110+
path: "datacenter/dtr/2.5"
111+
values:
112+
hide_from_sitemap: true
103113
dtr_org: "docker"
104114
dtr_repo: "dtr"
105115
dtr_version: "2.5.6"
@@ -138,16 +148,23 @@ defaults:
138148
values:
139149
ucp_org: "docker"
140150
ucp_repo: "ucp"
141-
ucp_version: "3.0.6"
151+
ucp_version: "3.1.0"
142152
- scope: # This is a bit of a hack for the get-support.md topic.
143153
path: "ee"
144154
values:
145155
ucp_org: "docker"
146156
ucp_repo: "ucp"
147157
dtr_repo: "dtr"
158+
ucp_version: "3.1.0"
159+
dtr_version: "2.6.0"
160+
dtr_latest_image: "docker/dtr:2.6.0"
161+
- scope:
162+
path: "datacenter/ucp/3.0"
163+
values:
164+
hide_from_sitemap: true
165+
ucp_org: "docker"
166+
ucp_repo: "ucp"
148167
ucp_version: "3.0.6"
149-
dtr_version: "2.5.0"
150-
dtr_latest_image: "docker/dtr:2.5.6"
151168
- scope:
152169
path: "datacenter/ucp/2.2"
153170
values:

_data/ddc_offline_files_2.yaml

+22-5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
# environment that can't access the internet
44

55
# Used by _includes/components/ddc_url_list_2.html
6+
- product: "ucp"
7+
version: "3.1"
8+
tar-files:
9+
- description: "3.1.0 Linux"
10+
url: https://packages.docker.com/caas/ucp_images_3.1.0.tar.gz
11+
- description: "3.1.0 Windows Server 2016 LTSC"
12+
url: https://packages.docker.com/caas/ucp_images_win_2016_3.1.0.tar.gz
13+
- description: "3.1.0 Windows Server 1709"
14+
url: https://packages.docker.com/caas/ucp_images_win_1709_3.1.0.tar.gz
15+
- description: "3.1.0 Windows Server 1803"
16+
url: https://packages.docker.com/caas/ucp_images_win_1803_3.1.0.tar.gz
617
- product: "ucp"
718
version: "3.0"
819
tar-files:
@@ -74,19 +85,19 @@
7485
- description: "2.2.13 IBM Z"
7586
url: https://packages.docker.com/caas/ucp_images_s390x_2.2.13.tar.gz
7687
- description: "2.2.13 Windows"
77-
url: https://packages.docker.com/caas/ucp_images_win_2.2.13.tar.gz
88+
url: https://packages.docker.com/caas/ucp_images_win_2.2.13.tar.gz
7889
- description: "2.2.12 Linux"
7990
url: https://packages.docker.com/caas/ucp_images_2.2.12.tar.gz
8091
- description: "2.2.12 IBM Z"
8192
url: https://packages.docker.com/caas/ucp_images_s390x_2.2.12.tar.gz
8293
- description: "2.2.12 Windows"
83-
url: https://packages.docker.com/caas/ucp_images_win_2.2.12.tar.gz
94+
url: https://packages.docker.com/caas/ucp_images_win_2.2.12.tar.gz
8495
- description: "2.2.11 Linux"
8596
url: https://packages.docker.com/caas/ucp_images_2.2.11.tar.gz
8697
- description: "2.2.11 IBM Z"
8798
url: https://packages.docker.com/caas/ucp_images_s390x_2.2.11.tar.gz
8899
- description: "2.2.11 Windows"
89-
url: https://packages.docker.com/caas/ucp_images_win_2.2.11.tar.gz
100+
url: https://packages.docker.com/caas/ucp_images_win_2.2.11.tar.gz
90101
- description: "2.2.10 Linux"
91102
url: https://packages.docker.com/caas/ucp_images_2.2.10.tar.gz
92103
- description: "2.2.10 IBM Z"
@@ -141,6 +152,11 @@
141152
url: https://packages.docker.com/caas/ucp_images_s390x_2.2.0.tar.gz
142153
- description: "2.2.0 Windows"
143154
url: https://packages.docker.com/caas/ucp_images_win_2.2.0.tar.gz
155+
- product: "dtr"
156+
version: "2.6"
157+
tar-files:
158+
- description: "DTR 2.6.0 Linux x86"
159+
url: https://packages.docker.com/caas/dtr_images_2.6.0.tar.gz
144160
- product: "dtr"
145161
version: "2.5"
146162
tar-files:
@@ -193,9 +209,9 @@
193209
version: "2.3"
194210
tar-files:
195211
- description: "DTR 2.3.9"
196-
url: https://packages.docker.com/caas/dtr_images_2.3.9.tar.gz
212+
url: https://packages.docker.com/caas/dtr_images_2.3.9.tar.gz
197213
- description: "DTR 2.3.8"
198-
url: https://packages.docker.com/caas/dtr_images_2.3.8.tar.gz
214+
url: https://packages.docker.com/caas/dtr_images_2.3.8.tar.gz
199215
- description: "DTR 2.3.7"
200216
url: https://packages.docker.com/caas/dtr_images_2.3.7.tar.gz
201217
- description: "DTR 2.3.6"
@@ -212,3 +228,4 @@
212228
url: https://packages.docker.com/caas/dtr-2.3.1.tar.gz
213229
- description: "DTR 2.3.0"
214230
url: https://packages.docker.com/caas/dtr-2.3.0.tar.gz
231+

_data/docsarchive/archives.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
- archive:
2-
name: v18.03
2+
name: v18.09
33
image: docs/docker.github.io:latest
44
current: true
55
# When you make a new stable archive version, move the edge one to be second in
66
# the list. The image for edge should be the same as latest.
77
- archive:
88
name: edge
99
image: docs/docker.github.io:latest
10+
- archive:
11+
name: v18.03
12+
image: docs/docker.github.io:v18.03
1013
- archive:
1114
name: v17.12
1215
image: docs/docker.github.io:v17.12

0 commit comments

Comments
 (0)