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] rawhide: README: Detail how to build with podman.
Date: Wed, 03 Jun 2026 07:54:33 GMT [thread overview]
Message-ID: <178047327349.1.8254025752189373569.rpms-inspektor-gadget-9dea3b08d620@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inspektor-gadget
Branch : rawhide
Commit : 9dea3b08d620b72aaa7f32cafac3449b155d59ad
Author : Francis Laniel <laniel_francis@privacyrequired.com>
Date : 2026-06-03T10:36:25+03:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/inspektor-gadget/c/9dea3b08d620b72aaa7f32cafac3449b155d59ad?branch=rawhide
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 7:54 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=178047327349.1.8254025752189373569.rpms-inspektor-gadget-9dea3b08d620@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