min-glib.docker was removed in commit e7b3af81597db1a6b55f2c15d030d703c6b2c6ac ("glib: bump min required glib library version to 2.40").
Cc: Daniel P. Berrangé <berra...@redhat.com> Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- docs/devel/testing.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst index 60f897d915..cec7d56c57 100644 --- a/docs/devel/testing.rst +++ b/docs/devel/testing.rst @@ -317,17 +317,17 @@ the container, with parameters defined by the make target): .. code:: - make docker-test-build@min-glib + make docker-test-build@fedora -This will create a container instance using the ``min-glib`` image (the image +This will create a container instance using the ``fedora`` image (the image is downloaded and initialized automatically), in which the ``test-build`` job is executed. Images ------ -Along with many other images, the ``min-glib`` image is defined in a Dockerfile -in ``tests/docker/dockefiles/``, called ``min-glib.docker``. ``make docker`` +Along with many other images, the ``fedora`` image is defined in a Dockerfile +in ``tests/docker/dockefiles/``, called ``fedora.docker``. ``make docker`` command will list all the available images. To add a new image, simply create a new ``.docker`` file under the -- 2.21.0.196.g041f5ea1cf