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

I have two versions of buildah, one installed from ubuntu 24 repos, one built locally ``` $ buildah --version buildah version 1.33.7 (image-spec 1.1.0-rc.5, runtime-spec 1.1.0) $ ~/go/bin/buildah --version buildah...

kind/bug
area/zstd:chunked
good-first-issue

RFC: this is a ~demo, only migrating one function out of several. This replaces one kind of boilerplate with another, but overall seems a bit less repetitive. The primary benefit...

approved
do-not-merge/work-in-progress

Currently podman/buildah won't attempt to mount native overlay filesystems for images, by first probing for the backing filesystem. This is probably very reasonable in most setups, however when using [sysbox](https://github.com/nestybox/sysbox)...

excerpt from below. prob. the line width is some how enforced while compile/build time? but this should be formatted, if the user actually want this, by the man reader on...

``` hanwen@hanwen-flow:~/vc/containers/podman$ mount | grep podman /dev/mapper/vgubuntu-data on /home/hanwen/.local/share/containers/storage/btrfs type btrfs (rw,noatime,ssd,discard=async,space_cache=v2,subvolid=299,subvol=/hanwen-podman) hanwen@hanwen-flow:~/vc/containers/podman$ podman run -dt docker.io/library/httpd Error: "/home/hanwen/.local/share/containers/storage/btrfs" is not on a btrfs filesystem: prerequisites for driver not satisfied...

### Feature request description This request is related to existing discussion in https://github.com/containers/podman/issues/16541 where the `--userns keep-id` option is used with `podman run`. Depending on the image, there can be...

kind/feature

See https://github.com/containers/storage/blob/main/pkg/archive/archive.go#L1005 If something went wrong (eg. I/O error), this code happily continues. This has the potential to silently introduce corruption in applications of tar streams (eg. images, copies, snapshots...

Refs https://github.com/containers/crun/issues/1648

For that, we would need to stream the TOC and tar-split data to/from disk, never storing all of it in memory. Currently, per https://github.com/containers/storage/pull/2230 , if we hit the limit,...

kind/feature

Chatting with Giuseppe around supporting partial pulls with a potential external composefs-native additional layer store - this would allow us to easily do "full file partial pulls" which I think...

area/composefs
area/zstd:chunked