toolbox: update to f38; update Tamil translation (#10257)

This commit is contained in:
K.B.Dharun Krishna
2023-06-08 22:38:57 +05:30
committed by GitHub
parent 0439f39d19
commit 18bc9cc6e6
8 changed files with 16 additions and 16 deletions

View File

@@ -17,8 +17,8 @@
- Create a `toolbox` container from a custom Fedora image:
`toolbox create --image {{registry.fedoraproject.org/fedora-toolbox:36}}`
`toolbox create --image {{registry.fedoraproject.org/fedora-toolbox:38}}`
- Create a `toolbox` container using the default image for Fedora 36:
- Create a `toolbox` container using the default image for Fedora 38:
`toolbox create --distro {{fedora}} --release {{f36}}`
`toolbox create --distro {{fedora}} --release {{f38}}`

View File

@@ -12,6 +12,6 @@
`toolbox enter --release {{release}}`
- Enter a toolbox container using the default image for Fedora 36:
- Enter a toolbox container using the default image for Fedora 38:
`toolbox enter --distro {{fedora}} --release {{f36}}`
`toolbox enter --distro {{fedora}} --release {{f38}}`

View File

@@ -12,6 +12,6 @@
`toolbox run --distro {{distribution}} --release {{release}} {{command}}`
- Run `emacs` inside a `toolbox` container using the default image for Fedora 36:
- Run `emacs` inside a `toolbox` container using the default image for Fedora 38:
`toolbox run --distro {{fedora}} --release {{f36}} {{emacs}}`
`toolbox run --distro {{fedora}} --release {{f38}} {{emacs}}`