distro: drop support for Fedora 33

Fedora 33 is already EOL, therefore there is no point in supporting
image builds for it. Drop F33 from the distroregistry list and remove
F33 repositories definition.

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2022-02-07 11:09:28 +01:00 committed by Ondřej Budai
parent f66740fdbd
commit 2c04329645
2 changed files with 0 additions and 59 deletions

View file

@ -18,7 +18,6 @@ import (
// When adding support for a new distribution, add it here.
// Note that this is a constant, do not write to this array.
var supportedDistros = []supportedDistro{
{fedora.NewF33, fedora.NewHostDistro},
{fedora.NewF34, fedora.NewHostDistro},
{fedora.NewF35, fedora.NewHostDistro},
{fedora.NewF36, fedora.NewHostDistro},