Fix Docker Images List Creation

Image tags weren't being included when generating the images.lst file.

Change-Id: Ia9b19fd9eeafdeaa25526c2961787b1e8bd18a9f
Signed-off-by: Felipe Freire <felipe.freire@encora.com>
This commit is contained in:
Felipe Freire 2023-10-24 15:29:18 -03:00 committed by Felipe Souza Freire
parent 0079d59b76
commit 0a464d12f5
1 changed files with 1 additions and 1 deletions

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