Merge "debian: use stretch-backports by default"
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user