From d44fd9508c60aa9c5cff66664cfefca9b8b928df Mon Sep 17 00:00:00 2001 From: Shutdown <40902872+ShutdownRepo@users.noreply.github.com> Date: Fri, 21 Jul 2023 03:07:12 +0200 Subject: [PATCH] Adding tools list page and structure --- source/assets/installed_tools/lists.csv | 1 + source/exegol-image/tools.rst | 25 +++++++++++++++++++++++++ source/index.rst | 1 + 3 files changed, 27 insertions(+) create mode 100644 source/assets/installed_tools/lists.csv create mode 100644 source/exegol-image/tools.rst diff --git a/source/assets/installed_tools/lists.csv b/source/assets/installed_tools/lists.csv new file mode 100644 index 0000000..b268c2e --- /dev/null +++ b/source/assets/installed_tools/lists.csv @@ -0,0 +1 @@ +Image tag,Version,Arch,Build date,Tools list \ No newline at end of file diff --git a/source/exegol-image/tools.rst b/source/exegol-image/tools.rst new file mode 100644 index 0000000..2285ce6 --- /dev/null +++ b/source/exegol-image/tools.rst @@ -0,0 +1,25 @@ +Tools +=========== + +.. warning:: + The lists featured here are automatically generated. Exegol features CI/CD pipelines that build the images. At build, most tools are tested. If at least one test fails, the image doesn't get published. + +Click :ref:`here ` to see the list of tools features in the latest nightly (AMD64) image. + +Latest +------ + +Here are the lists of tools installed in the latest images. + +.. csv-table:: + :file: /assets/installed_tools/lists.csv + :header-rows: 1 + +.. _latest_nightly: + +Tools in latest nightly (AMD64) +------------------------------- + +.. csv-table:: + :file: /assets/installed_tools/latest_nightly_amd64.csv + :header-rows: 1 diff --git a/source/index.rst b/source/index.rst index 2254f71..871a627 100644 --- a/source/index.rst +++ b/source/index.rst @@ -123,6 +123,7 @@ Wanna chat? Need help? Join us on the `Exegol discord`_! :hidden: :caption: Exegol image + exegol-image/tools.rst exegol-image/credentials.rst exegol-image/my-resources.rst