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:
parent
9ec3f36908
commit
25391e75a1
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue