mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
for 1.6
Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
17ef617c77
commit
f44aa3b1fb
2 changed files with 5 additions and 4 deletions
|
@ -6,9 +6,9 @@ MAINTAINER Sven Dowideit <SvenDowideit@docker.com> (@SvenDowideit)
|
||||||
|
|
||||||
# This section ensures we pull the correct version of each
|
# This section ensures we pull the correct version of each
|
||||||
# sub project
|
# sub project
|
||||||
ENV COMPOSE_BRANCH release
|
ENV COMPOSE_BRANCH 1.2.0
|
||||||
ENV SWARM_BRANCH v0.1.0
|
ENV SWARM_BRANCH v0.2.0
|
||||||
ENV MACHINE_BRANCH v0.1.0
|
ENV MACHINE_BRANCH master
|
||||||
ENV DISTRIB_BRANCH master
|
ENV DISTRIB_BRANCH master
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,8 @@
|
||||||
{ "Condition": { "KeyPrefixEquals": "installation/openSUSE/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "installation/SUSE/" } },
|
{ "Condition": { "KeyPrefixEquals": "installation/openSUSE/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "installation/SUSE/" } },
|
||||||
{ "Condition": { "KeyPrefixEquals": "contributing/contributing/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/who-written-for/" } },
|
{ "Condition": { "KeyPrefixEquals": "contributing/contributing/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/who-written-for/" } },
|
||||||
{ "Condition": { "KeyPrefixEquals": "contributing/devenvironment/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/set-up-prereqs/" } },
|
{ "Condition": { "KeyPrefixEquals": "contributing/devenvironment/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/set-up-prereqs/" } },
|
||||||
{ "Condition": { "KeyPrefixEquals": "contributing/docs_style-guide/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/doc-style/" } }
|
{ "Condition": { "KeyPrefixEquals": "contributing/docs_style-guide/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "project/doc-style/" } },
|
||||||
|
{ "Condition": { "KeyPrefixEquals": "registry/" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "registry/overview/" } }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue