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
- Host: GitHub
- URL: https://github.com/crdoconnor/podman-in-podman-bug
- Owner: crdoconnor
- License: mit
- Created: 2022-08-06T15:43:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T16:53:39.000Z (almost 4 years ago)
- Last Synced: 2026-04-24T05:09:55.052Z (3 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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