Merge "Fix Docker Images List Creation"

This commit is contained in:
Zuul 2023-11-10 14:50:09 +00:00 committed by Gerrit Code Review
commit 1f2da97166

View File

@ -90,7 +90,7 @@ registry on a Linux system with Docker installed and configured.
.. code-block:: shell
curl -s ${IMAGES_YAML_RAW_FILE} | grep -v '\-\-\-' | grep -v '^#' | cut -d ':' -f2 | tr -d ' ' > $HOME/docker-registry/images/list.lst
curl -s ${IMAGES_YAML_RAW_FILE} | grep -v '\-\-\-' | grep -v '^#' | cut -d ':' -f2,3 | tr -d ' ' > $HOME/docker-registry/images/list.lst
.. note:: *Optional*: If you have a running |prod| setup, you can run
the following to create an Ansible Playbook to get the exact images