Skip to content

Commit

Permalink
Fix ENTRYPOINT documentation, drop others.
Browse files Browse the repository at this point in the history
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č <mitr@redhat.com>
  • Loading branch information
mtrmac committed Oct 25, 2023
1 parent ab61775 commit a9c7c50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contrib/skopeoimage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit a9c7c50

Please sign in to comment.