doc/toolbox, doc/toolbox-run: Refer to a newer Fedora release

Fedora 35 reached End of Life on 13th December 2022:
https://docs.fedoraproject.org/en-US/releases/eol/

https://github.com/containers/toolbox/pull/1237
This commit is contained in:
Debarshi Ray 2023-02-10 22:00:16 +01:00
parent 419e4e8cd9
commit 2a5f20e1b4
2 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ failed to run or why it exited.
$ toolbox run /etc; echo $?
/bin/sh: line 1: /etc: Is a directory
/bin/sh: line 1: exec: /etc: cannot execute: Is a directory
Error: failed to invoke command /etc in container fedora-toolbox-35
Error: failed to invoke command /etc in container fedora-toolbox-36
126
```
@ -72,7 +72,7 @@ Error: failed to invoke command /etc in container fedora-toolbox-35
```
$ toolbox run foo; echo $?
/bin/sh: line 1: exec: foo: not found
Error: command foo not found in container fedora-toolbox-35
Error: command foo not found in container fedora-toolbox-36
127
```

View file

@ -57,7 +57,7 @@ specifies its version. Supported combinations are:
Distro |Release
-------|----------
fedora |\<release\> or f\<release\> eg., 35 or f35
fedora |\<release\> or f\<release\> eg., 36 or f36
rhel |\<major\>.\<minor\> eg., 8.5
## GLOBAL OPTIONS ##