completion, pkg/utils: Update the range of supported Fedora releases

Rawhide currently points to Fedora 34, and Fedora 30 reached End of
Life on 24th November:
https://fedoraproject.org/wiki/End_of_life

https://github.com/containers/toolbox/pull/663
This commit is contained in:
Debarshi Ray 2021-01-08 01:53:14 +01:00
parent af87ede1db
commit 7c02f93d68
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ __toolbox_images() {
}
__toolbox() {
local MIN_VERSION=29
local RAWHIDE_VERSION=32
local MIN_VERSION=32
local RAWHIDE_VERSION=34
local commands="create enter help init-container list reset rm rmi run"

View File

@ -41,7 +41,7 @@ import (
const (
idTruncLength = 12
releaseDefaultFallback = "31"
releaseDefaultFallback = "32"
)
const (