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

Add `CanSkipDir` to `MatchesResult` This PR is mainly aimed at addressing https://github.com/containers/podman/blob/fca3c2ef8476669825564af89b008946bdf87599/pkg/bindings/images/build.go#L699-L701

Consider the following `storage.conf`: ```toml #... [storage.options.overlay] mountopt = "nodev,volatile" ``` What would be the `STORAGE_OPTS` env var equivalent? `STORAGE_OPTS` uses `,` to separate options, so one would expect that...

When extracting layer contents, if we find ourselves needing to implicitly create a directory (due to its not being included in the layer diff), try to give it the permissions,...

I would like to propose that we refactor where & when `storage.conf` is loaded into the `storageOptions` structs. Currently it happens in various places, it depends on whether we are...

Recently, I've been working on improving the[NyDus-Storage-plugin](https://github.com/containers/nydus-storage-plugin) ,which provides support for podman to use nydus format images with the feature of additional layer store(ALS). But, after read the following issues...

# Environment * Debian 11 "bullseye" ``` # cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" ``` * SubID mappings ``` #...

So I was basically doing the same thing as explained in [this guide](https://www.redhat.com/sysadmin/image-stores-podman), setting in `/etc/containers/storage.conf` to: ``` [storage.options.overlay] mount_program = "/usr/bin/fuse-overlayfs" ``` However this results in a `fuse-overlayfs` process...

Right now, if I want to use the `containers-storage` CLI tool to mount an image so I can explore its filesystem (without creating a container), I seem to have to:...

https://github.com/containers/storage/pull/1522 has disabled 5 out of the 7 default golangci-lint linters. That seems excessive. For the record, currently: ```console % golangci-lint version golangci-lint has version 1.52.2 built with go1.20.2 from...

>> Hi Miklos, >> >> Can you elaborate a bit more on what docker/container-storage and do >> here to expedite image generation with redirect_dir/metacopy enabled. >> >> They can't pack...

kind/feature