mirror of https://github.com/docker/docs.git
Revert "Update product versions in _config.yml"
This reverts commit ebaa78ee62
.
This commit is contained in:
parent
03e09ed114
commit
377e5a2881
|
@ -13,15 +13,15 @@ safe: false
|
|||
lsi: false
|
||||
url: https://docs.docker.com
|
||||
# This needs to have all the directories you expect to be in the archives (delivered by docs-base in the Dockerfile)
|
||||
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"]
|
||||
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"]
|
||||
exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks"]
|
||||
|
||||
# Component versions -- address like site.docker_ce_stable_version
|
||||
# You can't have - characters in these for non-YAML reasons
|
||||
|
||||
docker_ce_stable_version: "18.03"
|
||||
latest_stable_docker_engine_api_version: "1.37"
|
||||
docker_ce_edge_version: "18.03"
|
||||
docker_ce_stable_version: "17.12"
|
||||
latest_stable_docker_engine_api_version: "1.36"
|
||||
docker_ce_edge_version: "18.02"
|
||||
docker_ee_version: "17.06"
|
||||
compose_version: "1.20.0"
|
||||
machine_version: "0.14.0"
|
||||
|
|
Loading…
Reference in New Issue