diff --git a/Dockerfile b/Dockerfile index ea9311d396..7c30869114 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # Engine -ARG ENGINE_BRANCH="18.09.x" +ARG ENGINE_BRANCH="19.03.x" # Distribution ARG DISTRIBUTION_BRANCH="release/2.6" diff --git a/_config.yml b/_config.yml index 9a96635888..bf0bc90aa1 100644 --- a/_config.yml +++ b/_config.yml @@ -20,8 +20,8 @@ exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks", "index.html", "404. # You can't have - characters in these for non-YAML reasons latest_engine_api_version: "1.39" -docker_ce_version: "18.09" -docker_ee_version: "18.09" +docker_ce_version: "19.03" +docker_ee_version: "19.03" compose_version: "1.24.0" compose_file_v3: "3.7" compose_file_v2: "2.4" @@ -96,7 +96,7 @@ defaults: - scope: path: "install" values: - win_latest_build: "docker-18.09.6" + win_latest_build: "docker-19.03.0" - scope: path: "datacenter" values: diff --git a/_config_authoring.yml b/_config_authoring.yml index ca8a6212a8..8595e75f02 100644 --- a/_config_authoring.yml +++ b/_config_authoring.yml @@ -20,8 +20,8 @@ url: https://docs.docker.com # jekyll serve --incremental --config _config_authoring.yml latest_engine_api_version: "1.39" -docker_ce_version: "18.09" -docker_ee_version: "18.09" +docker_ce_version: "19.03" +docker_ee_version: "19.03" compose_version: "1.24.0" compose_file_v3: "3.7" compose_file_v2: "2.4" @@ -96,7 +96,7 @@ defaults: - scope: path: "install" values: - win_latest_build: "docker-18.09.1" + win_latest_build: "docker-19.03.0" - scope: path: "datacenter" values: diff --git a/_scripts/fetch-upstream-resources.sh b/_scripts/fetch-upstream-resources.sh index 81ffff7e4b..fc539c21ec 100755 --- a/_scripts/fetch-upstream-resources.sh +++ b/_scripts/fetch-upstream-resources.sh @@ -50,8 +50,8 @@ done < <(cat ./_config.yml |grep '_version:' |grep '^[a-z].*') sedi "s/{{ site.latest_engine_api_version }}/$latest_engine_api_version/g" ./_data/toc.yaml # Engine stable -ENGINE_SVN_BRANCH="branches/18.09" -ENGINE_BRANCH="18.09" +ENGINE_SVN_BRANCH="branches/19.03" +ENGINE_BRANCH="19.03" # Distribution DISTRIBUTION_SVN_BRANCH="branches/release/2.6"