Merge "debian: use stretch-backports by default"

This commit is contained in:
Zuul
2017-12-14 01:03:50 +00:00
committed by Gerrit Code Review

View File

@@ -25,14 +25,14 @@ DEFAULT_BASE_TAGS = {
'centos': '7',
'rhel': '7',
'oraclelinux': '7-slim',
'debian': 'stretch',
'debian': 'stretch-backports',
'ubuntu': '16.04',
}
DISTRO_RELEASE = {
'centos': '7',
'rhel': '7',
'oraclelinux': '7',
'debian': 'stretch',
'debian': 'stretch-backports',
'ubuntu': '16.04',
}