An open API service indexing awesome lists of open source software.

https://github.com/crdoconnor/podman-in-podman-bug

Repo to exhibit a podman in podman bug
https://github.com/crdoconnor/podman-in-podman-bug

Last synced: about 2 months ago
JSON representation

Repo to exhibit a podman in podman bug

Awesome Lists containing this project

README

          

# podman-in-podman-bug
Repo to exhibit the podman in podman docker pull "error processing tar file" bug

podman pull on certain images results in something like:

```
Error: writing blob: adding layer with blob "sha256:64d0f1d7987a219c326033c9cf223e79135368247fba2c9181e7077a64753961": Error processing tar file(exit status 1): operation not permitted
```

To reproduce the bug check out this repo and run "./setup.sh" followed by "./exhibitbug1.sh" (try to pull swagger-ui) or "./exhibitbug2.sh" (try to pull localstack).

This bug has been verified on Ubuntu 22.04 on podman 3.1.1 on Intel and on Mac M1 on podman 4.1.1.

Link to bug : https://github.com/containers/podman/issues/15224