public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Francis Laniel <laniel_francis@privacyrequired.com>
To: git-commits@fedoraproject.org
Subject: [rpms/inspektor-gadget] f43: README: Detail how to build with podman.
Date: Wed, 03 Jun 2026 08:19:07 GMT	[thread overview]
Message-ID: <178047474752.1.13250652255812159587.rpms-inspektor-gadget-5295da0b62c2@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/inspektor-gadget
            Branch : f43
            Commit : 5295da0b62c28140df580f591cf1a37f379ddf4c
            Author : Francis Laniel <laniel_francis@privacyrequired.com>
            Date   : 2026-06-03T11:18:56+03:00
            Stats  : +4/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/inspektor-gadget/c/5295da0b62c28140df580f591cf1a37f379ddf4c?branch=f43

            Log:
            README: Detail how to build with podman.

Signed-off-by: Francis Laniel <laniel_francis@privacyrequired.com>

---
diff --git a/README.md b/README.md
index 9d43dfa..c70b328 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,10 @@ The whole process can be achieved using the corresponding container:
 
 ```bash
 $ docker build --build-arg USER=$USER --build-arg UID=$(id -u) --build-arg GID=$(id -g) -t fedora-ig-bumper -f Dockerfile .
-$ docker run -ti --rm -v $(pwd):/work -v $HOME/.ssh:/$HOME/.ssh -w /work fedora-ig-bumper
+# For rootfull docker use the following:
+$ docker run -ti --rm -v $(pwd):/work -v $HOME/.ssh:$HOME/.ssh -w /work fedora-ig-bumper
+# For rootless podman, use the following:
+$ podman run -ti --rm -v $(pwd):/work -v $HOME/.ssh:$HOME/.ssh -w /work --userns=keep-id fedora-ig-bumper
 ```
 
 From now, all the commands will be run as your user from the `fedora-ig-bumper` container.

                 reply	other threads:[~2026-06-03  8:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178047474752.1.13250652255812159587.rpms-inspektor-gadget-5295da0b62c2@fedoraproject.org \
    --to=laniel_francis@privacyrequired.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox