pkg/utils: Update fallback release to 38 for non-fedora hosts

Fedora 37 will reach End of Life on 5th December 2023:
https://docs.fedoraproject.org/en-US/releases/eol/
https://fedorapeople.org/groups/schedule/f-39/f-39-all-tasks.html

https://github.com/containers/toolbox/pull/1403

Signed-off-by: Jens Petersen <petersen@redhat.com>
This commit is contained in:
Jens Petersen 2023-11-15 14:29:18 +08:00 committed by Debarshi Ray
parent 9ec3f36908
commit 25391e75a1
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ const (
containerNamePrefixFallback = "fedora-toolbox" containerNamePrefixFallback = "fedora-toolbox"
distroFallback = "fedora" distroFallback = "fedora"
idTruncLength = 12 idTruncLength = 12
releaseFallback = "37" releaseFallback = "38"
) )
const ( const (