Danish Prakash
Danish Prakash
#### What type of PR is this? > /kind feature #### What this PR does / why we need it: adds support for git sources with the ADD directive ####...
Contd. from https://github.com/containers/storage/issues/1469 Background - loading store options from storage.conf seems to be a bit unintuitive at present. For instance, differentiating between rootless and rootful loading is not apparent. All...
`ro` on linux kernel < 5.12 doesn't apply MT_RECURSIVE leading to submounts not respecting the readonly option. crun/runc achieve this by calling mount_setattr(2) when passed the `rro` mount option. This...
With kernel < 5.12, recursive read-only bind mount would set the read-only flag on the top-level mount, not the sub-mounts, as a result, submounts remain `rw`: ``` $ mkdir -p...
Issue Description ------------------------- Profile dropdown text is barely readable in light mode.  Expected Result ----------------------- Something a bit more readable and accessible. How to Reproduce --------------------------- 1. Go to...
In the section "Using Podman inside a Distrobox" and before https://github.com/89luca89/distrobox/pull/1597 was merged, the `--root` flag wasn't present which to me translated into state errors while trying to run rootless...