profiles: Only use Python 2 in the GCE OEM ACI

This commit is contained in:
David Michael 2019-05-30 15:18:15 +00:00
parent d0e7120258
commit 681716f2e4
2 changed files with 8 additions and 0 deletions

View File

@ -52,3 +52,8 @@ INSTALL_MASK="${INSTALL_MASK}
INSTALL_MASK="${INSTALL_MASK} INSTALL_MASK="${INSTALL_MASK}
/boot /boot
" "
# Drop Python 3 modules etc. since Python 2 is the default.
INSTALL_MASK="${INSTALL_MASK}
/usr/*/python3*
"

View File

@ -1,2 +1,5 @@
# Do not install SSSD in the container. # Do not install SSSD in the container.
sys-auth/sssd-1.13.1 sys-auth/sssd-1.13.1
# Stick to one version of Python in the ACI.
dev-lang/python-3.6.5