From bf5626c7952d226a8a0db56268c3f4503df69466 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Mon, 30 Jan 2023 10:53:37 +0000 Subject: [PATCH] Clarify when container publish is needed --- doc/source/configuration/release-train.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/configuration/release-train.rst b/doc/source/configuration/release-train.rst index af1e7b3f9..fc87ebaf4 100644 --- a/doc/source/configuration/release-train.rst +++ b/doc/source/configuration/release-train.rst @@ -144,9 +144,9 @@ See the Kayobe :kayobe-doc:`custom playbook documentation packages have been validated in a development or staging environment. * ``pulp-container-sync.yml``: Pull container images from Ark to the local Pulp. This will create a new repository version (snapshot) for each - repository in the local Pulp server when new image tags are available. The - new image tags will not be available to cloud nodes until they have been - published. + repository in the local Pulp server when new image tags are available. If + these are new container image repositories, then the new image tags will not + be available to cloud nodes until they have been published. * ``pulp-container-publish.yml``: Publish synchronised container images in the local Pulp. This will make synchonised container images available to cloud nodes.