From 0ac05ecb551b86593bd6465426403cfcdfda395c Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 21 Feb 2024 17:21:16 +0100 Subject: [PATCH] sources: tweak docstring for containers-storage --- sources/org.osbuild.containers-storage | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sources/org.osbuild.containers-storage b/sources/org.osbuild.containers-storage index ea18e08c..f7c5e50d 100755 --- a/sources/org.osbuild.containers-storage +++ b/sources/org.osbuild.containers-storage @@ -4,9 +4,8 @@ This stage differs from other sources in that the source checks to see if the container is available in the host's container storage. This puts a requirement on the user to ensure that the container is copied into local storage before -trying to build an image. The starts by reading the host's -`/etc/containers/storage.conf` file and then using the config to check if the -container has been imported. +trying to build an image. The starts by reading the host's `storage.conf` +file and then using the config to check if the container has been imported. Unlike all other sources, this source relies on external storage not controlled by osbuild itself.