Repair config for edge only

This commit is contained in:
gbarr01 2018-04-10 10:37:56 -07:00 committed by Gwendolynne Barr
parent 4a1427484e
commit cf4e17fa58
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@ 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", "v18.03"]
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"]
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
latest_stable_docker_engine_api_version: "1.37"
docker_ce_stable_version: "18.04"
docker_ce_stable_version: "18.03"
docker_ce_edge_version: "18.04"
docker_ee_version: "17.06"
compose_version: "1.21.0"