Use `buildah unshare` to invoke `buildah mount` when demos are invoked
from rootless environments
* buildah_mult_stage: only unshare on needed steps
* buildah-scratch-demo: unshare entire script since it uses pkg managers
commands which don't work well in rootless session without unshare.
[NO NEW TESTS NEEDED]
Signed-off-by: Aditya R <arajan@redhat.com>
A spelling correction in c7963db changed the URL to a 404 error
page. The actual URL has a typo in it so revert to the misspelling.
Closes#3107
Signed-off-by: Zack Middleton <zack@cloemail.com>
Thanks to Dmitry Smirnov @onlyjob for suggesting this tool.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1985
Approved by: TomSweeneyRedHat
Some operating systems don’t have `bash` in `/bin`, so we should take the
`$PATH` into consideration for searching it.
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Closes: #1804
Approved by: TomSweeneyRedHat
add -t to `podman run` so when user executes this step, they get excited when they see the output of `runecho.sh`.
Signed-off-by: Matt Dorn <mdorn@redhat.com>
Closes: #1651
Approved by: rhatdan
Fix the bug that buildah reads /var/run/containers.. as authentication file.(in readme files it should be /run/containers/uid).
Add `buildah login`, `buildah logout` to close#1329, enable to use buildah login before running buildah bud for multi-stage bud and avoiding using --creds flag.
Signed-off-by: Qi Wang <qiwan@redhat.com>
Closes: #1501
Approved by: rhatdan
Get rid of dangling whitespace in markdown files, and add a quick
validation check to error out if we try to add any new ones.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>