Merge "Revert "Set latest tag as default""

This commit is contained in:
Jenkins 2016-10-06 11:40:23 +00:00 committed by Gerrit Code Review
commit 759f706df9
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ BUILDER_WORKERS = os.environ.get('BUILDER_WORKERS', 1)
BUILD_IMAGES = get_var_as_bool('BUILD_IMAGES', True)
REGISTRY = os.environ.get('REGISTRY', "127.0.0.1:31500")
IMAGES_NAMESPACE = os.environ.get('IMAGES_NAMESPACE', 'mcp')
IMAGES_TAG = os.environ.get('IMAGES_TAG', 'latest')
IMAGES_TAG = os.environ.get('IMAGES_TAG', 'newton')
DEFAULT_CUSTOM_YAML = {