tools/docker: update readme as current is jammy

This commit is contained in:
Rudi Heitbaum 2023-06-04 04:08:35 +00:00
parent 1eaff6474c
commit 3eaa66dd72

View File

@ -6,6 +6,7 @@
- focal (Ubuntu 20.04) - focal (Ubuntu 20.04)
- jammy (Ubuntu 22.04) - jammy (Ubuntu 22.04)
- kinetic (Ubuntu 22.10) - kinetic (Ubuntu 22.10)
- lunar (Ubuntu 23.04)
- Debian - Debian
- stretch (Debian 9.0) - stretch (Debian 9.0)
- buster (Debian 10.0) - buster (Debian 10.0)
@ -16,7 +17,7 @@
Use the following command to create a docker image and tag it with `libreelec`. Use the following command to create a docker image and tag it with `libreelec`.
``` ```
docker build --pull -t libreelec tools/docker/focal docker build --pull -t libreelec tools/docker/jammy
``` ```
See https://docs.docker.com/engine/reference/commandline/build/ for details on `docker build` usage. See https://docs.docker.com/engine/reference/commandline/build/ for details on `docker build` usage.