From a9c7c5051efc75a61de39e454414e36584da5163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 24 Oct 2023 15:11:04 +0200 Subject: [PATCH] Fix ENTRYPOINT documentation, drop others. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ENTRYPOINT was incorrectly documented to be set to / (which doesn't even make sense). Stop mentioning PATH and WORKDIR in the top-level README, typical users of the container shouldn't need to care, and it's already somewhat implied by "built using the latest Fedora". Fixes #2134. Signed-off-by: Miloslav Trmač --- contrib/skopeoimage/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contrib/skopeoimage/README.md b/contrib/skopeoimage/README.md index 885f3c86..659496a4 100644 --- a/contrib/skopeoimage/README.md +++ b/contrib/skopeoimage/README.md @@ -25,9 +25,7 @@ the images live are public and can be pulled without credentials. These contain resulting containers can run safely with privileges within the container. The container images are built using the latest Fedora and then Skopeo is installed into them. -The PATH in the container images is set to the default PATH provided by Fedora. Also, the -ENTRYPOINT and the WORKDIR variables are not set within these container images, as such they -default to `/`. +The ENTRYPOINT of the container is set to execute the `skopeo` binary. The container images are: