Skip to content

Commit

Permalink
Merge pull request containers#4081 from cevich/buildahimage_comment
Browse files Browse the repository at this point in the history
[CI:DOCS] Update buildahimage comment
  • Loading branch information
openshift-ci[bot] authored Jun 29, 2022
2 parents d1b0668 + 263f5ad commit e234373
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/buildahimage/stable/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 useradd build && \
dnf -y update && \
rpm --setcaps shadow-utils 2>/dev/null && \
Expand Down
3 changes: 3 additions & 0 deletions contrib/buildahimage/testing/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 useradd build && \
dnf -y update && \
rpm --setcaps shadow-utils 2>/dev/null && \
Expand Down
3 changes: 3 additions & 0 deletions contrib/buildahimage/upstream/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ FROM registry.fedoraproject.org/fedora:latest
# directories used by dnf that are just taking
# up space. The latest buildah + deps. come from
# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/
# 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 'dnf-command(copr)' --enablerepo=updates-testing && \
Expand Down

0 comments on commit e234373

Please sign in to comment.