Add centos deprecation yeet

This commit is contained in:
j3s
2021-07-25 09:36:04 -05:00
parent a9c4ae7572
commit f94d3aa1d3
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ INSERT INTO os_images (id, template_image_file_name, description, deprecated)
VALUES ('archlinux', 'archlinux/root.img.qcow2', 'Arch Linux', FALSE);
UPDATE os_images SET deprecated = TRUE WHERE id = 'guixsystem120';
UPDATE os_images SET deprecated = TRUE WHERE id = 'centos7';
UPDATE os_images SET deprecated = TRUE WHERE id = 'centos8';
UPDATE os_images SET description = 'Ubuntu 20.04 (Focal)' WHERE id = 'ubuntu20';