Switch base images to debian stretch

This commit is contained in:
Gavin Mogan 2018-01-26 13:45:15 -08:00
parent 7758a3962c
commit 75fc2771d1
1 changed files with 3 additions and 3 deletions

View File

@ -40,15 +40,15 @@ os_base_vars = {
images = {
'debian': [
{
'base': 'debian:jessie',
'base': 'debian:stretch',
'arch': 'amd64'
},
{
'base': 'multiarch/debian-debootstrap:armhf-jessie-slim',
'base': 'multiarch/debian-debootstrap:armhf-stretch-slim',
'arch': 'armhf'
},
{
'base': 'multiarch/debian-debootstrap:arm64-jessie-slim',
'base': 'multiarch/debian-debootstrap:arm64-stretch-slim',
'arch': 'aarch64'
}
]