From 0a464d12f56dbdc81abba3f2b25656c00da23df6 Mon Sep 17 00:00:00 2001 From: Felipe Freire Date: Tue, 24 Oct 2023 15:29:18 -0300 Subject: [PATCH] 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 --- doc/source/developer_resources/local_registry.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/developer_resources/local_registry.rst b/doc/source/developer_resources/local_registry.rst index 13137ce47..10226fa66 100644 --- a/doc/source/developer_resources/local_registry.rst +++ b/doc/source/developer_resources/local_registry.rst @@ -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