diff options
author | Chris Evich <cevich@redhat.com> | 2022-06-29 11:35:56 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-06-29 11:35:56 -0400 |
commit | 64ec894c51334262fc1b5212c4116fa7dd4600dd (patch) | |
tree | fde6fde4777b5850702d8c7ae7e6ac29c867507c /contrib/podmanimage/stable | |
parent | dd924c4078c1c0b3167b4f5bf8975ef4d6bc9e26 (diff) | |
download | podman-64ec894c51334262fc1b5212c4116fa7dd4600dd.tar.gz podman-64ec894c51334262fc1b5212c4116fa7dd4600dd.tar.bz2 podman-64ec894c51334262fc1b5212c4116fa7dd4600dd.zip |
[CI:DOCS] Update podmanimage comment.
Drop a reference as to why the `rpm --setcaps...` line is needed, along
with a `TODO` reminder to check if it's still needed.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/podmanimage/stable')
-rw-r--r-- | contrib/podmanimage/stable/Containerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/podmanimage/stable/Containerfile b/contrib/podmanimage/stable/Containerfile index 9121c5cde..70ff439d9 100644 --- a/contrib/podmanimage/stable/Containerfile +++ b/contrib/podmanimage/stable/Containerfile @@ -11,6 +11,9 @@ FROM registry.fedoraproject.org/fedora:latest # Don't include container-selinux and remove # directories used by dnf that are just taking # up space. +# TODO: rpm --setcaps... needed due to Fedora (base) image builds +# being (maybe still?) affected by +# https://bugzilla.redhat.com/show_bug.cgi?id=1995337#c3 RUN dnf -y update && \ rpm --setcaps shadow-utils 2>/dev/null && \ dnf -y install podman fuse-overlayfs \ |