From 2f450d0806dd142907efba9eded818953808ad85 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 1 Nov 2024 08:34:11 -0700 Subject: [PATCH] Update Nodepool image location in docs DIB docs refer to the nodepool-builder container image as an easy way to run disk-image-builder. Previously this image was hosted on docker hub, but docker made changes to their image hosting policies and all Zuul and Nodepool images moved to quay.io. Update the docs to refer to the new/current image location on quay.io. Change-Id: Ie19e0e828368bfd0c4aab0ac495c45c19aab7b53 --- doc/source/user_guide/supported_distros.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/user_guide/supported_distros.rst b/doc/source/user_guide/supported_distros.rst index 3916b37d1..9e81881f7 100644 --- a/doc/source/user_guide/supported_distros.rst +++ b/doc/source/user_guide/supported_distros.rst @@ -41,7 +41,8 @@ The images used by the OpenDev's `Zuul `__ system are built by `Nodepool `__. Thus the simplest way to have the most supported build-host environment is to use ``diskimage-buidler`` installed in the `nodepool-builder -container image `__. +container image +`__. You can run ``disk-image-create`` directly from this container, e.g. :: @@ -52,7 +53,8 @@ You can run ``disk-image-create`` directly from this container, e.g. -v nested_var_lib_containers:/var/lib/containers \ -v /var/run/dib_output:/var/run/dib_output \ -v /opt/dib_tmp:/opt/dib_tmp \ - zuul/nodepool-builder disk-image-create -x -t qcow2 \ + quay.io/zuul-ci/nodepool-builder \ + disk-image-create -x -t qcow2 \ --no-tmpfs \ -o /var/run/dib_output/image -n