summaryrefslogtreecommitdiff
path: root/compose/const.py
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-12-01 17:26:32 -0800
committerJoffrey F <joffrey@docker.com>2016-01-05 15:09:39 -0800
commitabe145bbe77d09a5b31ee1453a37938e132604e1 (patch)
treeaf7e9012b2b63e0f0b5a4e5021d2471bfdcbfa44 /compose/const.py
parentb253efd8a77447c7ad4f6a6aa5101510704782b1 (diff)
Update config resolution to always use explicit version numbers
Also includes several bugfixes for resolution and validation. Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'compose/const.py')
-rw-r--r--compose/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/compose/const.py b/compose/const.py
index 1b689418..9c607ca2 100644
--- a/compose/const.py
+++ b/compose/const.py
@@ -10,3 +10,4 @@ LABEL_PROJECT = 'com.docker.compose.project'
LABEL_SERVICE = 'com.docker.compose.service'
LABEL_VERSION = 'com.docker.compose.version'
LABEL_CONFIG_HASH = 'com.docker.compose.config-hash'
+COMPOSEFILE_VERSIONS = (1, 2)