Skip to content

Commit 24bd8e1

Browse files
mykaulfruch
authored andcommitted
SMI-239: remove open-vm-tools package from AMI
It's (1) not needed and (2) may have security issues. Remove it altogether. Signed-off-by: Yaniv Kaul <[email protected]> Fixes: https://scylladb.atlassian.net/browse/SMI-239
1 parent d5f53a6 commit 24bd8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/scylla_install_image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if __name__ == '__main__':
7878

7979
run('apt-get update --allow-insecure-repositories -y', shell=True, check=True)
8080
run('apt-get full-upgrade -y', shell=True, check=True)
81-
run('apt-get purge -y accountsservice acpid apport fuse fwupd-signed modemmanager motd-news-config python3-apport snapd udisks2 unattended-upgrades update-notifier-common', shell=True, check=True)
81+
run('apt-get purge -y accountsservice acpid apport fuse fwupd-signed modemmanager motd-news-config open-vm-tools python3-apport snapd udisks2 unattended-upgrades update-notifier-common', shell=True, check=True)
8282
run(f'apt-get install -y --auto-remove --allow-unauthenticated {args.product}-machine-image {args.product}-server-dbg ' \
8383
'cpufrequtils dnsutils ethtool initramfs-tools jq mdadm ncat netcat-openbsd ' \
8484
'net-tools nload nmap python3-boto sysstat systemd-coredump tmux traceroute vim-nox vim.tiny xfsprogs aide', shell=True, check=True)

0 commit comments

Comments
 (0)