Danish Prakash

Results 16 issues of 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...

do-not-merge/release-note-label-needed

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...

kind/feature
stale-issue

Issue Description ------------------------- Profile dropdown text is barely readable in light mode. ![Image](https://github.com/user-attachments/assets/61760185-94ad-4774-9291-1c1fe2b0ef35) Expected Result ----------------------- Something a bit more readable and accessible. How to Reproduce --------------------------- 1. Go to...

Bug
Frontend
darkmode

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...

question