Skip to content

Commit

Permalink
fixing change requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Aug 29, 2023
1 parent 4e942e7 commit f105874
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions source/community/maintainers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,22 @@ The Exegol project relies on a continuous integration and continuous deployment

.. tab:: images

The GitHub Actions platform is used on :doc:`the Exegol-images submodule </the-exegol-project/docker-images>`. Its workflows allow to build and push images on `the official Dockerhub registry <https://hub.docker.com/repository/docker/nwodtuhs/exegol>`_, run tests to make sure the tools are installed properly, automatically export tools list to the documentaiton, run tests to help review pull requests, etc.
The GitHub Actions platform is used on :doc:`the Exegol-images submodule </the-exegol-project/docker-images>`. Its workflows run for internal and external pull requests, new commits, new tags, and allow to:

* build AMD64 and ARM64 images on self-hosted runners
* run tests to make sure the tools are installed properly
* automatically export tools list to the documentation
* push the images on `the official Dockerhub registry <https://hub.docker.com/repository/docker/nwodtuhs/exegol>`_

.. image:: /assets/gh_pipelines.png
:align: center
:alt: Pipelines (GitHub)

.. tab:: docs

The GitHub Actions platform is used for the documentation you're reading. Its workflows are used to build on every commit to make sure everything works as it should, but also automatically merge changes between the various branches in order to help with development.
The GitHub Actions platform is used for the documentation you're reading. Its workflows are used to build on every commit and pull request to make sure everything works as it should, but also automatically merge changes between the various branches in order to help with development.

ReadTheDocs then builds the final version on every commit for multiple branches (main, dev, dev-images, dev-wrapper) and hosts it online at https://exegol.readthedocs.io/.


GitHub Actions
Expand Down
2 changes: 1 addition & 1 deletion source/exegol-image/my-resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Exegol supports overwriting its **vim** configuration to allow all users to use
:code:`neovim` (.config/nvim)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. seealso::
Available from version ``dev`` of any exegol image.
Will be available from version ``3.1.2`` of any exegol image.

Exegol supports overwriting its **neovim** configuration to allow all users to use their personal configuration.
* To automatically overwrite the ``~/.config/nvim/`` configuration, copy your config in ``/opt/my-resources/setup/nvim/``
Expand Down

0 comments on commit f105874

Please sign in to comment.