storage icon indicating copy to clipboard operation
storage copied to clipboard

Container Storage Library

Results 118 storage issues
Sort by recently updated
recently updated
newest added

See individual commits for details.

approved

One concern that's come up but we haven't formally tracked is that we can't do "native composefs" (as an EROFS) from an unprivileged context. There are two overall options: -...

area/composefs

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

We have a [list of composefs issues](https://github.com/containers/storage/labels/area%2Fcomposefs) but in this one I wanted to try to explicitly write down my goals/requirements for where we need to go with composefs and...

area/composefs

Additional image stores are getting increasingly important for bootc. In https://github.com/containers/bootc/issues/644 I shared the desire to use `podman info` to query additional image stores to prevent bootc from parsing storage.conf...

good-first-issue

Background: Kubernetes 1.31 introduced a new feature: [Read-Only Volumes Based on OCI Artifacts](https://kubernetes.io/blog/2024/08/16/kubernetes-1-31-image-volume-source/). I believe this feature could be very useful for deploying a dedicated model alongside [Ollama](https://github.com/ollama/ollama) in Kubernetes....

do-not-merge/work-in-progress

In composefs we support (and effectively recommend) inlining

area/composefs

this seems to be a long stand bug. the internal cmd used by podman to check a ZFS dataset/fs has a wrong syntax and must always error – was mentioned...

Currently we handle XDG_CONFIG_HOME and the fallback $HOME/.config differently. We create the later if it does not exist and verify that it is owned by the current user. This patch...

approved